error compiling spuc
Brought to you by:
spuc
When I use make, I get the following error. What to do?
g++ -I.. -I./array -I./comm -I./equalizers -I./
functions -I./generic -I./matrix
-I./specializations
-I./utility -o matrix/vector.o -c matrix/vector.cpp
matrix/vector.cpp:38: error: specialization of ‘bool
SPUC::Vec<T>::set(const cha
r*) [with T = SPUC::
complex<double>]’ in different namespace
matrix/vector.cpp:38: error: from definition of ‘bool
SPUC::Vec<T>::set(const
char*) [with T = SPUC::
complex<double>]’
make: *** [matrix/vector.o] Fehler 1