Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-09 Thread Ryan Pusztai
On Jan 7, 2008 3:22 AM, Klaas Holwerda <[EMAIL PROTECTED]> wrote: > oke. > > You should check the configuration wxLua tries to find/uses. > > On the command line: > > wx-config --libs > wx-config --selected_config > > Try also wx-config --help. > Is it indeed unicode version that is found? > This

Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-07 Thread Klaas Holwerda
Ryan Pusztai wrote: > > Check to see if you have these two libs > libwx_gtk2ud_gl-2.8.so.0.3.0 > libwx_gtk2ud_media-2.8.so.0.3.0 oke. You should check the configuration wxLua tries to find/uses. On the command line: wx-config --libs wx-config --selected_config Try also wx-config

Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-05 Thread Ryan Pusztai
On Jan 5, 2008 1:57 PM, John Labenski <[EMAIL PROTECTED]> wrote: > Yes it builds fine for me. I use the src of wxWidgets 2.8 from svn and > this configure script. > > ../configure \ > --prefix=/home/john/wx/wxWidgets/wxWidgets_28/config_gtk2ud \ > --enable-optimise=no \ > --enable-debug=yes \ > --

Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-05 Thread Ryan Pusztai
On Jan 5, 2008 1:52 PM, Steve <[EMAIL PROTECTED]> wrote: > Yes I did, hence the reason I replied. > if your GL stuff is missing check your build settings and make sure > --with-opengl (i think thats it anyways) is enabled. I only ran exactly this command: ./configure && make Is that the problem?

Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-05 Thread John Labenski
On Jan 5, 2008 1:43 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > On Jan 4, 2008 5:54 PM, Steve <[EMAIL PROTECTED]> wrote: > > > You need to install the WX libs. > > > > sudo aptitude install libwxbase2.8-dev > It is already installed. You would have seen many other types of errors if > that was n

Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-05 Thread Steve
Yes I did, hence the reason I replied. if your GL stuff is missing check your build settings and make sure --with-opengl (i think thats it anyways) is enabled. Also check to make sure you do in fact have GL headers on your system in general. I had problems building the GL subsystem at one time a fe

Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-05 Thread Ryan Pusztai
On Jan 4, 2008 5:54 PM, Steve <[EMAIL PROTECTED]> wrote: > You need to install the WX libs. > > sudo aptitude install libwxbase2.8-dev It is already installed. You would have seen many other types of errors if that was not installed. If you look at the errors it is only for the media control and

Re: [wxlua-users] Building wxLua CVS on Linux

2008-01-04 Thread Steve
You need to install the WX libs. sudo aptitude install libwxbase2.8-dev Sincerely, Steve Morrey On Jan 4, 2008 2:39 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > I can't seem to build wxLua under Ubuntu 7.10 Gutsy. I read the build > instructions shown on the wxLua website. Here is what I used:

[wxlua-users] Building wxLua CVS on Linux

2008-01-04 Thread Ryan Pusztai
I can't seem to build wxLua under Ubuntu 7.10 Gutsy. I read the build instructions shown on the wxLua website. Here is what I used: ./configure && make Here is a snippet of what errors I get. g++ -o ../bin/wxlua app_wxlua_wxlua.o app_wxlua_lconsole.o -L../lib -L/home/rpusztai/devel/libraries/wx