[Slackbuilds-users] BOINC fails to build [configure step]
Alessandro Baggi
alessandro.baggi at gmail.com
Wed Apr 27 16:27:32 UTC 2022
Hi,
I'm trying to compile boinc using slackbuilds but during the configure
step it fails with:
checking for /usr/lib64/wx/config/gtk3-unicode-3.0... no
configure: error: No suitable wxWidgets library found.
Reading the slackbuild I found this:
--with-wx-config=/usr/lib$LIBDIRSUFFIX/wx/config/gtk3-unicode-3.0
this path really does not exist after wxGTK3 installation (statically
compiled).
Changing
/usr/lib$LIBDIRSUFFIX/wx/config/gtk3-unicode-3.0
into
/usr/lib$LIBDIRSUFFIX/wx/config/gtk3-unicode-static-3.0
fix the problem.
Hope that helps.
More information about the SlackBuilds-users
mailing list