gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] Cannot compile gl


From: Benja Fallenstein
Subject: [Gzz] Cannot compile gl
Date: Mon, 27 Jan 2003 21:51:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9


I cannot compile gl. Here's what I get:

address@hidden:~/gzz$ make gl
Tempfile is /tmp/filehjnDfm
mkdir -p CLASSES/
echo $CLASSPATH
CLASSES/:depends/HTTPClient.zip:depends/junit.jar:depends/jython.jar:depends/collections-kaffe.jar:
# javac -deprecation  -d CLASSES/  BuildInfo.java
# -deprecation
javac -d CLASSES/ `find gzz/ -name "*.java"` `find test/gzz/ -name "*.java"`
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
set -e; for d in ""; do if [ -e arch//arch.mk ] ; then make -f arch//arch.mk; fi; done
make -C gfx all
make[1]: Entering directory `/home/benja/gzz/gfx'
set -- libutil libtexture libmosaic libtext libpaper libcolor libcoords libfillet librenderables libcallgl libglwrapper liblines jni; \
while [ $? -eq 0 ] && [ $# -gt 0 ] ; do make -C $1 && shift; done
make[2]: Entering directory `/home/benja/gzz/gfx/libutil'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/benja/gzz/gfx/libutil'
make[2]: Entering directory `/home/benja/gzz/gfx/libtexture'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/benja/gzz/gfx/libtexture'
make[2]: Entering directory `/home/benja/gzz/gfx/libmosaic'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/benja/gzz/gfx/libmosaic'
make[2]: Entering directory `/home/benja/gzz/gfx/libtext'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/benja/gzz/gfx/libtext'
make[2]: Entering directory `/home/benja/gzz/gfx/libpaper'
Makefile:7: Paper.dep: No such file or directory
/bin/sh -ec 'g++-3.2 -M -I../libglwrapper/ -I../../libglwrapper/ -I/usr/include/freetype2 -I/home/benja/j2sdk1.4.1_01//include -I/home/benja/j2sdk1.4.1_01//include/linux
 -I../../../lava/gfx `gdk-pixbuf-config --cflags` -I../ -I. Paper.cxx \
| sed '\''s/\(Paper\)\.o[ :]*/\1.o Paper.dep : /g'\'' > Paper.dep; \
                      [ -s Paper.dep ] || rm -f Paper.dep'
In file included from Paper.cxx:1:
Paper.hxx:10:32: boost/shared_ptr.hpp: No such file or directory
In file included from Paper.hxx:13,
                 from Paper.cxx:1:
../libcallgl/callgl.hxx:18:32: boost/shared_ptr.hpp: No such file or directory g++-3.2 -c -g -Wall -O0 -I../libglwrapper/ -I../../libglwrapper/ -I/usr/include/freetype2 -I/home/benja/j2sdk1.4.1_01//include -I/home/benja/j2sdk1.4.1_01//include/linux -I../../../lava/gfx `gdk-pixbuf-config --cflags` -I../ -I. -o Paper.o Paper.cxx
In file included from Paper.cxx:1:
Paper.hxx:10:32: boost/shared_ptr.hpp: No such file or directory
In file included from Paper.cxx:1:
Paper.hxx:11: parse error before `::' token
In file included from Paper.hxx:13,
                 from Paper.cxx:1:
../libcallgl/callgl.hxx:18:32: boost/shared_ptr.hpp: No such file or directory
In file included from Paper.hxx:13,
                 from Paper.cxx:1:
../libcallgl/callgl.hxx:19: parse error before `::' token
../libcallgl/callgl.hxx:158: 'shared_ptr' is used as a type, but is not defined
   as a type.
../libcallgl/callgl.hxx: In member function `void
   CallGL::CallGLCode::operator()() const':
../libcallgl/callgl.hxx:148: `displist' undeclared (first use this function)
../libcallgl/callgl.hxx:148: (Each undeclared identifier is reported only once
   for each function it appears in.)
../libcallgl/callgl.hxx: In member function `void
   CallGL::CallGLCode::compile()':
../libcallgl/callgl.hxx:154: `shared_ptr' undeclared (first use this function)
../libcallgl/callgl.hxx:154: parse error before `;' token
../libcallgl/callgl.hxx: At global scope:
../libcallgl/callgl.hxx:220: 'shared_ptr' is used as a type, but is not defined
   as a type.
../libcallgl/callgl.hxx: In member function `void
   CallGL::NVProg<TARGET>::compile()':
../libcallgl/callgl.hxx:216: parse error before `;' token
In file included from Paper.cxx:1:
Paper.hxx: At global scope:
Paper.hxx:208: parse error before `>' token
Paper.hxx:210: parse error before `>' token
Paper.cxx: In member function `void
   Paper::PaperPass::setUp_texgen(Paper::LightParam*)':
Paper.cxx:311: parse error before `>' token
Paper.cxx:311: `it' undeclared (first use this function)
Paper.cxx:311: `texgen' undeclared (first use this function)
Paper.cxx:318: parse error before `>' token
Paper.cxx:318: `setup' undeclared (first use this function)
Paper.cxx: In member function `void Paper::PaperPass::loadVP()':
Paper.cxx:331: parse error before `>' token
Paper.cxx: In member function `void
   Paper::PaperPass::setUp_VP(Paper::LightParam*)':
Paper.cxx:351: parse error before `>' token
Paper.cxx:358: parse error before `>' token
Paper.cxx: In member function `void
   Paper::PaperPass::setUp_explicit(Paper::LightParam*)':
Paper.cxx:380: parse error before `>' token
Paper.cxx:386: parse error before `>' token
Paper.cxx: In member function `void
   Paper::PaperPass::texcoords_explicit(float*)':
Paper.cxx:402: parse error before `>' token
../libcallgl/callgl.hxx: In member function `void
   CallGL::NVProg<TARGET>::compile() [with unsigned int TARGET = 34336]':
../libcallgl/callgl.hxx:200: instantiated from `CallGL::NVProg<TARGET>::NVProg(const char*) [with unsigned int TARGET = 34336]'
Paper.cxx:341:   instantiated from here
../libcallgl/callgl.hxx:217: `progid' undeclared (first use this function)
make[2]: *** [Paper.o] Error 1
make[2]: Leaving directory `/home/benja/gzz/gfx/libpaper'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/home/benja/gzz/gfx'
make: *** [compilegl] Error 2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]