From: Eric R. <er...@ro...> - 2010-11-04 15:48:39
|
Has anyone succeeded in building wxLua if wxWidgets has been built with --disable-gui? The wxLua build doesn't get past the "configure" stage since configure tries to determine which wxWidgets port is in use and fails. The command "wx-config --selected-config" returns "base-ansi-release-2.8", which doesn't match any of the configurations that it checks for, so it bails with an error message: ... checking for wx-config... /home/.../bin/wx-config checking for wxWidgets version >= 2.8.0... yes (version 2.8.11) checking for wxWidgets static library... no checking if wxWidgets was built with UNICODE enabled... no checking if wxWidgets was built in DEBUG mode... no checking if wxWidgets was built in STATIC mode... no checking which wxWidgets toolkit was selected... configure: error: Cannot detect the currently installed wxWidgets port ! Please check your 'wx-config --cxxflags'... I'd like to be able to build and use wxLua with a non-GUI wxWidgets app, mainly to take advantage of the binding generator in wxLua since obviously I'm not using any of the GUI capabilities. Thanks in advance for any ideas, Eric |