Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-12 Thread Francesco Montorsi
John Labenski ha scritto: > On Jan 10, 2008 12:17 PM, John Labenski <[EMAIL PROTECTED]> wrote: >> === >> >> Francesco, I used the frm-bakefile.tar.gz on the wxlua website, but I >> added a single line to utils.py to sort the fileList values since on >> my Mandriva system it sorts them, but

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-11 Thread John Labenski
On Jan 11, 2008 1:31 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > On Jan 11, 2008 11:57 AM, John Labenski <[EMAIL PROTECTED]> wrote: > > > The output looks fine, I just got a fresh copy of wxLua and simply ran > > ./configure in the root dir of wxLua and everything builds fine. It > > looks like

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-11 Thread Ryan Pusztai
On Jan 11, 2008 11:57 AM, John Labenski <[EMAIL PROTECTED]> wrote: > The output looks fine, I just got a fresh copy of wxLua and simply ran > ./configure in the root dir of wxLua and everything builds fine. It > looks like the linking line I got for wx.so is the same as yours. > > g++ -shared -fPI

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-11 Thread John Labenski
On Jan 11, 2008 9:41 AM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > > > > > Well it now gets the libraries right. Way to go. But... I still get an > error > > > when building. It is during the Lua module build. Here are the details. > > > > > > g++ -shared -fPIC -o ../lib/wx.so mod_luamodule_luam

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-11 Thread Ryan Pusztai
On Jan 11, 2008 12:18 AM, John Labenski <[EMAIL PROTECTED]> wrote: > On Jan 10, 2008 11:29 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > On Jan 10, 2008 12:17 PM, John Labenski < [EMAIL PROTECTED]> wrote: > > > > > Done and committed in CVS. Please check and let me know if there are > > > any pr

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-10 Thread John Labenski
On Jan 10, 2008 11:29 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > On Jan 10, 2008 12:17 PM, John Labenski <[EMAIL PROTECTED]> wrote: > > > Done and committed in CVS. Please check and let me know if there are > > any problems. > > > > Well it now gets the libraries right. Way to go. But... I still

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-10 Thread Ryan Pusztai
On Jan 10, 2008 12:17 PM, John Labenski <[EMAIL PROTECTED]> wrote: > Done and committed in CVS. Please check and let me know if there are > any problems. > > Tested in Linux using configure and MSVC6. > > You can also download the snapshot here if you can't use CVS > http://wxlua.sourceforge.net/d

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-10 Thread John Labenski
On Jan 10, 2008 12:17 PM, John Labenski <[EMAIL PROTECTED]> wrote: > === > > Francesco, I used the frm-bakefile.tar.gz on the wxlua website, but I > added a single line to utils.py to sort the fileList values since on > my Mandriva system it sorts them, but in Ubuntu it doesn't and I don't

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-10 Thread John Labenski
Done and committed in CVS. Please check and let me know if there are any problems. Tested in Linux using configure and MSVC6. You can also download the snapshot here if you can't use CVS http://wxlua.sourceforge.net/download/wxLua_Snapshot_2008-01-10.tar.gz === Francesco, I used the frm

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-10 Thread John Labenski
On Jan 10, 2008 8:09 AM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > On Jan 10, 2008 5:16 AM, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > > > Hi all! > >sorry for not being very active recently but my university courses > > are much more difficult this year and leave me very few free time..

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-10 Thread Ryan Pusztai
On Jan 10, 2008 5:16 AM, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > Hi all! >sorry for not being very active recently but my university courses > are much more difficult this year and leave me very few free time... > > John Labenski ha scritto: > > I have been able to learn enough about a

Re: [wxlua-users] Updating configure to fix GL and media lib problems

2008-01-10 Thread Francesco Montorsi
Hi all! sorry for not being very active recently but my university courses are much more difficult this year and leave me very few free time... John Labenski ha scritto: > I have been able to learn enough about automake to have configure > correctly identify the existence of the wxWidgets lib

[wxlua-users] Updating configure to fix GL and media lib problems

2008-01-09 Thread John Labenski
I have been able to learn enough about automake to have configure correctly identify the existence of the wxWidgets libs and link only to those that exist. The second part is to automatically disable the building of the wxLua bindings for those libs and not link to them for the wxLua apps that is n