Ahoj vsem,
pokousim se o kompilaci klienta Gateway6 5.1 kvuli tunelu IPv6 ale nejak porad krachuju skoro hned na zacatku. Na foru Freenet6 ani na googlu sem se reseni taky nejak nedobral, tak budto delam nekde uplnou kravinu, ze se na ni jeste ani nikdo neptal, nebo nevim. Muzete me prosim nekdo nakopnout spravnym smerem???
Diky
root@saty-ntb:~# make all target=linux
make: *** No rule to make target `all'. Stop.
root@saty-ntb:~# cd /home/saty/install/gw6c-5_1-RELEASE-src/tspc-advanced/
root@saty-ntb:/home/saty/install/gw6c-5_1-RELEASE-src/tspc-advanced# make all target=linux
mkdir -p bin
mkdir -p objs
Building gw6c-config module in ../gw6c-config/
make[1]: Entering directory `/home/saty/install/gw6c-5_1-RELEASE-src/gw6c-config'
make[2]: Entering directory `/home/saty/install/gw6c-5_1-RELEASE-src/gw6c-config'
g++ -c -I. -O2 -Wall -DNDEBUG -o objects/namevalueparser.o src/namevalueparser.cc
src/namevalueparser.cc: In member function ‘virtual bool gw6cconfig::NameValueParser::ReadConfigurationData(const std::string&)’:
src/namevalueparser.cc:136: error: ‘memset’ was not declared in this scope
src/namevalueparser.cc:177: error: ‘strtok’ was not declared in this scope
src/namevalueparser.cc: In member function ‘virtual bool gw6cconfig::NameValueParser::WriteConfigurationData(const std::string&)’:
src/namevalueparser.cc:259: error: ‘strlen’ was not declared in this scope
src/namevalueparser.cc:259: error: ‘strncmp’ was not declared in this scope
make[2]: *** [objects/namevalueparser.o] Error 1
make[2]: Leaving directory `/home/saty/install/gw6c-5_1-RELEASE-src/gw6c-config'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/home/saty/install/gw6c-5_1-RELEASE-src/gw6c-config'
make: *** [check-gw6cconfig] Error 2
root@saty-ntb:/home/saty/install/gw6c-5_1-RELEASE-src/tspc-advanced#