Re: [wxlua-users] CVS build problem

2008-01-17 Thread John Labenski
On Jan 17, 2008 8:41 AM, Leslie Newell [EMAIL PROTECTED] wrote: Trying to compile with static runtime libs. BUILD = release UNICODE = 1 SHARED = 0 WX_SHARED = 0 WX_MONOLITHIC = 0 RUNTIME_LIBS = static To get it to compile I need to do the following Add this line to

Re: [wxlua-users] CVS build problem

2008-01-16 Thread Leslie Newell
Hi John, Found it. In modules/build/msw/makefile.vc !if $(BUILD) == debug $(UNICODE) == 0 $(WX_MONOLITHIC) == 0 __WXLIB_GL_NAME_p = wxmsw$(WX_VERSION)d_gl.lib !endif !if $(BUILD) == debug $(UNICODE) == 1 $(WX_MONOLITHIC) == 0 __WXLIB_GL_NAME_p = wxmsw$(WX_VERSION)ud_gl.lib !endif !if

Re: [wxlua-users] CVS build problem

2008-01-16 Thread John Labenski
On Jan 16, 2008 1:50 PM, Francesco Montorsi [EMAIL PROTECTED] wrote: John Labenski ha scritto: On Jan 16, 2008 7:07 AM, Leslie Newell [EMAIL PROTECTED] wrote: The GL lib is separate even in monolithic builds. The lines should read: Hopefully they're both fixed in the current CVS. Thanks.

Re: [wxlua-users] CVS build problem

2008-01-15 Thread Leslie Newell
Thank John. That fixed it. I now get a bunch of unresolved externals, all related to OpenGl. For example: wxbindgl_dll_wxgl_gl.obj : error LNK2001: unresolved external symbol public: vi rtual class wxClassInfo * __thiscall wxGLContext::GetClassInfo(void)const (?Ge [EMAIL

Re: [wxlua-users] CVS build problem

2008-01-15 Thread John Labenski
On Jan 15, 2008 12:50 PM, Leslie Newell [EMAIL PROTECTED] wrote: Thank John. That fixed it. I now get a bunch of unresolved externals, all related to OpenGl. For example: wxbindgl_dll_wxgl_gl.obj : error LNK2001: unresolved external symbol public: vi rtual class wxClassInfo * __thiscall