Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8615 - app-games/asc does not compile on gcc3.x
Summary: app-games/asc does not compile on gcc3.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 8505
  Show dependency tree
 
Reported: 2002-10-01 12:01 UTC by SpanKY
Modified: 2002-12-23 19:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2002-10-01 12:01:27 UTC
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -mcpu=i686 -O3 -pipe -Wno-sign-compare 
-funsigned-char -D_UNIX_ -D_SDL_ -I/usr/include/SDL -D_REENTRANT 
-I/usr/include/SDLmm -Wp,-MD,.deps/misc.pp -c misc.cpp  -fPIC -DPIC -o 
.libs/misc.lo 
In file included from ai.h:88, 
                 from ai_common.h:33, 
                 from misc.cpp:19: 
../typen.h: In destructor `PointerVector<T>::~PointerVector()': 
../typen.h:407: warning: `typename std::vector<_Tp, std::allocator<_CharT>  
   >::iterator' is implicitly a typename 
../typen.h:407: warning: implicit typename is deprecated, please see the  
   documentation for details 
../typen.h: In destructor `PointerList<T>::~PointerList()': 
../typen.h:417: warning: `typename std::list<T, std::allocator<_CharT>  
   >::iterator' is implicitly a typename 
../typen.h:417: warning: implicit typename is deprecated, please see the  
   documentation for details 
In file included from ../controls.h:110, 
                 from ../missions.h:82, 
                 from ai_common.h:44, 
                 from misc.cpp:19: 
../mousecontrol.h:10:1: warning: no newline at end of file 
misc.cpp: In member function `int AI::getBestHeight(Vehicle*)': 
misc.cpp:89: call of overloaded `log(const int&)' is ambiguous 
/usr/include/bits/mathcalls.h:112: candidates are: double log(double) 
/usr/include/g++-v32/cmath:334:                 long double std::log(long  
   double) 
/usr/include/g++-v32/cmath:326:                 float std::log(float) 
misc.cpp: In member function `void AI::production()': 
misc.cpp:837: call of overloaded `log(int&)' is ambiguous 
/usr/include/bits/mathcalls.h:112: candidates are: double log(double) 
/usr/include/g++-v32/cmath:334:                 long double std::log(long  
   double) 
/usr/include/g++-v32/cmath:326:                 float std::log(float) 
make[3]: *** [misc.lo] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/asc-1.10.2-r1/work/asc-1.10.2/source/ai' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/asc-1.10.2-r1/work/asc-1.10.2/source' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/asc-1.10.2-r1/work/asc-1.10.2' 
make: *** [all-recursive-am] Error 2 
 
!!! ERROR: The ebuild did not complete successfully. 
!!! Function src_compile, Line 10, Exitcode 2 
!!! (no error message)
Comment 1 SpanKY gentoo-dev 2002-12-23 19:24:43 UTC
version bumped to fix