From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18209 invoked by alias); 1 Dec 2014 23:37:26 -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 18198 invoked by uid 89); 1 Dec 2014 23:37:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f41.google.com Received: from mail-yh0-f41.google.com (HELO mail-yh0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 01 Dec 2014 23:37:22 +0000 Received: by mail-yh0-f41.google.com with SMTP id a41so5466235yho.28 for ; Mon, 01 Dec 2014 15:37:20 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.236.111.38 with SMTP id v26mr64288481yhg.190.1417477040732; Mon, 01 Dec 2014 15:37:20 -0800 (PST) Received: by 10.170.170.131 with HTTP; Mon, 1 Dec 2014 15:37:20 -0800 (PST) In-Reply-To: References: Date: Mon, 01 Dec 2014 23:37:00 -0000 Message-ID: Subject: Re: build error on 1.16.2-1 From: "J. Offerman" To: cygwin-xfree Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00007.txt.bz2 This is an obvious source-header discrepancy. The source file(auto-generated anyway) doesn't seem to be changed recently, while the header file(glext.h) has a timestamp of Nov 16 now. So it looks like only the header file got advanced here. Looking at the announcements, it should be the Mesa update on Nov 17 that renewed it. Should I just add the extra arguments for those 3 funcs in the source file as defined in the new header file? That looks like working. On Mon, Dec 1, 2014 at 11:09 AM, J. Offerman wrote: > Can somebody help me overcome this error? What am I missing this time? > Last time I tried to build X was 2 months ago and it was 1.16.1-1, > which was built just fine. Thanks for your help. > > ==================================================== > make[5]: Entering directory > '/usr/src/xorg-server-1.16.2-1.src/xorg-server-1.16.2-1.x86_64/src/xserver-cygwin-1.16.2-1/hw/xwin/glx' > CC libnativeGLthunk_la-glthunk.lo > In file included from glthunk.c:87:0: > generated_gl_thunks.c: In function 'glVertex2bOESWrapper': > generated_gl_thunks.c:7098:3: error: too few arguments to function 'proc' > RESOLVED_PROC(PFNGLVERTEX2BOESPROC)( x_ ); > ^ > generated_gl_thunks.c: In function 'glVertex3bOESWrapper': > generated_gl_thunks.c:7110:3: error: too few arguments to function 'proc' > RESOLVED_PROC(PFNGLVERTEX3BOESPROC)( x_, y_ ); > ^ > generated_gl_thunks.c: In function 'glVertex4bOESWrapper': > generated_gl_thunks.c:7122:3: error: too few arguments to function 'proc' > RESOLVED_PROC(PFNGLVERTEX4BOESPROC)( x_, y_, z_ ); > ^ > Makefile:712: recipe for target 'libnativeGLthunk_la-glthunk.lo' failed -- 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/