[Linpsk-users] Compiling errors
Brought to you by:
dl1ksv
|
From: Bob K. <bo...@om...> - 2004-09-21 19:55:39
|
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 |