From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15578 invoked by alias); 19 Oct 2013 19:54:24 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 15566 invoked by uid 89); 19 Oct 2013 19:54:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FOREIGN_SUBJECT,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: alum-mailsec-scanner-3.mit.edu Received: from alum-mailsec-scanner-3.mit.edu (HELO alum-mailsec-scanner-3.mit.edu) (18.7.68.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 19 Oct 2013 19:54:22 +0000 Received: from outgoing-alum.mit.edu (OUTGOING-ALUM.MIT.EDU [18.7.68.33]) by alum-mailsec-scanner-3.mit.edu (Symantec Messaging Gateway) with SMTP id A8.CE.19161.D63E2625; Sat, 19 Oct 2013 15:54:21 -0400 (EDT) Received: from foil.strangled.net (c-67-188-232-141.hsd1.ca.comcast.net [67.188.232.141]) (authenticated bits=0) (User authenticated as mdl@ALUM.MIT.EDU) by outgoing-alum.mit.edu (8.13.8/8.12.4) with ESMTP id r9JJsJwe015793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sat, 19 Oct 2013 15:54:20 -0400 From: Mark Lillibridge To: cygwin-xfree@cygwin.com Subject: Problem trying to build Cygwin X server from source Reply-to: mdl@alum.mit.edu Date: Sat, 19 Oct 2013 19:54:00 -0000 Message-ID: <87vc0t2g10.fsf@foil.strangled.net> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-10/txt/msg00028.txt.bz2 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/