Results 1 to 2 of 2

Thread: Can't compile Ice 3.3.1 during gcc 3.4.6

  1. #1
    cnhome is offline Registered User
    Name: Li Wenzhi
    Organization: FreeLaner
    Project: Train Enquiries for Android
    Join Date
    Apr 2005
    Location
    Beijing, China
    Posts
    64

    Can't compile Ice 3.3.1 with 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?
    Last edited by cnhome; 09-15-2010 at 11:23 PM.

  2. #2
    cnhome is offline Registered User
    Name: Li Wenzhi
    Organization: FreeLaner
    Project: Train Enquiries for Android
    Join Date
    Apr 2005
    Location
    Beijing, China
    Posts
    64
    I know!

    Compileing Ice 3.3.1 only depends BD and mcpp in Linux.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can Ice be used under FC4 with gcc 4.0?
    By ificanfly in forum Help Center
    Replies: 12
    Last Post: 07-31-2006, 10:49 AM
  2. compile with GCC
    By jeylee in forum Comments
    Replies: 3
    Last Post: 03-31-2005, 08:53 AM
  3. Compile on AIX 5L with gcc
    By zephyr007 in forum Help Center
    Replies: 1
    Last Post: 02-02-2005, 04:04 AM
  4. ice compile failed with gcc-3.4.1
    By minifat in forum Bug Reports
    Replies: 4
    Last Post: 07-23-2004, 05:01 AM
  5. How to compile ICE in HP-UX using GCC?
    By jeylee in forum Help Center
    Replies: 1
    Last Post: 06-03-2004, 08:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •