Re: [wxlua-users] wxLua OpenGL build issues

2007-11-17 Thread John Labenski
On Nov 17, 2007 3:52 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > I need to start using wxLua in a real project in corperate setting so I > wanted to know if the build issues with OpenGL are fixed. Also if there is No, I tried a few things and rebuilt the bakefiles, but when I read through the

Re: [wxlua-users] wxLua OpenGL build issues

2007-11-17 Thread Ryan Pusztai
On 9/5/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > On 9/5/07, John Labenski <[EMAIL PROTECTED]> wrote: > > > > You're using the wxWidgets monolithic build it seems using mingw? > > > Yes I am using monolithic MinGW. > > Do you use "configure" with mingw or just makefile.gcc? > > > I am using th

Re: [wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread Ryan Pusztai
On 9/5/07, John Labenski <[EMAIL PROTECTED]> wrote: > > You're using the wxWidgets monolithic build it seems using mingw? Yes I am using monolithic MinGW. Do you use "configure" with mingw or just makefile.gcc? I am using the makefile.gcc. The monolithic > build is broken because nobody's che

Re: [wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread John Labenski
On 9/5/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > > If I remember correctly the problem is that the build files DO specify > > the GL lib, but that you haven't built it? > > Here is the command line: > pcrt4 -ladvapi32 -lwsock32 -lodbc32 -llua5.1 > if not exist ..\..\..\bin\gcc_lib mkdir ..\..

Re: [wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread Darwin Slattery
I noticed you didn't have a -l option for the wx GL library in that command output you posted. Can you post the result when this was included? Also, if you've tried putting a -l option for the wx GL library into the command line and you still get unresolved references, it might then just be th

Re: [wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread Ryan Pusztai
On 9/5/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > On 9/5/07, Darwin Slattery <[EMAIL PROTECTED]> wrote: > > > > > > I'm not sure if you're having the same problem as I was but if it's > > related to unresolved reference errors for the wxGL* classes then I found it > > was just a case of adding

Re: [wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread Ryan Pusztai
On 9/5/07, John Labenski <[EMAIL PROTECTED]> wrote: > > On 8/31/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > > I hate to ask this because I am a developer of other open-source project > and > > know what a pain this type of question can introduce; > > Ugh. :) ;-) If I remember correctly the pro

Re: [wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread John Labenski
On 8/31/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > I hate to ask this because I am a developer of other open-source project and > know what a pain this type of question can introduce; Ugh. :) > When are the build problems going to be fixed? I need to use wxLua in a > project but I can't build

Re: [wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread Ryan Pusztai
On 9/5/07, Darwin Slattery <[EMAIL PROTECTED]> wrote: > > > I'm not sure if you're having the same problem as I was but if it's > related to unresolved reference errors for the wxGL* classes then I found it > was just a case of adding the GL library to the makefile. This is only > applicable to bui

[wxlua-users] wxLua OpenGL build issues

2007-09-05 Thread Darwin Slattery
I'm not sure if you're having the same problem as I was but if it's related to unresolved reference errors for the wxGL* classes then I found it was just a case of adding the GL library to the makefile. This is only applicable to builds using the make system of course. Have a look in your wxWi

[wxlua-users] wxLua OpenGL build issues

2007-08-31 Thread Ryan Pusztai
I hate to ask this because I am a developer of other open-source project and know what a pain this type of question can introduce; When are the build problems going to be fixed? I need to use wxLua in a project but I can't build it because of the OpenGL dependency problem in the BakeFiles. Any upd