Archived

This forum has been archived. Please start a new discussion on GitHub.

Can't compile Ice 3.3.1 during gcc 3.4.6

Ice version 3.3.1
Operation system RHEL 3.6
Compiler version gcc 3.4.6,JDK 1.5


I compile Ice 3.3.1. Compiler show the following error messages:

mv Router.h ../../include/Ice
rm -f ../../include/Ice/ServantLocator.h ServantLocator.cpp
../../bin/slice2cpp --ice --include-dir Ice --dll-export ICE_API -I../../../slice ../../../slice/Ice/ServantLocator.ice
mv ServantLocator.h ../../include/Ice
rm -f ../../include/Ice/SliceChecksumDict.h SliceChecksumDict.cpp
../../bin/slice2cpp --ice --include-dir Ice --dll-export ICE_API -I../../../slice ../../../slice/Ice/SliceChecksumDict.ice
mv SliceChecksumDict.h ../../include/Ice
rm -f ../../include/Ice/Stats.h Stats.cpp
../../bin/slice2cpp --ice --include-dir Ice --dll-export ICE_API -I../../../slice ../../../slice/Ice/Stats.ice
mv Stats.h ../../include/Ice
touch EventLoggerMsg.h
c++ -c -I.. -I../../include -DICE_API_EXPORTS -I/usr/local/bzip2 /include -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -O2 -DNDEBUG Acceptor.cpp
c++: /include: No such file or directory
make[2]: *** [Acceptor.o] Error 1
make[2]: Leaving directory `/opt/Ice/Ice-3.3.1/cpp/src/Ice'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/opt/Ice/Ice-3.3.1/cpp/src'
make: *** [all] Error 1

How can I deal with that?

Comments