Du bist nicht angemeldet.

Stilllegung des Forums
Das Forum wurde am 05.06.2023 nach über 20 Jahren stillgelegt (weitere Informationen und ein kleiner Rückblick).
Registrierungen, Anmeldungen und Postings sind nicht mehr möglich. Öffentliche Inhalte sind weiterhin zugänglich.
Das Team von spieleprogrammierer.de bedankt sich bei der Community für die vielen schönen Jahre.
Wenn du eine deutschsprachige Spieleentwickler-Community suchst, schau doch mal im Discord und auf ZFX vorbei!

Werbeanzeige

1

23.08.2012, 17:25

SFML -> Let There Be Light -> OpenGL Fehler

Hey,

ich hab versucht Let There Be Light (http://en.sfml-dev.org/forums/index.php?topic=6635.0) bei mir einzubauen und bekomme nun total viele OpenGL Fehler in den Dateien davon.

Jemand von euch eine Idee wieso? Ich nutze SFML 2 RC... Code ist der oben unter der URL zu finden.

Quellcode

1
D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:85: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:86: undefined reference to `glTranslatef@12'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem10MaskShadowEPNS_5LightEPNS_10ConvexHullEbf':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:207: undefined reference to `glDisable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:209: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:211: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:218: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:220: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:221: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:222: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:223: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:224: undefined reference to `glVertex3f@12'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o:D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:225: more undefined references to `glVertex3f@12' followbuild/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem10MaskShadowEPNS_5LightEPNS_10ConvexHullEbf':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:227: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:231: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:234: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:235: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:254: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:255: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:258: undefined reference to `glVertex3f@12'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o:D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:259: more undefined references to `glVertex3f@12' followbuild/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem10MaskShadowEPNS_5LightEPNS_10ConvexHullEbf':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:261: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:265: undefined reference to `glEnable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:269: undefined reference to `glColor4f@16'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem5SetUpERK4AABB':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:360: undefined reference to `glEnable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:361: undefined reference to `glEnable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:367: undefined reference to `glEnable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:368: undefined reference to `glEnable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:374: undefined reference to `glEnable@4'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o:D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:375: more undefined references to `glEnable@4' followbuild/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem22SwitchWindowProjectionEv':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:533: undefined reference to `glViewport@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:535: undefined reference to `glMatrixMode@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:536: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:539: undefined reference to `glOrtho@48'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:540: undefined reference to `glMatrixMode@4'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem17ClearLightTextureERN2sf13RenderTextureE':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:545: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:550: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:556: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:558: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:559: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:560: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:561: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:562: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:563: undefined reference to `glEnd@0'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem12RenderLightsEv':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:574: undefined reference to `glDisable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:580: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:584: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:586: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:589: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:590: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:591: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:592: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:593: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:594: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:596: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:600: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:604: undefined reference to `glColor4b@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:606: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:609: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:610: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:611: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:612: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:613: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:614: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:616: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:618: undefined reference to `glEnable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:620: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:698: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:708: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:712: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:767: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:775: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:779: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:782: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:783: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:783: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:784: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:784: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:785: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:785: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:786: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:786: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:787: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:793: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:797: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:800: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:803: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:804: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:804: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:805: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:805: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:806: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:806: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:807: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:807: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:808: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:810: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:822: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:824: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:830: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:831: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:831: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:832: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:832: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:833: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:833: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:834: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:834: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:835: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:843: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:847: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:850: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:852: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:853: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:853: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:854: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:854: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:855: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:855: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:856: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:856: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:857: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:859: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:875: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:877: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:883: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:884: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:884: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:885: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:885: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:886: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:886: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:887: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:887: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:888: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:896: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:900: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:903: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:905: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:906: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:906: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:907: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:907: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:908: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:908: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:909: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:909: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:910: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:912: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:933: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:940: undefined reference to `glBlendFunc@8'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem18RenderLightTextureEv':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:963: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:968: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:970: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:971: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:971: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:972: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:972: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:973: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:973: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:974: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:974: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:975: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:981: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:983: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:984: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:984: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:985: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:985: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:986: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:986: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:987: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:987: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:988: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:992: undefined reference to `glBlendFunc@8'build/Debug/MinGW-Windows/LTBL/Light/LightSystem.o: In function `ZN4ltbl11LightSystem11DebugRenderEv':D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:1002: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/LightSystem.cpp:1011: undefined reference to `glLoadIdentity@0'build/Debug/MinGW-Windows/LTBL/Light/Light.o: In function `ZN4ltbl5Light15SetAlwaysUpdateEb':D:\Projects\C++\alteJumpRun/LTBL/Light/Light.cpp:86: undefined reference to `glEnable@4'D:\Projects\C++\alteJumpRun/LTBL/Light/Light.cpp:87: undefined reference to `glEnable@4'build/Debug/MinGW-Windows/LTBL/Light/Light.o: In function `ZN4ltbl5Light19SwitchStaticTextureEv':D:\Projects\C++\alteJumpRun/LTBL/Light/Light.cpp:104: undefined reference to `glViewport@16'D:\Projects\C++\alteJumpRun/LTBL/Light/Light.cpp:106: undefined reference to `glMatrixMode@4'D:\Projects\C++\alteJumpRun/LTBL/Light/Light.cpp:107: undefined reference to `glLoadIdentity@0'D:\Projects\C++\alteJumpRun/LTBL/Light/Light.cpp:110: undefined reference to `glOrtho@48'D:\Projects\C++\alteJumpRun/LTBL/Light/Light.cpp:111: undefined reference to `glMatrixMode@4'build/Debug/MinGW-Windows/LTBL/Constructs/AABB.o: In function `ZN4AABB11DebugRenderEv':D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:136: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:139: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:140: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:143: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:144: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:147: undefined reference to `glVertex2f@8'build/Debug/MinGW-Windows/LTBL/Constructs/AABB.o:D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:148: more undefined references to `glVertex2f@8' followbuild/Debug/MinGW-Windows/LTBL/Constructs/AABB.o: In function `ZN4AABB11DebugRenderEv':D:\Projects\C++\alteJumpRun/LTBL/Constructs/AABB.cpp:154: undefined reference to `glEnd@0'build/Debug/MinGW-Windows/LTBL/Light/Light_Point.o: In function `ZN4ltbl11Light_Point23RenderLightSolidPortionEv':D:\Projects\C++\alteJumpRun/LTBL/Light/Light_Point.cpp:55: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/Light_Point.cpp:57: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/Light_Point.cpp:66: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/Light_Point.cpp:69: undefined reference to `glEnd@0'build/Debug/MinGW-Windows/LTBL/Light/EmissiveLight.o: In function `ZN4ltbl13EmissiveLight6RenderEv':D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:54: undefined reference to `glPushMatrix@0'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:60: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:61: undefined reference to `glRotatef@16'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:69: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:72: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:73: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:73: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:74: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:74: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:75: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:75: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:76: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:76: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:77: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:80: undefined reference to `glColor3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/EmissiveLight.cpp:82: undefined reference to `glPopMatrix@0'build/Debug/MinGW-Windows/LTBL/Constructs/Color3f.o: In function `ZN7Color3f6GL_SetEv':D:\Projects\C++\alteJumpRun/LTBL/Constructs/Color3f.cpp:16: undefined reference to `glColor3f@12'build/Debug/MinGW-Windows/LTBL/QuadTree/QuadTree.o: In function `ZN3qdt8QuadTree11DebugRenderEv':D:\Projects\C++\alteJumpRun/LTBL/QuadTree/QuadTree.cpp:71: undefined reference to `glColor3f@12'D:\Projects\C++\alteJumpRun/LTBL/QuadTree/QuadTree.cpp:88: undefined reference to `glColor3f@12'D:\Projects\C++\alteJumpRun/LTBL/QuadTree/QuadTree.cpp:92: undefined reference to `glColor3f@12'build/Debug/MinGW-Windows/LTBL/Light/ShadowFin.o: In function `ZN4ltbl9ShadowFin6RenderEf':D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:39: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:41: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:43: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:44: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:44: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:45: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:45: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:46: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:46: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:47: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:54: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:57: undefined reference to `glColor4f@16'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:59: undefined reference to `glBlendFunc@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:61: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:62: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:62: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:63: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:63: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:64: undefined reference to `glTexCoord2i@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:64: undefined reference to `glVertex2f@8'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:65: undefined reference to `glEnd@0'D:\Projects\C++\alteJumpRun/LTBL/Light/ShadowFin.cpp:68: undefined reference to `glColor4f@16'build/Debug/MinGW-Windows/LTBL/Light/ConvexHull.o: In function `ZN4ltbl10ConvexHull10RenderHullEf':D:\Projects\C++\alteJumpRun/LTBL/Light/ConvexHull.cpp:125: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/ConvexHull.cpp:132: undefined reference to `glVertex3f@12'D:\Projects\C++\alteJumpRun/LTBL/Light/ConvexHull.cpp:135: undefined reference to `glEnd@0'build/Debug/MinGW-Windows/LTBL/Light/ConvexHull.o: In function `ZN4ltbl10ConvexHull9DebugDrawEv':D:\Projects\C++\alteJumpRun/LTBL/Light/ConvexHull.cpp:224: undefined reference to `glTranslatef@12'D:\Projects\C++\alteJumpRun/LTBL/Light/ConvexHull.cpp:226: undefined reference to `glBegin@4'D:\Projects\C++\alteJumpRun/LTBL/Light/ConvexHull.cpp:229: undefined reference to `glVertex2f@8'

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »MyFrosch« (23.08.2012, 17:35)


2

23.08.2012, 17:39

Du hast OpenGL nicht verlinkt.

Du musst einen von beiden bei dem Linker eingeben:
gcc: libopengl32.a
Visual Studio Compiler: opengl32.lib

3

24.08.2012, 09:51

Hey Danke schon mal! Hab ich die Lib Standard bei Netbeans / MinGW / Windows dabei oder muss ich die Installieren wie SFML?

4

24.08.2012, 12:53

Ne, du musst es nicht wie SFML installieren, es ist schon drauf. Nur linken.

Werbeanzeige