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.

Reply With Quote