Map2dif in HEAD
by EddieRay · in Torque Game Engine · 04/27/2005 (1:32 pm) · 1 replies
I'm having trouble getting map2dif to link on Linux:
--> Linking map2dif_DEBUG.bin ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXProcessControl.obj)(.text+0x100): In function 'Cleanup(bool)': platformX86UNIX/x86UNIXProcessControl.cc:78: undefined reference to 'OpenGLShutdown' ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXWindow.obj)(.text+0x53f): In function 'ProcessSYSWMEvent': platformX86UNIX/x86UNIXWindow.cc:206: undefined reference to 'NotifySelectionEvent(_XEvent&)' ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXWindow.obj)(.text+0x9d0): In function 'Platform::AlertOK(char const*, char const*)': platformX86UNIX/x86UNIXWindow.cc:429: undefined reference to 'XMessageBox::XMessageBox(_XDisplay*)' ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXWindow.obj)(.text+0x9ec):platformX86UNIX/x86UNIXWindow.cc:430: undefined reference to 'XMessageBox::alertOK(char const*, char const*)' ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXWindow.obj)(.text+0xa13):platformX86UNIX/x86UNIXWindow.cc:432: undefined reference to 'XMessageBox::~XMessageBox()' ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXWindow.obj)(.text+0xa29):platformX86UNIX/x86UNIXWindow.cc:432: undefined reference to 'XMessageBox::~XMessageBox()' ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXWindow.obj)(.text+0xbd4): In function 'Platform::AlertOKCancel(char const*, char const*)': platformX86UNIX/x86UNIXWindow.cc:454: undefined reference to 'XMessageBox::XMessageBox(_XDisplay*)' ../engine/out.GCC34.GCC3.4+.DEBUG/engine_DEBUG.a(x86UNIXWindow.obj)(.text+0xbf0):platformX86UNIX/x86UNIXWindow.cc:456: undefined reference to 'XMessageBox::alertOKCancel(char const*, char const*)'
Torque Owner EddieRay
Anyone have any ideas as to what's going wrong? Seems like it might be related to the DEDICATED define...