Hello forum, I believe that topic is already discussed here and i have gone through them but i could not debug the error that i am having now. I am attaching the log and hope that someone can help me out with that issue.
************************************************ Error Log********************************************************* [EMAIL PROTECTED]:~/C++/volumizer/SiRun$ make cd 'runViewing' && make release make[1]: Entering directory `/home/sajjad/C++/volumizer/SiRun/runViewing' cd runCamera && make release make[2]: Entering directory `/home/sajjad/C++/volumizer/SiRun/runViewing/runCamera' mkdir -p LinuxRelease g++ -c -O -I. -I../../../SiSRC/Includes -DPLATFORM_Linux Game.cpp -o LinuxRelease/Game.o cd LinuxRelease && g++ -o ../Obelix.elf -L../../../../SiSRC/Libs/LinuxRelease -L/usr/lib Game.o -lSiEngine -lSiMath -lSiUtil -lglut -lGLU -lGL -lGLEW ../../../../SiSRC/Libs/LinuxRelease/libSiEngine.a(SiCamera.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiEngine.a(SiGame.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiEngine.a(SiMain.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiEngine.a(SiClock.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiEngine.a(SiDisplay.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiEngine.a(SiEventHandler.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiMath.a(SiMatrix3.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiMath.a(SiMatrix4.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiMath.a(SiVector3.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiMath.a(SiVector4.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiUtil.a(SiDebugger.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiUtil.a(SiGLInfo.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here ../../../../SiSRC/Libs/LinuxRelease/libSiUtil.a(SiGLUtil.o):(.data+0x0): multiple definition of `font' Game.o:(.data+0x0): first defined here collect2: ld returned 1 exit status make[2]: *** [Obelix.elf] Error 1 make[2]: Leaving directory `/home/sajjad/C++/volumizer/SiRun/runViewing/runCamera' make[1]: *** [runViewing] Error 2 make[1]: Leaving directory `/home/sajjad/C++/volumizer/SiRun/runViewing' make: *** [runCool] Error 2 ****************************************Error Log****************************************************** The trouble with font which i never defined anywhere: Any Idea? Thanks in Advance!! Regards Sajjad -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/messages/help-gplusplus@gnu.org/topic.html _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus