Hi,

John Labenski ha scritto:
>> In fact, I can commit the following changes:
>>
>>   - addition of "-I." to acregen.sh
>>   - addition of the newest wxwin.m4 file in wxLua\build\autoconf
>>
>> that would perhaps simplify the task of regenerating configure script
>> (as IIRC the paths given to -I option have precedence over the path
>> indicated by --print-ac-dir and thus having older wxwin.m4 files
>> installed in the system wouldn't be a problem anymore)...
>> what do you say?
> 
> Thanks, already done.
ok, good.

> =====================
> 
> There is one little bug (in frm_bakefile I think) though,
> build/autoconf/aclocal.m4 has this
> BAKEFILE_BAKEFILE_M4_VERSION="0.2.0"
> but should be "0.2.2" I think. I left aclocal.m4 alone and only
> changed it in configure. I don't see where this variable gets set
> however so I can't fix it upstream.
> 
> You get this error when running configure.
> ...
> checking if the compiler supports precompiled headers... yes
> configure: error: Versions of Bakefile used to generate makefiles
> (0.2.2) and configure (0.2.0) do not match.
are you sure you're using/installed the right (patched) version of bakefile:

[EMAIL PROTECTED]:~/work/frm-bakefile$ grep BAKEFILE_BAKEFILE_M4_VERSION *
autoconf/bakefile.m4:826:    BAKEFILE_BAKEFILE_M4_VERSION="0.2.2"

and I don't see the problem you describe above on my system.
Make sure the bakefile.m4 used by aclocal is the right bakefile.m4

> =====================
> Secondly, I think we need these added to configure.ac or somewhere
> else? I'm not sure.
> 
> BK_DEPS=$top_builddir/bk-deps
> AC_SUBST(BK_DEPS)
> 
> BK_MAKE_PCH=$top_builddir/bk-make-pch
> AC_SUBST(BK_MAKE_PCH)
> 
> After doing $mkdir a; cd a; ../configure && make from the root wxLua dir.
> 
> [EMAIL PROTECTED] a]$ make
> (cd ./modules/ && make )
> make[1]: Entering directory `/home/john/cvs/wxLua/wxLua/a/modules'
> make[1]: BK_DEPS@: Command not found
> make[1]: *** [lua_dll_lapi.o] Error 127
> make[1]: Leaving directory `/home/john/cvs/wxLua/wxLua/a/modules'
> make: *** [modules] Error 2
> [EMAIL PROTECTED] a]$ wxstedit modules/Makefile &
I don't see this error neither. Probably this is related to the above 
problem.

BTW I've committed a working configure script to CVS.

Francesco


PS: I won't have internet connection in next 2-3 days...


-------------------------------------------------------------------------
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
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to