From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23892 invoked by alias); 1 Dec 2014 19:09:33 -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 23794 invoked by uid 89); 1 Dec 2014 19:09:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f173.google.com Received: from mail-yk0-f173.google.com (HELO mail-yk0-f173.google.com) (209.85.160.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 01 Dec 2014 19:09:31 +0000 Received: by mail-yk0-f173.google.com with SMTP id 19so5057504ykq.32 for ; Mon, 01 Dec 2014 11:09:28 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.236.14.97 with SMTP id c61mr62096958yhc.132.1417460968721; Mon, 01 Dec 2014 11:09:28 -0800 (PST) Received: by 10.170.170.131 with HTTP; Mon, 1 Dec 2014 11:09:28 -0800 (PST) Date: Mon, 01 Dec 2014 19:09:00 -0000 Message-ID: Subject: 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/msg00004.txt.bz2 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/