Suboptimist wrote:
Hi,
how can I use the enable-rpath option of wxWidgets when I build
everything using the build-wxpython.py in some recent svn version? I
tried --extra-make but this seems to be wrong as it throws an error
about an unrecognized option.
Support for it will need to be added to the build-wxpython.py and build-wxwidgets.py scripts. The changes in build-wxpython.py would just need to accept a command-line flag for it and then pass it on when build-wxwidgets is called. In that script it will need to add support for accepting the flag and then passing it on to configure when it is called. If you would like to create a patch that makes these changes I'll apply it to the source tree.
···
--
Robin Dunn
Software Craftsman