From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10562 invoked by alias); 19 Jun 2014 21:40:17 -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 10550 invoked by uid 89); 19 Jun 2014 21:40:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: rgout05.bt.lon5.cpcloud.co.uk Received: from rgout05.bt.lon5.cpcloud.co.uk (HELO rgout05.bt.lon5.cpcloud.co.uk) (65.20.0.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Jun 2014 21:40:15 +0000 X-CTCH-RefID: str=0001.0A090209.53A358BD.00C5,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-Junkmail-Premium-Raw: score=28/50,refid=2.7.2:2014.6.17.171520:17:28.905,ip=86.179.19.114,rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __HAS_REPLYTO, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __TO_NO_NAME, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __IN_REP_TO, __CT, __CT_TEXT_PLAIN, __CTE, __SUBJ_ALPHA_NEGATE, __FORWARDED_MSG, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_2000_2999, __MIME_TEXT_ONLY, RDNS_GENERIC_POOLED, SXL_IP_DYNAMIC[114.19.179.86.fur], HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, RDNS_SUSP_GENERIC, RDNS_SUSP, REPLYTO_FROM_DIFF_ADDY, BODY_SIZE_7000_LESS, NO_URI_FOUND X-CTCH-Spam: Unknown Received: from [192.168.1.93] (86.179.19.114) by rgout05.bt.lon5.cpcloud.co.uk (8.6.122.06) (authenticated as jonturney@btinternet.com) id 5399A54D00876DE6; Thu, 19 Jun 2014 22:40:13 +0100 Message-ID: <53A358BB.90106@dronecode.org.uk> Date: Thu, 19 Jun 2014 21:40:00 -0000 From: Jon TURNEY Reply-To: cygwin-xfree@cygwin.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com CC: "J. Offerman" Subject: Re: compiling xwin 1.15.1-2 References: <539A2F8B.7060203@dronecode.org.uk> In-Reply-To: <539A2F8B.7060203@dronecode.org.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-06/txt/msg00019.txt.bz2 On 12/06/2014 23:54, Jon TURNEY wrote: > On 12/06/2014 22:49, J. Offerman wrote: >> Can you help me resolve this compile error that I'm seeing now? Thanks. > > Please use the mailing list for these kinds of questions. > >> =================================================== >> In file included from >> /usr/src/xorg-server-1.15.1-2/src/xserver-cygwin-1.15.1-2/hw/xwin/glx/glthunk.c:87:0: >> >> ./generated_gl_thunks.c: In function 'glTexturePageCommitmentEXTWrapper': >> ./generated_gl_thunks.c:10560:3: error: too many arguments to function >> 'proc' >> RESOLVED_PROC(PFNGLTEXTUREPAGECOMMITMENTEXTPROC)( texture_, target_, >> level_, xoffset_, yoffset_, zoffset_, width_, height_, depth_, >> resident_ ); > > Thanks for drawing this to my attention. > > This fails because the description of glTexturePageCommitmentEXT() in > /usr/share/opengl/api/gl.xml from (khronos-opengl-registry) needs to > match it's prototype in /usr/include/w32api/GL/glext.h (from > w32api-headers) > > There was an upstream bug where an extra 'target' parameter was > erroneously added. The latest w32api-headers have updated GL headers > that have that fixed, but it seems I haven't updated > khronos-opengl-registry > > Until I make an updated package, you'll have to fix gl.xml yourself, > like this: > > --- gl.xml~ 2013-08-08 18:07:23.000000000 +0100 > +++ gl.xml 2014-05-02 17:35:52.000120700 +0100 > @@ -22968,7 +22968,6 @@ > > void glTexturePageCommitmentEXT > GLuint texture > - GLenum target > GLint level > GLint xoffset > GLint yoffset > I've uploaded an updated khronos-opengl-registry-20140619_svn27116-1 package, which includes this fix. Due to other changes it includes, an additional change is needed to compile xorg-server with it, which is included in 1.15.1-3. -- 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/