I have problem installing Ice 2.0 on Fedora core 3 (updated with rawhide). I tried both gcc and icpc, but got the same error message as blow:
ava Gen.o Main.o -lSlice -lIceUtil -lpthread
make[2]: Leaving directory `/home/gyang/tmp/Ice-2.0.0/src/slice2java'
making all in slice2py
make[2]: Entering directory `/home/gyang/tmp/Ice-2.0.0/src/slice2py'
icpc -c -I. -I../../include -O2 -tpp7 -DNDEBUG -fPIC -D_REENTRANT Main.cpp
rm -f ../../bin/slice2py
icpc -O2 -tpp7 -DNDEBUG -fPIC -D_REENTRANT -L../../lib -o ../../bin/slice2py Main.o -lSlice -lIceUtil -lpthread
make[2]: Leaving directory `/home/gyang/tmp/Ice-2.0.0/src/slice2py'
making all in Ice
make[2]: Entering directory `/home/gyang/tmp/Ice-2.0.0/src/Ice'
rm -f ../../include/Ice/LocalException.h LocalException.cpp
../../bin/slice2cpp --ice --include-dir Ice --dll-export ICE_API -I../../slice ../../slice/Ice/LocalException.ice
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::reserve
make[2]: *** [LocalException.cpp] Aborted
make[2]: Leaving directory `/home/gyang/tmp/Ice-2.0.0/src/Ice'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/gyang/tmp/Ice-2.0.0/src'
make: *** [all] Error 1
The icpc version is 8.1 Build 20041019Z.
The gcc version is 3.4.3.
The glibc version is 2.3.3.
I also tried the LD_ASSUME_KERNEL enviroment variable but with same result. Please help me to solve this problem. Thanks.
Guo

Reply With Quote
reprocess (this=0xfeffe600,
I will see if the problem will be gone very soon. Otherwise I will reinstall it.
