tunnel-list
[Top][All Lists]
Advanced

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

[tunnel-list] make failure


From: mv030
Subject: [tunnel-list] make failure
Date: Thu, 18 Mar 2004 20:04:04 +0100

Now, I couldn't code my way out of a wet paper bag but on my Mdk 9.2
system, I get:
./configure
checking for a BSD-compatible install... /usr//bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
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 style of include used by make... GNU
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr//bin/install -c
checking whether ln -s works... yes
checking for gimp... gimp
checking for gimp version 1.2.x... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for sdl-config... /usr//bin/sdl-config
checking for SDL - version >= 1.2.5... yes
checking for IMG_Load in -lSDL_image... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
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 for size_t... yes
checking for ANSI C header files... (cached) yes
checking for pow... yes
checking for sqrt... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating images/Makefile
config.status: creating doc/Makefile
config.status: creating sounds/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
address@hidden tunnel-1.2]$ make
make  all-recursive
make[1]: Entering directory `/home/michel/tunnel-1.2'
Making all in .
make[2]: Entering directory `/home/michel/tunnel-1.2'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/michel/tunnel-1.2'
Making all in src
make[2]: Entering directory `/home/michel/tunnel-1.2/src'
source='ball.cc' object='ball.o' libtool=no \
depfile='.deps/ball.Po' tmpdepfile='.deps/ball.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DDATA_DIR=\""/usr/local/share/tunnel"\" -I. -I. -I..
-I/usr/include/SDL -D_REENTRANT    -g -O2 -Wall -O3 -c -o ball.o `test
-f 'ball.cc' || echo './'`ball.cc
source='enemy.cc' object='enemy.o' libtool=no \
depfile='.deps/enemy.Po' tmpdepfile='.deps/enemy.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DDATA_DIR=\""/usr/local/share/tunnel"\" -I. -I. -I..
-I/usr/include/SDL -D_REENTRANT    -g -O2 -Wall -O3 -c -o enemy.o `test
-f 'enemy.cc' || echo './'`enemy.cc
source='game.cc' object='game.o' libtool=no \
depfile='.deps/game.Po' tmpdepfile='.deps/game.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DDATA_DIR=\""/usr/local/share/tunnel"\" -I. -I. -I..
-I/usr/include/SDL -D_REENTRANT    -g -O2 -Wall -O3 -c -o game.o `test
-f 'game.cc' || echo './'`game.cc
source='graphics.cc' object='graphics.o' libtool=no \
depfile='.deps/graphics.Po' tmpdepfile='.deps/graphics.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DDATA_DIR=\""/usr/local/share/tunnel"\" -I. -I. -I..
-I/usr/include/SDL -D_REENTRANT    -g -O2 -Wall -O3 -c -o graphics.o
`test -f 'graphics.cc' || echo './'`graphics.cc
source='main.cc' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DDATA_DIR=\""/usr/local/share/tunnel"\" -I. -I. -I..
-I/usr/include/SDL -D_REENTRANT    -g -O2 -Wall -O3 -c -o main.o `test
-f 'main.cc' || echo './'`main.cc
source='misc.cc' object='misc.o' libtool=no \
depfile='.deps/misc.Po' tmpdepfile='.deps/misc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DDATA_DIR=\""/usr/local/share/tunnel"\" -I. -I. -I..
-I/usr/include/SDL -D_REENTRANT    -g -O2 -Wall -O3 -c -o misc.o `test
-f 'misc.cc' || echo './'`misc.cc
source='new_ball.cc' object='new_ball.o' libtool=no \
depfile='.deps/new_ball.Po' tmpdepfile='.deps/new_ball.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DDATA_DIR=\""/usr/local/share/tunnel"\" -I. -I. -I..
-I/usr/include/SDL -D_REENTRANT    -g -O2 -Wall -O3 -c -o new_ball.o
`test -f 'new_ball.cc' || echo './'`new_ball.cc
new_ball.cc: In constructor
`balls::level_creator::level_creator(Game::game*, const rec::record&)':
new_ball.cc:43: error: ambiguous overload for 'operator=' in
'this->balls::level_creator::next_level =
(+(+this->balls::level_creator::levs)->rec::record::sub(const
std::string&) const((this + 32)))->rec::record::operator[](const char*)
const("next")'
/usr/include/c++/3.3.1/bits/basic_string.h:358: error: candidates are:
std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT,
_Traits, _Alloc>::operator=(const std::basic_string<_CharT, _Traits,
_Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc
= std::allocator<char>]
/usr/include/c++/3.3.1/bits/basic_string.h:361: error:                
std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT,
_Traits, _Alloc>::operator=(const _CharT*) [with _CharT = char, _Traits
= std::char_traits<char>, _Alloc = std::allocator<char>] <near match>
/usr/include/c++/3.3.1/bits/basic_string.h:364: error:                
std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT,
_Traits, _Alloc>::operator=(_CharT) [with _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]
new_ball.cc: In member function `void
balls::level_creator::check_level()':
new_ball.cc:86: error: ambiguous overload for 'operator=' in
'this->balls::level_creator::next_level =
(+(+this->balls::level_creator::levs)->rec::record::sub(const
std::string&) const((this + 32)))->rec::record::operator[](const char*)
const("next")'
/usr/include/c++/3.3.1/bits/basic_string.h:358: error: candidates are:
std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT,
_Traits, _Alloc>::operator=(const std::basic_string<_CharT, _Traits,
_Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc
= std::allocator<char>]
/usr/include/c++/3.3.1/bits/basic_string.h:361: error:                
std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT,
_Traits, _Alloc>::operator=(const _CharT*) [with _CharT = char, _Traits
= std::char_traits<char>, _Alloc = std::allocator<char>] <near match>
/usr/include/c++/3.3.1/bits/basic_string.h:364: error:                
std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT,
_Traits, _Alloc>::operator=(_CharT) [with _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]
make[2]: *** [new_ball.o] Error 1
make[2]: Leaving directory `/home/michel/tunnel-1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/michel/tunnel-1.2'
make: *** [all] Error 2


Any pointers?






reply via email to

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