help:Is this caused by glx?

hi,
I’m making WireGL and get the following error, does anyone know what is the problem? Is this caused by glx? Any help is appreciated.

[root@Xiaoyu wiregl]# make

          Building libglcontext.so for Linux (RELEASE)


          Building libwireglutil.so for Linux (RELEASE)


          Building libwiregl_client.so for Linux (RELEASE)

Compiling glx.c
glx.c:60:26: pasting “.” and “glXChooseVisual” does not give a valid preprocessing token
glx.c:61:25: pasting “.” and “glXCopyContext” does not give a valid preprocessing token
glx.c:62:27: pasting “.” and “glXCreateContext” does not give a valid preprocessing token
glx.c:63:29: pasting “.” and “glXCreateGLXPixmap” does not give a valid preprocessing token
glx.c:64:28: pasting “.” and “glXDestroyContext” does not give a valid
glx.c:65:30: pasting “.” and “glXDestroyGLXPixmap” does not give a val
glx.c:66:23: pasting “.” and “glXGetConfig” does not give a valid prep
glx.c:67:31: pasting “.” and “glXGetCurrentContext” does not give a va
glx.c:68:32: pasting “.” and “glXGetCurrentDrawable” does not give a v
glx.c:69:22: pasting “.” and “glXIsDirect” does not give a valid prepr
glx.c:70:25: pasting “.” and “glXMakeCurrent” does not give a valid pr
glx.c:71:28: pasting “.” and “glXQueryExtension” does not give a valid
glx.c:72:26: pasting “.” and “glXQueryVersion” does not give a valid p
glx.c:73:25: pasting “.” and “glXSwapBuffers” does not give a valid pr
glx.c:74:22: pasting “.” and “glXUseXFont” does not give a valid prepr
glx.c:75:20: pasting “.” and “glXWaitGL” does not give a valid preproc
glx.c:76:19: pasting “.” and “glXWaitX” does not give a valid preproce
glx.c:77:35: pasting “.” and “glXQueryExtensionsString” does not give
glx.c:78:29: pasting “.” and “glXGetClientString” does not give a vali
glx.c:79:31: pasting “.” and “glXQueryServerString” does not give a va
gmake[2]: *** [/home/xiaoyu/tmp/Thesis/WireGL/wiregl-1.2.1/built/wireg
gmake[1]: *** [dep] Error 2
make: *** [opengl_stub.subdir] Error 2

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.