Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9093 - xshipwars doesn't compile
Summary: xshipwars doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-13 17:53 UTC by Richard Stevens
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
Fixes include files (xsw-1.34.0-includes.diff,1.04 KB, patch)
2002-11-30 11:10 UTC, Jörg Sonnenberger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Stevens 2002-10-13 17:53:24 UTC
Ebuild Version: xshipwars-1.34.0  
  
The ebuild bails out with:  
  
 c++ -c dbutil.cpp  -march=athlon-mp -O3 -pipe -fomit-frame-pointer 
-march=i686 -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_ESD -D__cplusplus 
-Dc_plusplus 
In file included from xsw.h:15, 
                 from dbutil.cpp:42: 
/usr/include/string.h:183: declaration of `char* strcasestr(const char*, const 
   char*) throw ()' throws different exceptions 
../include/string.h:27: than previous declaration `char* strcasestr(const 
   char*, const char*)' 
make[1]: *** [dbutil.o] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/xshipwars-1.34.0/work/xsw-1.34.0/client' 
make: *** [all] Error 2 
 
!!! ERROR: The ebuild did not complete successfully. 
!!! Function src_compile, Line 7, Exitcode 2 
!!! (no error message)
Comment 1 Jörg Sonnenberger 2002-11-30 11:10:58 UTC
Created attachment 6065 [details, diff]
Fixes include files