This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem trying to build Cygwin X server from source


    This is xserver-cygwin-1.14.3-1, the latest as of several weeks ago.

    The part that is failing (make done in
/usr/src/xorg-server-1.14.3-1/src/xserver-cygwin-1.14.3-1/hw/xwin/glx):

echo :/usr/share/opengl/api
:/usr/share/opengl/api
  GEN      generated_gl_wrappers.c
Using registry  /usr/share/opengl/api/gl.xml
Generating  generated_gl_wrappers.c
/usr/share/opengl/api/reg.py:31: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
  if (str):
  GEN      generated_wgl_wrappers.c
Using registry  /usr/share/opengl/api/wgl.xml
Generating  generated_wgl_wrappers.c
/usr/share/opengl/api/reg.py:31: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
  if (str):
make  all-am
make[1]: Entering directory `/usr/src/xorg-server-1.14.3-1/src/xserver-cygwin-1.14.3-1/hw/xwin/glx'
  CC       winpriv.lo
winpriv.c: In function 'winCreateWindowsWindowHierarchy':
winpriv.c:23:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'WindowPtr' [-Wformat]
winpriv.c:23:14: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'XID' [-Wformat]
winpriv.c: In function 'winGetWindowInfo':
winpriv.c:54:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'XID' [-Wformat]
  CC       glwrap.lo
In file included from glwrap.c:120:0:
generated_gl_wrappers.c: In function 'glMultiDrawElementsBaseVertexWrapper':
generated_gl_wrappers.c:3363:3: warning: passing argument 4 of 'proc' discards 'const' qualifier from pointer target type [enabled by default]
generated_gl_wrappers.c:3363:3: note: expected 'const GLvoid **' but argument is of type 'const GLvoid * const*'
generated_gl_wrappers.c: In function 'glMultiDrawElementsEXTWrapper':
generated_gl_wrappers.c:7699:3: warning: passing argument 4 of 'proc' discards 'const' qualifier from pointer target type [enabled by default]
generated_gl_wrappers.c:7699:3: note: expected 'const GLvoid **' but argument is of type 'const GLvoid * const*'
generated_gl_wrappers.c: In function 'glTransformFeedbackVaryingsEXTWrapper':
generated_gl_wrappers.c:8077:3: warning: passing argument 3 of 'proc' discards 'const' qualifier from pointer target type [enabled by default]
generated_gl_wrappers.c:8077:3: note: expected 'const GLchar **' but argument is of type 'const GLchar * const*'
generated_gl_wrappers.c: In function 'glWinSetupDispatchTable':
generated_gl_wrappers.c:10250:2: warning: #warning No wrapper for glEGLImageTargetRenderbufferStorageOES ! [-Wcpp]
generated_gl_wrappers.c:10251:2: warning: #warning No wrapper for glEGLImageTargetTexture2DOES ! [-Wcpp]
  CC       indirect.lo
  CC       wgl_ext_api.lo
In file included from wgl_ext_api.c:72:0:
generated_wgl_wrappers.c:79:1: error: unknown type name 'PFNWGLDXSETRESOURCESHAREHANDLENVPROC'
generated_wgl_wrappers.c:79:1: warning: initialization makes integer from pointer without a cast [enabled by default]
generated_wgl_wrappers.c:80:1: error: unknown type name 'PFNWGLDXOPENDEVICENVPROC'
generated_wgl_wrappers.c:80:1: warning: initialization makes integer from pointer without a cast [enabled by default]
generated_wgl_wrappers.c:81:1: error: unknown type name 'PFNWGLDXCLOSEDEVICENVPROC'
generated_wgl_wrappers.c:81:1: warning: initialization makes integer from pointer without a cast [enabled by default]
...

    Any suggestions?  The online documentation is seriously out of date,
predating the use of cygport.

- Thanks,
  Mark

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]