Your wxWidgts buildscript doesn't seem to create the correct wx-config
links since 3.2 moved the location?

script (pulled from SBo-git wxWidgets-wip branch today):
# wxWidgets 3.2 provides 2 wx-configs, but we will use GTK by default
gtk=gtk3-unicode-3.2
qt=qt-unicode-3.2

if [ "${INTERFACE:-gtk}" = "qt" ]; then
   ln -sf ../lib${LIBDIRSUFFIX}/wx/config/$qt $PKG/usr/bin/wx-config
else
     ln -sf ../lib${LIBDIRSUFFIX}/wx/config/$gtk $PKG/usr/bin/wx-config
fi


ls -l /usr/bin/wx-*
lrwxrwxrwx 1 root root 35 Aug  9 10:41 /usr/bin/wx-config ->
../lib64/wx/config/gtk3-unicode-3.2

but wxWidgets now uses:

# locate gtk3-unicode
/usr/lib/wx/config/gtk3-unicode-3.2
/usr/lib/wx/include/gtk3-unicode-3.2
/usr/lib/wx/include/gtk3-unicode-3.2/wx
/usr/lib/wx/include/gtk3-unicode-3.2/wx/setup.h

I thought this might have something to do with building on
Slackware64-15.0 multilib.  However, the same paths above occur when
building on a pure, clean Slackware64-15.0 (qemu VM).

Hi Ed

yeah i noticed that too (and that's why it's still WIP)
i checked with ARCH Linux and since they don't use lib64 location in their system, they don't have this issue

my goal is to keep the location separated between x86 and x86_64, but still haven't got time to fix that path location, hence i haven't submitted to SBo yet



--
Willy Sudiarto Raharjo

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to