Outputs
xpcps:
laptop:~/src/xpcps-0.0.9 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler...
yes
checking whether g++ accepts -g... yes
checking for gawk... gawk
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU
ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload
object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries... yes
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for doxygen... doxydocs
checking for perl... /usr/bin/perl
checking for dot... NO
checking for dot... no
configure: To use mpatrol make sure to have libdl.so
checking if mpatrol should be used... no
configure: Enabling profiling is a bit lame :)
checking how to run the C++ preprocessor... g++ -E
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking for floor... yes
checking for pow... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xpcps/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
laptop:~/src/xpcps-0.0.9 # make
make all-recursive
make[1]: Entering directory `/root/src/xpcps-0.0.9'
Making all in xpcps
make[2]: Entering directory `/root/src/xpcps-0.0.9/xpcps'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I.. -I.. -g -O2 -c brcmdstr.cc
rm -f .libs/brcmdstr.lo
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c brcmdstr.cc
-fPIC -DPIC -o .libs/brcmdstr.lo
In file included from ../xpcps/expr.h:21,
from ../xpcps/cmdchar.h:21,
from ../xpcps/cmdstr.h:26,
from ../xpcps/brcmdstr.h:21,
from brcmdstr.cc:22:
../xpcps/realvect.h:93: error: `ostream' was not declared in
this scope
../xpcps/realvect.h:93: error: `dest' was not declared in this
scope
../xpcps/realvect.h:93: error: invalid data member
initialization
../xpcps/realvect.h:93: error: (use `=' to initialize static data
members)
../xpcps/realvect.h:93: error: variable or field `print_on'
declared void
In file included from ../xpcps/expr.h:22,
from ../xpcps/cmdchar.h:21,
from ../xpcps/cmdstr.h:26,
from ../xpcps/brcmdstr.h:21,
from brcmdstr.cc:22:
../xpcps/exprtag.h:194: error: `ostream' was not declared in
this scope
../xpcps/exprtag.h:194: error: `dest' was not declared in this
scope
../xpcps/exprtag.h:194: error: syntax error before `)' token
../xpcps/exprtag.h:201: error: `ostream' was not declared in
this scope
../xpcps/exprtag.h:201: error: `dest' was not declared in this
scope
../xpcps/exprtag.h:201: error: variable declaration is not
allowed here
../xpcps/exprtag.h:201: error: syntax error before `{' token
../xpcps/exprtag.h:208: error: semicolon missing after
declaration of `ExprTag'
../xpcps/exprtag.h:208: error: `ostream' was not declared in
this scope
../xpcps/exprtag.h:208: error: `dest' was not declared in this
scope
../xpcps/exprtag.h:208: error: ISO C++ forbids defining
types within return
type
../xpcps/exprtag.h:208: error: two or more data types in
declaration of `
print_raw_on'
../xpcps/exprtag.h:208: error: syntax error before `{' token
In file included from ../xpcps/cmdchar.h:21,
from ../xpcps/cmdstr.h:26,
from ../xpcps/brcmdstr.h:21,
from brcmdstr.cc:22:
../xpcps/expr.h:26: error: syntax error before `;' token
../xpcps/expr.h:54: error: 'ExprTagVector' is used as a type,
but is not
defined as a type.
../xpcps/expr.h:75: error: ISO C++ forbids declaration of
`ExprTagVector' with
no type
../xpcps/expr.h:75: error: syntax error before `::' token
../xpcps/expr.h:196: error: `ostream' was not declared in
this scope
../xpcps/expr.h:196: error: `dest' was not declared in this
scope
../xpcps/expr.h:196: error: invalid data member initialization
../xpcps/expr.h:196: error: variable or field `print_on'
declared void
../xpcps/expr.h:207: error: `ostream' was not declared in
this scope
../xpcps/expr.h:207: error: `dest' was not declared in this
scope
../xpcps/expr.h:207: error: invalid data member initialization
../xpcps/expr.h:207: error: variable or field `print_raw_on'
declared void
In file included from ../xpcps/cmdstr.h:26,
from ../xpcps/brcmdstr.h:21,
from brcmdstr.cc:22:
../xpcps/cmdchar.h:41: error: syntax error before `;' token
../xpcps/cmdchar.h:56: error: 'ExprVector' is used as a type,
but is not
defined as a type.
../xpcps/cmdchar.h:182: error: `ostream' was not declared
in this scope
../xpcps/cmdchar.h:182: error: `dest' was not declared in
this scope
../xpcps/cmdchar.h:182: error: invalid data member
initialization
../xpcps/cmdchar.h:182: error: variable or field `print_on'
declared void
../xpcps/cmdchar.h:191: error: `ostream' was not declared
in this scope
../xpcps/cmdchar.h:191: error: `dest' was not declared in
this scope
../xpcps/cmdchar.h:191: error: invalid data member
initialization
../xpcps/cmdchar.h:191: error: variable or field
`print_raw_on' declared void
In file included from ../xpcps/brcmdstr.h:21,
from brcmdstr.cc:22:
../xpcps/cmdstr.h:31: error: syntax error before `;' token
../xpcps/cmdstr.h:56: error: 'CmdCharContainer' is used as
a type, but is not
defined as a type.
../xpcps/cmdstr.h:85: error: syntax error before `::' token
../xpcps/cmdstr.h:86: error: syntax error before `::' token
../xpcps/cmdstr.h:207: error: `ostream' was not declared in
this scope
../xpcps/cmdstr.h:207: error: `dest' was not declared in this
scope
../xpcps/cmdstr.h:207: error: invalid data member
initialization
../xpcps/cmdstr.h:207: error: variable or field `print_on'
declared void
../xpcps/cmdstr.h:216: error: `ostream' was not declared in
this scope
../xpcps/cmdstr.h:216: error: `dest' was not declared in this
scope
../xpcps/cmdstr.h:216: error: syntax error before `,' token
../xpcps/cmdstr.h:216: error: declaration of `void
CmdString::print_on(...)
const'
../xpcps/cmdstr.h:207: error: conflicts with previous
declaration `int
CmdString::print_on'
../xpcps/cmdstr.h:223: error: `ostream' was not declared in
this scope
../xpcps/cmdstr.h:223: error: `dest' was not declared in this
scope
../xpcps/cmdstr.h:223: error: invalid data member
initialization
../xpcps/cmdstr.h:223: error: variable or field `print_raw_on'
declared void
In file included from brcmdstr.cc:22:
../xpcps/brcmdstr.h:53: error: `ostream' was not declared in
this scope
../xpcps/brcmdstr.h:53: error: `dest' was not declared in this
scope
../xpcps/brcmdstr.h:54: error: `CmdCharContainer' was not
declared in this
scope
../xpcps/brcmdstr.h:54: error: syntax error before `::' token
../xpcps/brcmdstr.h:61: error: `ostream' was not declared in
this scope
../xpcps/brcmdstr.h:61: error: `dest' was not declared in this
scope
../xpcps/brcmdstr.h:61: error: syntax error before `&' token
../xpcps/brcmdstr.h:73: error: `ostream' was not declared in
this scope
../xpcps/brcmdstr.h:73: error: `dest' was not declared in this
scope
../xpcps/brcmdstr.h:73: error: invalid data member
initialization
../xpcps/brcmdstr.h:73: error: variable or field
`print_treedot_on' declared
void
../xpcps/brcmdstr.h:74: error: `ostream' was not declared in
this scope
../xpcps/brcmdstr.h:74: error: `dest' was not declared in this
scope
../xpcps/brcmdstr.h:74: error: invalid data member
initialization
../xpcps/brcmdstr.h:74: error: variable or field
`print_syndot_on' declared
void
brcmdstr.cc: In copy constructor
`BracketedCmdString::BracketedCmdString(const
BracketedCmdString&)':
brcmdstr.cc:54: error: 'const class BracketedCmdString'
has no member named '
cs_cmd'
brcmdstr.cc:54: error: 'const class BracketedCmdString'
has no member named '
cs_cmd'
brcmdstr.cc:54: error: `cs_cmd' undeclared (first use this
function)
brcmdstr.cc:54: error: (Each undeclared identifier is
reported only once for
each function it appears in.)
brcmdstr.cc:54: error: `back_inserter' undeclared (first use
this function)
brcmdstr.cc:54: error: `copy' undeclared (first use this
function)
brcmdstr.cc: In member function `int*
BracketedCmdString::calc_syn_depths()
const':
brcmdstr.cc:63: error: `CmdCharContainer' undeclared
(first use this function)
brcmdstr.cc:63: error: syntax error before `::' token
brcmdstr.cc:67: error: `cursor' undeclared (first use this
function)
brcmdstr.cc: At global scope:
brcmdstr.cc:144: error: `ostream' was not declared in this
scope
brcmdstr.cc:144: error: `dest' was not declared in this
scope
brcmdstr.cc:145: error: syntax error before `::' token
brcmdstr.cc: In member function `void
BracketedCmdString::print_subtree_dot_on(...) const':
brcmdstr.cc:148: error: syntax error before `::' token
brcmdstr.cc:151: error: `cur' undeclared (first use this
function)
brcmdstr.cc:155: error: `dest' undeclared (first use this
function)
brcmdstr.cc:155: error: `cur0' undeclared (first use this
function)
brcmdstr.cc: At global scope:
brcmdstr.cc:169: error: `ostream' was not declared in this
scope
brcmdstr.cc:169: error: variable or field `print_treedot_on'
declared void
brcmdstr.cc:169: error: `int
BracketedCmdString::print_treedot_on' is not a
static member of `class BracketedCmdString'
brcmdstr.cc:169: error: syntax error before `{' token
brcmdstr.cc:173: error: syntax error before `<<' token
brcmdstr.cc:174: error: syntax error before `<<' token
brcmdstr.cc:175: error: syntax error before `<<' token
brcmdstr.cc:177: error: ISO C++ forbids declaration of
`cur0' with no type
brcmdstr.cc:177: error: `int cur0' used prior to declaration
brcmdstr.cc:178: error: syntax error before `for'
brcmdstr.cc:178: error: syntax error before `!=' token
brcmdstr.cc:184: error: syntax error before `->' token
brcmdstr.cc:185: error: syntax error before `<<' token
brcmdstr.cc:186: error: ISO C++ forbids declaration of
`cur0' with no type
brcmdstr.cc:186: error: redefinition of `int cur0'
brcmdstr.cc:177: error: `int cur0' previously defined here
brcmdstr.cc:187: error: syntax error before `}' token
brcmdstr.cc:190: error: syntax error before `<<' token
brcmdstr.cc:193: error: `ostream' was not declared in this
scope
brcmdstr.cc:194: error: syntax error before `&' token
brcmdstr.cc: In member function `void
BracketedCmdString::print_subsyn_dot_on(...) const':
brcmdstr.cc:197: error: `cc' undeclared (first use this
function)
brcmdstr.cc:197: error: `id' undeclared (first use this
function)
brcmdstr.cc: At global scope:
brcmdstr.cc:216: error: `ostream' was not declared in this
scope
brcmdstr.cc:216: error: variable or field `print_syndot_on'
declared void
brcmdstr.cc:216: error: `int
BracketedCmdString::print_syndot_on' is not a
static member of `class BracketedCmdString'
brcmdstr.cc:216: error: syntax error before `{' token
brcmdstr.cc:218: error: syntax error before `::' token
brcmdstr.cc:219: error: conflicting types for `unsigned char
c'
brcmdstr.cc:171: error: previous declaration as
`CmdChar*c'
brcmdstr.cc:221: error: syntax error before `<<' token
brcmdstr.cc:222: error: syntax error before `<<' token
brcmdstr.cc:223: error: syntax error before `.' token
brcmdstr.cc:224: error: syntax error before `!=' token
brcmdstr.cc:228: error: syntax error before `.' token
brcmdstr.cc:229: error: ISO C++ forbids declaration of
`print_subsyn_dot_on'
with no type
brcmdstr.cc:229: error: initializer list being treated as
compound expression
brcmdstr.cc:230: error: syntax error before `}' token
brcmdstr.cc:233: error: syntax error before `->' token
brcmdstr.cc:234: error: syntax error before `<<' token
brcmdstr.cc:235: error: syntax error before `.' token
brcmdstr.cc:238: error: syntax error before `<<' token
make[2]: *** [brcmdstr.lo] Error 1
make[2]: Leaving directory `/root/src/xpcps-0.0.9/xpcps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/src/xpcps-0.0.9'
make: *** [all-recursive-am] Error 2
turtle:
laptop:~/src/turtle-0.0.2 # ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C++ compiler...
yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU
ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload
object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line
arguments... 49153
checking command to parse /usr/bin/nm -B output from gcc
object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker
(/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker
(/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
-fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker
(/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached)
no
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for doxygen... doxydocs
checking for perl... /usr/bin/perl
checking for dot... NO
checking for dot... no
checking opengl... no
configure: WARNING: OpenGL not found!
checking for ANSI C header files... yes
checking for malloc.h... yes
checking for string.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for floor in -lm... yes
checking for rint in -lm... yes
checking for sqrt in -lm... yes
checking for strdup in -lm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating turtle/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating config.h
config.status: config.h is unchanged
laptop:~/src/turtle-0.0.2 # make
make all-recursive
make[1]: Entering directory `/root/src/turtle-0.0.2'
Making all in turtle
make[2]: Entering directory `/root/src/turtle-0.0.2/turtle'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I.. -g -O2 -c turtle.cc
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c turtle.cc -fPIC
-DPIC -o .libs/turtle.o
turtle.cc: In member function `void turtle::draw(char,
double*)':
turtle.cc:211: error: `cerr' undeclared (first use this function)
turtle.cc:211: error: (Each undeclared identifier is reported
only once for
each function it appears in.)
turtle.cc:211: error: `endl' undeclared (first use this function)
make[2]: *** [turtle.lo] Error 1
make[2]: Leaving directory `/root/src/turtle-0.0.2/turtle'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/src/turtle-0.0.2'
make: *** [all-recursive-am] Error 2