Re: [Linpsk-users] Compilation help...
Brought to you by:
dl1ksv
|
From: Volker S. <dl...@gm...> - 2004-10-02 07:59:33
|
This seems to be a problem with the vector class. Which version of gcc do you use ? 73, Volker, DL1KSV > 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 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Linpsk-users mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linpsk-users > > |