Archived

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

Failed to make IceE.1.2.0 in redhat 9

Hi,
here are the outputs:

[root@test-linux IceE-1.2.0]# make
making all in src
make[1]: Entering directory `/root/IceE-1.2.0/src'
making all in IceE
make[2]: Entering directory `/root/IceE-1.2.0/src/IceE'
c++ -c -I.. -I../../include -DICE_API_EXPORTS -ftemplate-depth-128 -Wall -D_REENTRANT -fPIC -g BasicStream.cpp
In file included from ../../include/IceE/Properties.h:16,
from BasicStream.cpp:11:
../../include/IceE/BuiltinSequences.h:16:31: IceE/LocalObjectF.h: no such file or directory
../../include/IceE/BuiltinSequences.h:22:30: IceE/LocalObject.h: no such file or directory
In file included from ../../include/IceE/Proxy.h:23,
from ../../include/IceE/BuiltinSequences.h:23,
from ../../include/IceE/Properties.h:16,
from BasicStream.cpp:11:
../../include/IceE/Identity.h:16:31: IceE/LocalObjectF.h: no such file or directory
../../include/IceE/Identity.h:22:30: IceE/LocalObject.h: no such file or directory
../../include/IceE/Identity.h:27:9: #error IceE version mismatch!
In file included from ../../include/IceE/Properties.h:16,
from BasicStream.cpp:11:
../../include/IceE/BuiltinSequences.h:28:9: #error IceE version mismatch!
make[2]: *** [BasicStream.o] Error 1
make[2]: Leaving directory `/root/IceE-1.2.0/src/IceE'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/root/IceE-1.2.0/src'
make: *** [all] Error 1

[root@test-linux IceE-1.2.0]# uname -a
Linux test-linux 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux

[root@test-linux IceE-1.2.0]# gcc --version
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

help.

Comments

  • matthew
    matthew NL, Canada
    Looks to me like the correct version of slice2cppe isn't in your PATH. Can you also fix your name in your profile?
  • yes

    IceE-1.20. has been compiled successfully after I install the IceE-trans-1.2.0.
    Thank you very much.