Aquileo | Recent changes to support-requestshttps://sourceforge.net/p/spuc/support-requests/Recent changes to support-requestsenWed, 31 May 2006 08:37:51 -0000Aquileo | error compiling spuchttps://sourceforge.net/p/spuc/support-requests/2/<div class="markdown_content"><p>When I use make, I get the following error. What to do?</p>
<p>g++ -I.. -I./array -I./comm -I./equalizers -I./<br />
functions -I./generic -I./matrix <br />
-I./specializations <br />
-I./utility -o matrix/vector.o -c matrix/vector.cpp<br />
matrix/vector.cpp:38: error: specialization of ‘bool <br />
SPUC::Vec<T>::set(const cha <br />
r*) [with T = SPUC::<br />
complex<double>]’ in different namespace<br />
matrix/vector.cpp:38: error: from definition of ‘bool <br />
SPUC::Vec<T>::set(const <br />
char*) [with T = SPUC::<br />
complex<double>]’<br />
make: *** [matrix/vector.o] Fehler 1</p></div>AnonymousWed, 31 May 2006 08:37:51 -0000https://sourceforge.net4bfaf216b358cff4a1a90c24955c224ed9e654dcAquileo | Compile error in spuc_math.cpphttps://sourceforge.net/p/spuc/support-requests/1/<div class="markdown_content"><p>When compiling the example in qpsk, I received the <br />
following error:</p>
<p>C:\projects\dsp\qpsk&gt;make -f makefile<br />
g++ -Wno-non-template-friend -<br />
c ../functions/spuc_math.cpp -I../functions -I../<br />
generic -I../specializations<br />
../functions/spuc_math.cpp: In function `double <br />
SPUC::cosh(double)':<br />
../functions/spuc_math.cpp:27: parse error before `)'<br />
../functions/spuc_math.cpp: At top level:<br />
../functions/spuc_math.cpp:30: parse error before `}'<br />
make: *** [spuc_math.o] Error 1</p>
<p>I am using gcc 2.95 (cygwin)<br />
Reading specs from /usr/lib/gcc-lib/i686-pc <br />
cygwin/2.95.3-5/specs<br />
gcc version 2.95.3-5 (cygwin special)</p>
<p>Please let me know how to correctly fix this.</p>
<p>Thanks,<br />
Al Tan</p></div>AnonymousThu, 24 Jan 2002 09:23:03 -0000https://sourceforge.net1c927c8fca1c5d653f9f869809dfb14fd142b4e8