From: Deepak B. <db...@gm...> - 2008-10-26 06:33:18
|
Hi , I am new to the freespeech mailing list and i was trying to compile FreeSpeech in my x86_64 linux system and i got the following error .. -- Hack Hack HackIn file included from ../../data-flow/include/ObjectRef.h:8, from ../../data-flow/include/Node.h:10, from Node.cc:3: ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::printOn(std::ostream&) const': ../../data-flow/include/net_types.h:76: error: there are no arguments to `className' that depend on a template parameter, so a declaration of `className' must be available ../../data-flow/include/net_types.h:76: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) ../../data-flow/include/net_types.h:76: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `virtual void PrintableGenericType<T>::prettyPrint(std::ostream&) const': ../../data-flow/include/net_types.h:80: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::readFrom(std::istream&)': ../../data-flow/include/net_types.h:85: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::serialize(std::ostream&) const': ../../data-flow/include/net_types.h:93: error: there are no arguments to `className' that depend on a template parameter, so a declaration of `className' must be available ../../data-flow/include/net_types.h:93: error: `value' was not declared in this scope ../../data-flow/include/net_types.h: In member function `void PrintableGenericType<T>::unserialize(std::istream&)': ../../data-flow/include/net_types.h:97: error: `value' was not declared in this scope Node.cc: At global scope: Node.cc:394: fatal error: opening dependency file .deps/Node.Tpo: Permission denied compilation terminated. make[2]: *** [Node.lo] Error 1 make[2]: Leaving directory `/media/_opt_/voicelogin/freespeech/trunk/FreeSpeech/data-flow/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/_opt_/voicelogin/freespeech/trunk/FreeSpeech/data-flow' make: *** [all-recursive] Error 1 Any idea's on how to make this work ...? Regards Deepak |