Date: Tue, 08 Apr 2003 04:19:37 -0400 From: Forrest Aldrich <forrie@forrie.com> To: ports@freebsd.org Subject: FreeBSD GLE port problem Message-ID: <5.2.1.1.2.20030408041808.0123a518@192.168.1.1>
next in thread | raw e-mail | index | archive | help
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#
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.2.1.1.2.20030408041808.0123a518>