if g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Iincludes -Itinyxml -I/usr/include -DTIXML_USE_STL -fno-strict-aliasing -fPIC -Wall -Werror -I/usr/include -O3 -MT libsrf_a-common.o -MD -MP -MF ".deps/libsrf_a-common.Tpo" -c -o libsrf_a-common.o `test -f 'src/common.cpp' || echo './'`src/common.cpp; \
then mv -f ".deps/libsrf_a-common.Tpo" ".deps/libsrf_a-common.Po"; else rm -f ".deps/libsrf_a-common.Tpo"; exit 1; fi
src/common.cpp: In constructor 'SRFContainer::SRFContainer(SRFFile*, boost::shared_array<unsigned char>, uint32_t, const std::string&, const std::string&, off_t)':
src/common.cpp:44: error: 'strlen' was not declared in this scope
make[3]: *** [libsrf_a-common.o] Error 1
make[3]: Leaving directory `/home/feng/Desktop/HD/helisphere-0.11.2/src/SRF'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/feng/Desktop/HD/helisphere-0.11.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/feng/Desktop/HD/helisphere-0.11.2/src'
make: *** [all-recursive] Error 1
then mv -f ".deps/libsrf_a-common.Tpo" ".deps/libsrf_a-common.Po"; else rm -f ".deps/libsrf_a-common.Tpo"; exit 1; fi
src/common.cpp: In constructor 'SRFContainer::SRFContainer(SRFFile*, boost::shared_array<unsigned char>, uint32_t, const std::string&, const std::string&, off_t)':
src/common.cpp:44: error: 'strlen' was not declared in this scope
make[3]: *** [libsrf_a-common.o] Error 1
make[3]: Leaving directory `/home/feng/Desktop/HD/helisphere-0.11.2/src/SRF'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/feng/Desktop/HD/helisphere-0.11.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/feng/Desktop/HD/helisphere-0.11.2/src'
make: *** [all-recursive] Error 1
Comment