|
|
#1 | |
|
Registered User
Join Date: Oct 2003
Location: Alberta, Canada
Posts: 2
|
Hi all! New Linux noob and trying to install nvclock. Running RH 9.0 with all upgrades and .9 kernel. Latest Nforce drivers and Geforce drivers from Nvidia are installed and working. System is an Athlon 3200+ with 1 gig dualmode DDR ram and Geforce3 Ti200 on Gigabyte GA-7N400-L.
I have downloaded and unzipped the latest NVClock and did the ./configure bit and everything seems fine up until I try and run the "make" command, then no joy. The following is copied from my terminal window: [root@localhost nvclock0.7]# make make -C src all make[1]: Entering directory `/home/jamesj/nvclock0.7/src' make[2]: Entering directory `/home/jamesj/nvclock0.7/src/backend' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jamesj/nvclock0.7/src/backend' make[2]: Entering directory `/home/jamesj/nvclock0.7/src/gtk' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jamesj/nvclock0.7/src/gtk' make[2]: Entering directory `/home/jamesj/nvclock0.7/src/qt' c++ -I/include -I../backend -c -o main.o main.cpp In file included from main.cpp:15: qt_nvclock.h:11:24: qtabdialog.h: No such file or directory qt_nvclock.h:12:26: qtextbrowser.h: No such file or directory In file included from main.cpp:15: qt_nvclock.h:25: parse error before `{' token qt_nvclock.h:35: parse error before `private' qt_nvclock.h:48: parse error before `&' token qt_nvclock.h:56: parse error before `}' token qt_nvclock.h:62: parse error before `{' token main.cpp:17:25: qmessagebox.h: No such file or directory main.cpp:18:26: qapplication.h: No such file or directory main.cpp: In function `void error(error_type, const char*, ...)': main.cpp:35: `stderr' undeclared (first use this function) main.cpp:35: (Each undeclared identifier is reported only once for each function it appears in.) main.cpp:35: `fprintf' undeclared (first use this function) main.cpp:36: `vfprintf' undeclared (first use this function) main.cpp: In function `int main(int, char**)': main.cpp:56: `QApplication' undeclared (first use this function) main.cpp:56: parse error before `(' token main.cpp:64: `QMessageBox' undeclared (first use this function) main.cpp:64: parse error before `::' token main.cpp:69: parse error before `::' token main.cpp:75: variable `CNVclock nv' has initializer but incomplete type main.cpp:77: `app' undeclared (first use this function) make[2]: *** [main.o] Error 1 make[2]: Leaving directory `/home/jamesj/nvclock0.7/src/qt' make[1]: *** [all-recursive] Error 2 make[1]: Leaving directory `/home/jamesj/nvclock0.7/src' make: *** [all] Error 2 [root@localhost nvclock0.7]# Anyone have any ideas for this Linux rookie? Thanks in advance! James 8-) |
|
|
|
|
|
|
#2 | |
|
Electrical Engineer
Join Date: Dec 2002
Location: San Luis Obispo, CA
Posts: 872
|
Look in the configure script for the correct option to turn off building of the qt interface and you should be fine, it built the gtk interface without errors.
I believe you'll find it with: ./configure --help or check the included README or INSTALL for the way to disable building qt, it will be a command line option sent to the configure script. (why it fails beats me, most likely you don't have some qt development or source packages available or configured properly) |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2003
Location: Alberta, Canada
Posts: 2
|
Thanks! I'll check it out. Not sure what I don't have loaded though as I did a complete RH9 install as I wasn't sure what would be needed sooner or later. Cheers!
James 8-) |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with APM/NVdriver/Mandrake 9.0 | acid_zebra | NVIDIA Linux | 3 | 10-25-02 05:35 PM |
| Mandrake Linux 9.0 (Dolphin) now available | comments? | volt | General Linux | 10 | 10-19-02 10:13 PM |
| Redhat 8.0, no rpm, can't compile. | Ironphil | NVIDIA Linux | 6 | 10-02-02 03:13 PM |
| Strange RedHat 7.3 issues with A7N266-C | nforceuser | NVIDIA Linux | 8 | 09-27-02 03:16 PM |