On Jan 8, 2008 9:44 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote:
>
> On Jan 8, 2008 7:45 PM, Rob Kendrick <[EMAIL PROTECTED]> wrote:
> >
> > The build fails trying to link.  I have attached the output of make up
> > to this point as wxmake.txt, but I will include the errors here:
> >
> > g++ -o ../bin/wxlua app_wxlua_lconsole.o app_wxlua_wxlua.o   -L../lib
> > -L/home/rjek/Desktop/wxLua/./modules/lua/lib  -Wl,-rpath,../lib
> > -lwxlua_gtk2_wxluasocket-2.8 -lwxlua_gtk2_wxluadebug-2.8
> > -lwxlua_gtk2_wxbindstc-2.8 -lwxlua_gtk2_wxbind-2.8
> > -lwxlua_gtk2_wxlua-2.8 -llua5.1 -lwx_gtk2u_stc- 2.8 -pthread
> > -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8
> > -lwx_baseu_net-2.8 -lwx_baseu_xml-2.8 -lwx_gtk2u_core-2.8
> > -lwx_baseu-2.8
> > <snip>
> >
> > Running the command again manually, except adding the following:
> >        -lwx_gtk2u_gl-2.8 -lwx_gtk2u_media-2.8
> > results in the link succeeding.  How do I tell wxLua to add these?
> > Shouldn't the configure script have picked up the need for them?

I don't know how to get configure to add them since whenever I
regenerate configure (using build/autoconf/acregen.sh) without having
make any changes to anything I get a very different output that looks
wrong. There was another person who was maintaining them, but he's
been busy.

The best I can say for now is that you can use the Makefiles in the
apps dirs. They are fairly straightforward and only require that you
have wx-config in your path.

> > Also, it's not clear to me how to build a static version of this - even
> > having read the relevant document on the website.
> >

Try --disable-shared and/or --with-wxshared=no

Regards,
    John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to