hi dudes!
habe endlich auf meinem neuen rechner ubuntu richtig super zum laufen bekommen...bis auf ein kleines detail, über das ich nur mit lauter heavy-metal mukke hinweghören kann: der lüfter der 8800gts 512
es scheint bezüglich des lüfterproblems ja immer noch keinen masterplan zu geben, also dachte ich mir, ich probiere einfach mal nvlock.
haggis@patrick-pc:~/nvclock$ sudo sh autogen.sh [sudo] password for haggis: haggis@patrick-pc:~/nvclock$ sudo ./configure checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for library containing getopt_long... none required checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for pkg-config... /usr/bin/pkg-config checking for gtk+-2.0 >= 2.4.0... checking for x11... checking whether -R must be followed by a space... neither works checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for XOpenDisplay in -lX11... no checking for XextFindDisplay in -lXext... no configure: creating ./config.status config.status: creating src/Makefile config.status: creating src/backend/Makefile config.status: creating src/nvcontrol/Makefile config.status: creating src/qt/Makefile config.status: creating src/gtk/Makefile config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands NVClock build summary: ---------------------- - Commandline version enabled - NV-CONTROL support enabled - GTK2 GUI disabled - QT GUI disabled
soweit alles ok...aber bei make fängt er dann an zu spinnen:
haggis@patrick-pc:~/nvclock$ sudo make make -C src all make[1]: Betrete Verzeichnis '/home/haggis/nvclock/src' make[2]: Betrete Verzeichnis '/home/haggis/nvclock/src/backend' gcc -O0 -INONE -I../.. -I../nvcontrol -c -o backend.o backend.c In Datei, eingefügt von ../nvcontrol/nvcontrol.h:26, von backend.c:28: ../nvcontrol/libnvcontrol.h:36:22: Fehler: X11/Xlib.h: No such file or directory ../nvcontrol/libnvcontrol.h:37:21: Fehler: X11/Xmd.h: No such file or directory In file included from ../nvcontrol/nvcontrol.h:26, from backend.c:28: ../nvcontrol/libnvcontrol.h:219: Fehler: expected specifier-qualifier-list before »CARD8« ../nvcontrol/libnvcontrol.h:306: Fehler: expected specifier-qualifier-list before »Display« ../nvcontrol/libnvcontrol.h:321: Fehler: expected »)« before »*« token ../nvcontrol/libnvcontrol.h:322: Fehler: expected »)« before »*« token ../nvcontrol/libnvcontrol.h:323: Fehler: expected »)« before »*« token ../nvcontrol/libnvcontrol.h:324: Fehler: expected »)« before »*« token ../nvcontrol/libnvcontrol.h:325: Fehler: expected »)« before »*« token ../nvcontrol/libnvcontrol.h:326: Fehler: expected »)« before »*« token ../nvcontrol/libnvcontrol.h:327: Fehler: expected »)« before »*« token make[2]: *** [backend.o] Fehler 1 make[2]: Verlasse Verzeichnis '/home/haggis/nvclock/src/backend' make[2]: Betrete Verzeichnis '/home/haggis/nvclock/src/nvcontrol' gcc -INONE -I../backend -c -o libnvcontrol.o libnvcontrol.c libnvcontrol.c:32:19: Fehler: X11/X.h: No such file or directory libnvcontrol.c:33:22: Fehler: X11/Xlib.h: No such file or directory libnvcontrol.c:34:25: Fehler: X11/Xlibint.h: No such file or directory libnvcontrol.c:35:36: Fehler: X11/extensions/extutil.h: No such file or directory In Datei, eingefügt von nvcontrol.h:26, von libnvcontrol.c:39: libnvcontrol.h:37:21: Fehler: X11/Xmd.h: No such file or directory In file included from nvcontrol.h:26, from libnvcontrol.c:39: libnvcontrol.h:219: Fehler: expected specifier-qualifier-list before »CARD8« libnvcontrol.h:306: Fehler: expected specifier-qualifier-list before »Display« libnvcontrol.h:321: Fehler: expected »)« before »*« token libnvcontrol.h:322: Fehler: expected »)« before »*« token libnvcontrol.h:323: Fehler: expected »)« before »*« token libnvcontrol.h:324: Fehler: expected »)« before »*« token libnvcontrol.h:325: Fehler: expected »)« before »*« token libnvcontrol.h:326: Fehler: expected »)« before »*« token libnvcontrol.h:327: Fehler: expected »)« before »*« token libnvcontrol.c:41: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »wire_to_event« libnvcontrol.c:43: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »Hooks« libnvcontrol.c:56: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »*« token libnvcontrol.c:57: Fehler: expected »)« before string constant libnvcontrol.c:60: Fehler: expected »)« before »*« token libnvcontrol.c:81: Fehler: expected »)« before »*« token libnvcontrol.c:116: Fehler: expected »)« before »*« token libnvcontrol.c:155: Fehler: expected »)« before »*« token libnvcontrol.c:196: Fehler: expected »)« before »*« token libnvcontrol.c:258: Fehler: expected »)« before »*« token libnvcontrol.c:286: Fehler: expected »)« before »*« token libnvcontrol.c:312: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »wire_to_event« make[2]: *** [libnvcontrol.o] Fehler 1 make[2]: Verlasse Verzeichnis '/home/haggis/nvclock/src/nvcontrol' make[2]: Betrete Verzeichnis '/home/haggis/nvclock/src/gtk' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Verlasse Verzeichnis '/home/haggis/nvclock/src/gtk' make[2]: Betrete Verzeichnis '/home/haggis/nvclock/src/qt' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Verlasse Verzeichnis '/home/haggis/nvclock/src/qt' make[1]: *** Keine Regel vorhanden, um das Target »backend/libbackend.a«, benötigt von »nvclock«, zu erstellen. Schluss. make[1]: Verlasse Verzeichnis '/home/haggis/nvclock/src' make: *** [all] Fehler 2
woran kann das liegen? falls die info wichtig ist: ich benutze den treiber von nvidia.com
danke schonmal fürs lesen 😀
greez haggis