Aquileo | Recent changes to support-requestshttps://sourceforge.net/p/spuc/support-requests/2006-05-31T08:37:51ZRecent changes to support-requestsAquileo | error compiling spuc2006-05-31T08:37:51Z2006-05-31T08:37:51ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net4bfaf216b358cff4a1a90c24955c224ed9e654dc<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>Aquileo | Compile error in spuc_math.cpp2002-01-24T09:23:03Z2002-01-24T09:23:03ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net1c927c8fca1c5d653f9f869809dfb14fd142b4e8<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>