Okay, I went with --disable-aiglx, and it moved on, but I got this at the very last stage of the build process:
CCLD XWin.exe ../../glx/.libs/libglx.a(glxcmds.o): In function `FlushContext': /usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:219: undefined reference to `__glapi_tls_Dispatch' ../../glx/.libs/libglx.a(glxcmds.o): In function `DoMakeCurrent': /usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:598: undefined reference to `__glapi_tls_Dispatch' ../../glx/.libs/libglx.a(glxcmds.o): In function `__glXDisp_WaitGL': /usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:767: undefined reference to `__glapi_tls_Dispatch' ../../glx/.libs/libglx.a(glxcmds.o): In function `__glXDisp_CopyContext': /usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:864: undefined reference to `__glapi_tls_Dispatch' ../../glx/.libs/libglx.a(glxcmds.o): In function `__glXDisp_SwapBuffers': /usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:1578: undefined reference to `__glapi_tls_Dispatch' ../../glx/.libs/libglx.a(glxcmds.o):/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:1777: more undefined references to `__glapi_tls_Dispatch' follow collect2: ld returned 1 exit status make[4]: *** [XWin.exe] Error 1 Who has "__glapi_tls_Dispatch"? Thanks. On Sun, Oct 30, 2011 at 12:56 PM, Jon TURNEY <[email protected]> wrote: > On 30/10/2011 18:06, J. Offerman wrote: >> >> Last time I built xserver is August 2010 and it was for v1.8.2. Now >> I'm trying 1.11.1 and seeing some errors. Can you tell me what package >> I'm missing? Thx. >> >> =========================== >> make[5]: Entering directory >> `/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/hw/xwin/glx' >> CC indirect.lo >> In file included from indirect.c:88: >> ./wgl_ext_api.h:32:23: GL/wglext.h: No such file or directory > > Sorry. Unfortunately, wglext.h is not in any package at the moment. It > probably should be provided by w32api. > > For the moment, you can do 'wget -P /usr/include/w32api/GL > http://www.opengl.org/registry/api/wglext.h' to get a copy, or ./configure > with --disable-aiglx > > -- > Jon TURNEY > Volunteer Cygwin/X X Server maintainer > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
