From owner-freebsd-questions@FreeBSD.ORG Wed Jul 9 07:43:57 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F4537B401 for ; Wed, 9 Jul 2003 07:43:57 -0700 (PDT) Received: from hm61.locaweb.com.br (hm61.locaweb.com.br [200.213.197.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 3ACEF43FAF for ; Wed, 9 Jul 2003 07:43:56 -0700 (PDT) (envelope-from freebsd@devegili.org) Received: (qmail 13446 invoked from network); 9 Jul 2003 14:43:08 -0000 Received: from hm20.locaweb.com.br (200.246.179.120) by hm61.locaweb.com.br with QMTP; 9 Jul 2003 14:43:08 -0000 Received: (qmail 25125 invoked from network); 9 Jul 2003 14:43:55 -0000 Received: from unknown (HELO devegili.org) (augusto@devegili.org@200.158.0.155) by hm20.locaweb.com.br with SMTP; 9 Jul 2003 14:43:55 -0000 Message-ID: <3F0C2A11.5030902@devegili.org> Date: Wed, 09 Jul 2003 11:43:29 -0300 From: Augusto Jun Devegili User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Error while compiling Mesa 5.0.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 14:43:58 -0000 Hi all, I'm using FreeBSD 5.1-RELEASE and I am trying to compile Mesa 5.0.1 (/usr/ports/graphics/mesagl). `make install clean' give me the following error messages: -=-=-=-=-=-=-=-=-=- cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I/usr/ports/graphics/mesagl/work/Mesa-5.0.1/include "-DGLCALLBACKPCAST=*" -O -pipe -mcpu=pentiumpro -c glut_bitmap.c -fPIC -DPIC -o .libs/glut_bitmap.lo 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 gmake[2]: *** [glut_bitmap.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/mesagl/work/Mesa-5.0.1/src-glut' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/mesagl/work/Mesa-5.0.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/graphics/mesagl. -=-=-=-=-=-=-=-=-=- What should I do? TIA and regards, Augusto Jun Devegili