[Spuc-users] compilation problem
Brought to you by:
spuc
|
From: matteo r. <re....@gm...> - 2007-05-04 21:39:40
|
Hi I'm a student and I would like to use spuc for an examination project. I've downloaded the 2.3.1 release but I'm not able to compile it on Ubuntu Linux. The error generated by the compiler (gcc version 4.1.2 20060928 (Ubuntu 4.1.1-13ubuntu5)) is the following: matrix/vector.cpp:38: error: specialization of 'bool SPUC::Vec<T>::set(const char*) [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] Error 1 Is some special flag required to avoid compiler checks or similar (presumably the compiler has been updated since the last release of the SPUC library). Sorry to boring with an OT and tanks in advance to everyone. Any help should be greatly appreciated. Matt |