I have broken apart all the wxWidgets libraries for wxLua and updated the bakefiles for them. Everything works well for MSVC6 at least, but configure.ac is giving me some trouble when I run build/autoconf/acregen.sh.
http://wxlua.cvs.sourceforge.net/wxlua/wxLua/build/autoconf/configure.ac?view=log I don't understand what the two lines below are? The utils.m4 file is missing (so I dumbly removed the include for it) and I took wxcodecheck.m4 from the SVN of wxCode and put it into wxLua/build/autoconf (haven't added it to cvs yet since I not sure that's right). m4_include(utils.m4) m4_include(wxcodecheck.m4) acregen.sh runs now, but when I run configure I get this error. ../configure: line 1933: WX_CONFIG_OPTIONS: command not found ../configure: line 1936: syntax error near unexpected token `debug,unicode,shared,toolkit,wxshared,wxversion' ../configure: line 1936: `WX_STANDARD_OPTIONS(debug,unicode,shared,toolkit,wxshared,wxversion)' So I guess I need utils.m4 since nothing in wxLua currently defines WX_CONFIG_OPTIONS. $ grep -r WX_CONFIG_OPTIONS * build/autoconf/configure.ac:WX_CONFIG_OPTIONS configure:WX_CONFIG_OPTIONS Thanks, John Labenski ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
