Results 1 to 2 of 2

Thread: compile Ice-3.3.0 error

  1. #1
    li.c++ is offline Registered User
    Name: lucas li
    Organization: none
    Project: none
    Join Date
    Jun 2004
    Posts
    6

    compile Ice-3.3.0 error

    Hi.

    Os: ubuntu 11.04
    gcc version: gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5

    I have installed Thirdparty-Component which installed path has modified in cpp/config/Make.rules.
    When I began to compile Ice-3.3.0 source, I got below error message:

    c++ -c -I.. -I../../include -DSLICE_API_EXPORTS -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -g SignalHandler.cpp
    SignalHandler.cpp: In function ‘void signalHandler(int)’:
    SignalHandler.cpp:43: error: ‘remove’ was not declared in this scope
    make[2]: *** [SignalHandler.o] Error 1

    I found no path /usr/include/nptl in my ubuntu but libc6-dev has been installed.
    And I could not find remove function in any files which exists include directory.

    Now what could I do?

    Thanks best regard.

  2. #2
    li.c++ is offline Registered User
    Name: lucas li
    Organization: none
    Project: none
    Join Date
    Jun 2004
    Posts
    6
    Probably I fix the problem. By man remove in console, I know remove defined in <stdio.h>.
    So I insert <stdio.h> in src/Slice/SignalHandler.cpp top.

    Now It's compiling.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 06-21-2010, 04:03 AM
  2. ice-3.0 compile error on FC4
    By zhushisong in forum Help Center
    Replies: 1
    Last Post: 12-06-2005, 03:38 AM
  3. compile ice-3.0.0 error
    By zhushisong in forum Help Center
    Replies: 1
    Last Post: 11-24-2005, 04:38 AM
  4. Ice-2.1.2 compile error!
    By mesky in forum Help Center
    Replies: 3
    Last Post: 09-13-2005, 04:01 AM
  5. Compile Error
    By threadsafe in forum Help Center
    Replies: 4
    Last Post: 07-24-2003, 09:32 PM

Posting Permissions

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