Re: [Linpsk-users] Compiling errors
Brought to you by:
dl1ksv
|
From: Volker S. <dl...@gm...> - 2004-09-22 20:26:15
|
What version of qt are you using ? You should use qt 3.3.x QWindowsStyle will be defined in qwindowsstyle.h, which should be located in /usr/lib/qt/include > I get the following errors when running make on linpsk-0.8.0.4. My > system is running Slackware 10.0. Suggestions? > > Thanks, -Bob, KA9MDP > > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src/interfaces > -I../src/portaud > io -I/usr/local/include -I/usr/lib/qt/include -D_REENTRANT > -DQT_THREAD_SUPPO > RT -I./portaudio -I./interfaces -g -O2 -c -o csquelch.o `test -f > 'csquelch.cp > p' || echo './'`csquelch.cpp > csquelch.cpp: In member function `virtual void > mySlider::paintEvent(QPaintEvent*)': > csquelch.cpp:65: error: `QWindowsStyle' undeclared (first use this > function) > csquelch.cpp:65: error: (Each undeclared identifier is reported only > once for > each function it appears in.) > csquelch.cpp:65: error: parse error before `;' token > csquelch.cpp:79: error: `Style' undeclared (first use this function) > make[3]: *** [csquelch.o] Error 1 > make[3]: Leaving directory `/home/bkehr/apps/psk31/linpsk-0.8.0.4/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/bkehr/apps/psk31/linpsk-0.8.0.4/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/bkehr/apps/psk31/linpsk-0.8.0.4' > make: *** [all] Error 2 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Linpsk-users mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linpsk-users > > |