On 7/27/07, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> > Where does wxwin.m4 go?
> in one of your aclocal include paths, i.e. type
>
>   aclocal --print-ac-dir
>
> and put the newest wxwin.m4 there.
> Be careful that each time you (re)install a wx-2.8 or lower they will
> overwrite that wxwin.m4 with their older copy.

Ok, thanks. I don't install wxWidgets since I usually have a few
different copies of it, 2.6, 2.8, and head, and I only put the
appropriate wx-config in my path.

> > I got a copy from the wxWidgets trunk and put
> > it into the build/autoconf dir but I get the same WX_CONFIG_OPTIONS
> > errors as before.
> if you want to keep the newest wxwin.m4 in wxLua's build\autoconf folder
> you can do that and then give the "-I ." option to aclocal; you can also
> modify acregen.sh - if you use that as:

Ok, I added wxwin.m4 and changed acregen.sh.

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

=====================

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.

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

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

Reply via email to