Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 12:34:36 +0100
From:      <sroberts@dsl.pipex.com>
To:        <freebsd-questions@FreeBSD.org>
Cc:        <freebsd-gnome@FreeBSD.org>
Subject:   gnome2 install fails at "building for gle-3.0.3": More info
Message-ID:  <1027251276.3d3a9c4cb87e2@netmail.pipex.net>

next in thread | raw e-mail | index | archive | help

This message is in MIME format.

---MOQ10272512762f7ba47fbb88f9c123367cc393e0e5af
Content-Type: text/plain
Content-Transfer-Encoding: 8bit

Hi,
   I've collected the out put from the failing gle make here for anyone that 
might be able to assist me with the gnome2 install failures.

Do get back to me as and when you might hav some information on this, please.

Stacey



---MOQ10272512762f7ba47fbb88f9c123367cc393e0e5af
Content-Type: text/plain; name="gleFails"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline; filename="gleFails"


===>  Extracting for gle-3.0.3
>> Checksum OK for gle-3.0.3.tar.gz.
===>   gle-3.0.3 depends on executable: libtool - found
===>   gle-3.0.3 depends on shared library: glut.3 - found
===>   gle-3.0.3 depends on shared library: X11.6 - found
===>  Patching for gle-3.0.3
===>  Configuring for gle-3.0.3
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i386-portbld-freebsd4.6
checking build system type... i386-portbld-freebsd4.6
checking for ranlib... ranlib
checking for gcc... cc
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ... yes
checking if cc static flag -static works... -static
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... freebsd4.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for ranlib... (cached) ranlib
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes
checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for memcpy... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XmuLookupStandardColormap in -lXmu... yes
checking for glGetError in -lGL... yes
checking for gluNewQuadric in -lGLU... yes
checking for glutSwapBuffers in -lglut... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating examples/Makefile
creating man/Makefile
creating public_html/Makefile
creating config.h
===>  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 -march=pentiumpro -Wall -c ex_angle.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -march=pentiumpro -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.

---MOQ10272512762f7ba47fbb88f9c123367cc393e0e5af--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1027251276.3d3a9c4cb87e2>