From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 01:18:45 2003 Return-Path: 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 4DA2437B401 for ; Tue, 8 Apr 2003 01:18:45 -0700 (PDT) Received: from forrie.ne.client2.attbi.com (forrie.ne.client2.attbi.com [24.147.156.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64FB543F85 for ; Tue, 8 Apr 2003 01:18:44 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from workstation.forrie.com (workstation.forrie.net. [192.168.1.21]) by forrie.ne.client2.attbi.com with id h388IgO54208 for ; Tue, 8 Apr 2003 04:18:43 -0400 (EDT) Message-Id: <5.2.1.1.2.20030408041808.0123a518@192.168.1.1> X-Sender: forrie@192.168.1.1 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Tue, 08 Apr 2003 04:19:37 -0400 To: ports@freebsd.org From: Forrest Aldrich Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) Subject: FreeBSD GLE port problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 08:18:45 -0000 I was working on building the gnome2 port on FreeBSD-4.8-STABLE (current CVSup) and ran into this glitch with the GLE port. This port is at version 3.0.3; looking at the master ftp site, the code has since been updated to: http://linas.org/gle/pub/gle-3.1.0.tar.gz Has anyone run into this bug. All my ports are up-to-date via portupgrade (as far as I can tell). Thanks, Forrest ===> Building for gle-3.0.3 make all-recursive Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -Wall -c ex_angle.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -Wall -c ex_angle.c -fPIC -DPIC -o .libs/ex_angle.lo In file included from ex_angle.c:26: port.h:191: GL/gl.h: No such file or directory port.h:192: GL/glu.h: No such file or directory ex_angle.c: In function `draw_angle_style_front_cap': ex_angle.c:81: `GLUtriangulatorObj' undeclared (first use in this function) ex_angle.c:81: (Each undeclared identifier is reported only once ex_angle.c:81: for each function it appears in.) ex_angle.c:81: `tobj' undeclared (first use in this function) ex_angle.c:81: warning: statement with no effect ex_angle.c:83: syntax error before `int' ex_angle.c:107: warning: implicit declaration of function `glNormal3dv' ex_angle.c:109: warning: implicit declaration of function `gluNewTess' ex_angle.c:110: warning: implicit declaration of function `gluTessCallback' ex_angle.c:110: `GLU_BEGIN' undeclared (first use in this function) ex_angle.c:110: `glBegin' undeclared (first use in this function) ex_angle.c:111: `GLU_VERTEX' undeclared (first use in this function) ex_angle.c:111: `glVertex3dv' undeclared (first use in this function) ex_angle.c:112: `GLU_END' undeclared (first use in this function) ex_angle.c:112: `glEnd' undeclared (first use in this function) ex_angle.c:127: warning: implicit declaration of function `gluBeginPolygon' ex_angle.c:129: `first_vertex' undeclared (first use in this function) ex_angle.c:130: `previous_vertex' undeclared (first use in this function) ex_angle.c:132: `is_colinear' undeclared (first use in this function) ex_angle.c:134: warning: implicit declaration of function `gluTessVertex' ex_angle.c:144: warning: implicit declaration of function `gluEndPolygon' ex_angle.c:147: warning: implicit declaration of function `gluDeleteTess' ex_angle.c: In function `draw_angle_style_back_cap': ex_angle.c:160: `GLUtriangulatorObj' undeclared (first use in this function) ex_angle.c:160: `tobj' undeclared (first use in this function) ex_angle.c:160: warning: statement with no effect ex_angle.c:162: syntax error before `int' ex_angle.c:189: `GLU_BEGIN' undeclared (first use in this function) ex_angle.c:189: `glBegin' undeclared (first use in this function) ex_angle.c:190: `GLU_VERTEX' undeclared (first use in this function) ex_angle.c:190: `glVertex3dv' undeclared (first use in this function) ex_angle.c:191: `GLU_END' undeclared (first use in this function) ex_angle.c:191: `glEnd' undeclared (first use in this function) ex_angle.c:204: `first_vertex' undeclared (first use in this function) ex_angle.c:205: `previous_vertex' undeclared (first use in this function) ex_angle.c:207: `is_colinear' undeclared (first use in this function) ex_angle.c: In function `extrusion_angle_join': ex_angle.c:335: warning: implicit declaration of function `glPushMatrix' ex_angle.c:336: warning: implicit declaration of function `glMultMatrixd' ex_angle.c:336: syntax error before `GLdouble' ex_angle.c:461: warning: implicit declaration of function `glColor3fv' ex_angle.c:563: warning: implicit declaration of function `glPopMatrix' *** Error code 1 Stop in /usr/ports/graphics/gle/work/gle-3.0.3/src. *** Error code 1 Stop in /usr/ports/graphics/gle/work/gle-3.0.3. *** Error code 1 Stop in /usr/ports/graphics/gle/work/gle-3.0.3. *** Error code 1 Stop in /usr/ports/graphics/gle. *** Error code 1 Stop in /usr/ports/x11/xscreensaver-gnome. *** Error code 1 Stop in /usr/ports/x11/gnome2. bash-2.05b#