[Linpsk-users] Compilation help...
Brought to you by:
dl1ksv
|
From: Brent C. <co...@ph...> - 2004-10-01 14:12:36
|
I'm trying to build linpsk-0.8.0.4 on a system which has got the latest qt and fftw libraries, and I'm getting the following error... I'm usually pretty good (for an old fortran hack) at fumbling my way through c code, but this has got me stumped... Thanks and 73... //Brent (wy6s) make[3]: Entering directory `/usr/src/foo/linpsk-0.8.0.4/src/interfaces' /usr/local/qt/bin/uic -o editmacro.imp.cpp -impl editmacro.h editmacro.ui g++ -c -I/usr/local/qt/include -g -O2 -I.. -I../portaudio -o editmacro.imp.o editmacro.imp.cpp In file included from editmacro.imp.cpp:24: editmacro.ui.h: In method `void EditMacro::accept()': editmacro.ui.h:47: no matching function for call to `vector<QString,allocator<QString> >::at (int &)' editmacro.ui.h:48: no matching function for call to `vector<QString,allocator<QString> >::at (int &)' make[3]: *** [editmacro.imp.o] Error 1 rm editmacro.imp.cpp make[3]: Leaving directory `/usr/src/foo/linpsk-0.8.0.4/src/interfaces' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/foo/linpsk-0.8.0.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/foo/linpsk-0.8.0.4' make: *** [all] Error 2 |