From owner-freebsd-ports@FreeBSD.ORG Tue Jul 5 16:41:46 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4AE16A41C for ; Tue, 5 Jul 2005 16:41:46 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99AA043D46 for ; Tue, 5 Jul 2005 16:41:46 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DpqTK-000120-Pb for freebsd-ports@freebsd.org; Tue, 05 Jul 2005 18:40:35 +0200 Received: from simba.summersault.com ([12.161.105.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jul 2005 18:40:34 +0200 Received: from mark by simba.summersault.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jul 2005 18:40:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Mark Stosberg Date: Tue, 5 Jul 2005 16:23:41 +0000 (UTC) Lines: 27 Message-ID: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: simba.summersault.com X-Archive: encrypt User-Agent: slrn/0.9.8.0 (Linux) Sender: news Subject: libglut 6.0.1 failing to build on FreeBSD 4.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 16:41:47 -0000 Hello, I'm getting this build failure for libglut 6.0.1 on FreeBSD 4.7. Any obvious fixes here, or should I go ahead report a bug? My end goal is to build darcs from source, so I need a ghc binary. Selfishly, I would be happy to have a pointer to ghc binary that will work on FreeBSD 4.7, and avoid these build issues altogether. Mark ===> Building for libglut-6.0.1 Warning: Object directory not changed from original /usr/ports/graphics/libglut/work/Mesa-6.0.1/src/glut/glx cc -O -pipe -I../../../include -I/usr/X11R6/include -c glut_8x13.c -o glut_8x13.o cc -O -pipe -I../../../include -I/usr/X11R6/include -c glut_9x15.c -o glut_9x15.o cc -O -pipe -I../../../include -I/usr/X11R6/include -c glut_bitmap.c -o glut_bitmap.o In file included from glut_bitmap.c:8: glutint.h:780: syntax error before `GLXFBConfigSGIX' glutint.h:785: syntax error before `GLXFBConfigSGIX' glutint.h:788: syntax error before `__glut_glXGetFBConfigFromVisualSGIX' glutint.h:789: warning: data definition has no type or storage class *** Error code 1 --