Hi,
    sorry for this long delay but I was on holiday :)

John Labenski ha scritto:
> 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)
argh! sorry! Indeed they should be in the CVS. I've added them now.

> 
> 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.
No, utils.m4 does not contains WX_CONFIG_OPTIONS. It is rather contained 
in the latest version of wxwin.m4 (i.e. the SVN trunk version) of 
wxWidgets' module, which is mirrored in wxLua\build\bakefiles\presets 
folder.

Unfortunately Bakefiles.bkgen was wrongly including a non existent 
"wxpresets" folder; I've changed it to include "." and thus to force 
bakefile_gen to "see" the "presets" folder which is there.

Sorry for the troubles,
Francesco



-------------------------------------------------------------------------
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

Reply via email to