We're working on a new camera plugin that's mostly based on pcdefaultcamera. The plugin compiles and works without any problems on Linux but when I try to compile the whole stuff on windos (using msys/mingw) I get
===8<=== LinkPlugin oocpccamera.dll c:/source/cel/out/msysx86/optimize/libs/libceltool.a(camera.o)(.text+0x240e):camera.cpp: undefined reference to `csView::csView(iEngine*, iGraphics3D*)' c:/source/cel/out/msysx86/optimize/libs/libceltool.a(camera.o)(.text+0x2c9f):camera.cpp: undefined reference to `csView::csView(iEngine*, iGraphics3D*)' collect2: ld returned 1 exit status ===8<=== That's really weird ... compiling works on both OSs but linking somehow not due to a reason I can't really comprehend. When cross compiling for Windows on Linux (as described in the community Wiki Article) I get the same errors ... so is it a Msys/MinGW Bug? We also altered some other plugins as well (pcactormove for example) but that worked out without any problems. But I think on VisualC it compiled and linked stuff as well without problems o_O Any ideas? -- Greetings, Ompaa oOC Coding Leader www.openoutcast.de -- Greetings, Ompaa oOC Coding Leader www.openoutcast.de ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
