I'm build wxWidgets using:
With the following command-line:
../configure --prefix=/usr/local/lib/wx-gtk \
--disable-tests --disable-debug_flag \
--enable-webviewwebkit \
--with-gtk \
--with-libpng=sys \
--with-libjpeg=sys \
--with-libtiff=sys \
--with-libwebp=sys \
--with-libmspack=yes \
--with-libcurl=yes \
--with-liblzma=yes \
--with-libxpm=sys \
--with-expat=sys \
--with-zlib=sys \
--without-subdirs \
--with-flavour='rubisetcie' \
CFLAGS='-g0 -O2' CXXFLAGS='-g0 -O2'
The configure and building steps are okay.
When I run sudo make install-strip to install the libraries in the prefix directory, the installation works fine until the "strip" phase:
The strip ... command fails because the monolithic library is not found; normal, because I don't build it. But it stops there as if it was a fatal error, and doesn't strip the remaining libraries, that are existent.
Normally, I would expect some # to comment the lines of libraries that are not enabled, but it does not happen.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
This is indeed the same as #10139, so I don't think we need a new issue for it, please subscribe to the other issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()