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