#2306: Linker problems: Many undefined references to GLeeFuncFoo
-------------------------------------+-------------------------------------
        Reporter:  rol...@…          |        Type:  bug
          Status:  new               |    Priority:  blocker
       Milestone:  unspecified       |   Component:  Build system
         Version:  git/master        |    Keywords:
Operating System:  GNU/Linux 64bit   |  ld,linker,error,GLeeFuncFoo
        Blocking:                    |  Blocked By:
-------------------------------------+-------------------------------------
 With latest GIT I have the following error message on the final linker
 command:
 {{{terrain.o: In function `finishDrawRangeElements':
 /home/quix0r/git/warzone2100/src/terrain.c:152: undefined reference to
 `GLeeFuncPtr_glDrawRangeElements'
 terrain.o: In function `drawTerrain':
 /home/quix0r/git/warzone2100/src/terrain.c:1096: undefined reference to
 `GLeeFuncPtr_glActiveTexture'
 /home/quix0r/git/warzone2100/src/terrain.c:1170: undefined reference to
 `GLeeFuncPtr_glActiveTexture'
 /home/quix0r/git/warzone2100/src/terrain.c:1380: undefined reference to
 `GLeeFuncPtr_glActiveTexture'
 /home/quix0r/git/warzone2100/src/terrain.c:1384: undefined reference to
 `GLeeFuncPtr_glActiveTexture'
 terrain.o: In function `drawWater':
 /home/quix0r/git/warzone2100/src/terrain.c:1439: undefined reference to
 `GLeeFuncPtr_glActiveTexture'
 terrain.o:/home/quix0r/git/warzone2100/src/terrain.c:1493: more undefined
 references to `GLeeFuncPtr_glActiveTexture' follow
 ../lib/ivis_opengl/libivis_opengl.a(piedraw.o): In function
 `pie_Draw3DShape2':
 /home/quix0r/git/warzone2100/lib/ivis_opengl/piedraw.c:262: undefined
 reference to `GLeeFuncPtr_glBlendColor'
 /home/quix0r/git/warzone2100/lib/ivis_opengl/piedraw.c:322: undefined
 reference to `GLeeFuncPtr_glMultiTexCoord2fv'
 /home/quix0r/git/warzone2100/lib/ivis_opengl/piedraw.c:341: undefined
 reference to `GLeeFuncPtr_glActiveTexture'
 /home/quix0r/git/warzone2100/lib/ivis_opengl/piedraw.c:345: undefined
 reference to `GLeeFuncPtr_glActiveTexture'
 ../lib/ivis_opengl/libivis_opengl.a(piestate.o): In function
 `pie_ActivateShader_TCMask':
 /home/quix0r/git/warzone2100/lib/ivis_opengl/piestate.c:294: undefined
 reference to `GLeeFuncPtr_glActiveTexture'
 /home/quix0r/git/warzone2100/lib/ivis_opengl/piestate.c:296: undefined
 reference to `GLeeFuncPtr_glActiveTexture'
 collect2: ld returned 1 exit status
 make[3]: *** [warzone2100] Error 1
 make[2]: *** [all] Error 2
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2}}}

-- 
Ticket URL: <http://developer.wz2100.net/ticket/2306>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Project
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to