Making all in data-flow
make[1]: Entering directory /tmp/Overflow-0.7.0/data-flow'
Making all in src
make[2]: Entering directory/tmp/Overflow-0.7.0/data-flow/src'
/bin/sh ../../libtool --mode=compile g++
-DHAVE_DLFCN_H=1 -DOVERFLOW_VERSION=\"0.7.0\"
-DPROTOTYPES=1 -D_ENABLE_SSE=1 -DMULTITHREAD=1
-D_ENABLE_X86_ASM=1 -DSMP=1 -DHAVE_DLFCN_H=1
-DHAVE_FLOAT_H=1 -DHAVE_VALUES_H=1 -DHAVE_SEMAPHORE_H=1
-DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_LINUX_RTC_H=1
-DHAVE_LINUX_MC146818RTC_H=1 -DHAVE_EXT_HASH_MAP=1
-DHAVE_LIBM=1 -DHAVE_LIBDL=1 -D_REENTRANT=1
-DINSTALL_PREFIX=\"NONE\"
-DTOOLBOX_PATH=\"NONE/toolbox\" -I. -I.
-I../../data-flow/include -I/usr/local/include/libxml2
-s -O3 -march=i686 -c Node.cc
g++ -DHAVE_DLFCN_H=1 -DOVERFLOW_VERSION=\"0.7.0\"
-DPROTOTYPES=1 -D_ENABLE_SSE=1 -DMULTITHREAD=1
-D_ENABLE_X86_ASM=1 -DSMP=1 -DHAVE_DLFCN_H=1
-DHAVE_FLOAT_H=1 -DHAVE_VALUES_H=1 -DHAVE_SEMAPHORE_H=1
-DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_LINUX_RTC_H=1
-DHAVE_LINUX_MC146818RTC_H=1 -DHAVE_EXT_HASH_MAP=1
-DHAVE_LIBM=1 -DHAVE_LIBDL=1 -D_REENTRANT=1
-DINSTALL_PREFIX=\"NONE\"
-DTOOLBOX_PATH=\"NONE/toolbox\" -I. -I.
-I../../data-flow/include -I/usr/local/include/libxml2
-s -O3 -march=i686 -c Node.cc -fPIC -DPIC -o Node.lo
In 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 toclassName' 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'
undeclared (first use this function)
../../data-flow/include/net_types.h:76: error: (Each
undeclared identifier is reported only once for each
function it appears in.)
../../data-flow/include/net_types.h: In member functionvirtual void
PrintableGenericType<t>::prettyPrint(std::ostream&) const':
../../data-flow/include/net_types.h:80: error: value'
undeclared (first use this function)
../../data-flow/include/net_types.h: In member functionvoid PrintableGenericType<t>::readFrom(std::istream&)':
../../data-flow/include/net_types.h:85: error: value'
undeclared (first use this function)
../../data-flow/include/net_types.h: In member functionvoid 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 ofclassName'
must be available
../../data-flow/include/net_types.h:93: error: value'
undeclared (first use this function)
../../data-flow/include/net_types.h: In member functionvoid PrintableGenericType<t>::unserialize(std::istream&)':
../../data-flow/include/net_types.h:97: error: value'
undeclared (first use this function)
make[2]: *** [Node.lo] Error 1
make[2]: Leaving directory/tmp/Overflow-0.7.0/data-flow/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/Overflow-0.7.0/data-flow'
make: *** [all-recursive] Error 1</t></t></t></t>
Anonymous