Archiv verlassen und diese Seite im Standarddesign anzeigen : kvim unter mandrake9.0
Hat schonmal jemand kvim 6.1.141 unter mandrake 9.0 kompiliert?
Bei mir gibt's folgende Probleme:
Folgendes funktioniert (ohne --with-qt-dir=/usr/lib/qt3/ funktioniert das configure schonmal nicht!):
./configure --enable-gui=kde --with-features=huge --enable-kde-toolbar --with-qt-includes=/usr/lib/qt3/include/ --with-qt-dir=/usr/lib/qt3/
Jedoch sagt er mir dan bei make:
...
checking if X11 header files implicitly declare return values... no
checking --enable-gui argument... auto - automatic GUI support
checking whether or not to look for Qtopia... no
checking whether or not to look for KDE... no
checking whether or not to look for GTK... yes
checking whether or not to look for GNOME... no
checking whether or not to look for Motif... yes
checking whether or not to look for Athena... yes
configure: error: could not find Qt directory
make[1]: *** [auto/config.mk] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/panzi/src/kvim-6.1.141/src«
make: *** [first] Fehler 2
Was mach ich falsch? (Ich hab nicht viel Zeit mich damit rumzuspielen da ich eigentlich ASP für'd Schule üben muss. Das wollt ich halt mit kvim über den ftp-kioslave machen, denn ich hab auf'n Laptop den IIS und filezilla als ftp-server drauf.)
er findet deine Qt-Dir nicht! Bist du sicher, dass sie da ist wo du angegeben hast ?
@Badsteve
Das hab ich auch erkannt.
Ich Trottel hab nen anderen Fehler g'macht:
Ich hab im Ordner kvim-6.1.141 und nicht kvim-6.1.141/src das compile script ausgeführt. Warum's da überhaupt auch eins gibt?
Mit folgendem Befehl im besagten Verzeichnis lief's (steht eh auf der kvim-Homepage!!):
./configure --enable-gui=kde --with-features=huge --enable-kde-toolbar --with-qt-dir=/usr/lib/qt3/
make
make install
Man, nutzt eh nix, sieht so aus als könnte kvim nicht mit dem ftp-kioslave umgehn!!!
Woher bekomm ich ftpfs um's zu mounten?
Ok, jetzt hab ich ein paar andere Probleme:
Hab' mir ftpfs von sourceforge.net gezogen und wollt's so wie beschrieben mit "make install" erstellen und installieren.
Ergebnis:
/lib/modules/2.4.19-16mdk/build/include/asm/processor.h:56: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/lib/modules/2.4.19-16mdk/build/include/asm/processor.h:56: requested alignment is not a constant
In file included from /lib/modules/2.4.19-16mdk/build/include/linux/module.h:21,
from cache.c:2:
/usr/include/linux/modversions.h:1:2: #error "================================================== ====="
/usr/include/linux/modversions.h:2:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/modversions.h:3:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/modversions.h:4:2: #error ""
/usr/include/linux/modversions.h:5:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/modversions.h:6:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/modversions.h:7:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/modversions.h:8:2: #error "currently running kernel. They should only be"
/usr/include/linux/modversions.h:9:2: #error "included via other system header files - user space"
/usr/include/linux/modversions.h:10:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/modversions.h:11:2: #error "<asm/*.h> as well."
/usr/include/linux/modversions.h:12:2: #error ""
/usr/include/linux/modversions.h:13:2: #error "To build kernel modules please do the following:"
/usr/include/linux/modversions.h:14:2: #error ""
/usr/include/linux/modversions.h:15:2: #error " o Have the kernel sources installed"
/usr/include/linux/modversions.h:16:2: #error ""
/usr/include/linux/modversions.h:17:2: #error " o Make sure that the symbolic link"
/usr/include/linux/modversions.h:18:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/modversions.h:19:2: #error " the matching kernel source directory"
/usr/include/linux/modversions.h:20:2: #error ""
/usr/include/linux/modversions.h:21:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/modversions.h:22:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/modversions.h:23:2: #error ""
/usr/include/linux/modversions.h:24:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/modversions.h:25:2: #error " compiler option to use the correct include files:"
/usr/include/linux/modversions.h:26:2: #error ""
/usr/include/linux/modversions.h:27:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/modversions.h:28:2: #error ""
/usr/include/linux/modversions.h:29:2: #error " instead of"
/usr/include/linux/modversions.h:30:2: #error ""
/usr/include/linux/modversions.h:31:2: #error " -I/usr/include/linux"
/usr/include/linux/modversions.h:32:2: #error ""
/usr/include/linux/modversions.h:33:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/modversions.h:34:2: #error "================================================== ====="
make[1]: *** [cache.o] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/panzi/src/ftpfs-0.6.2-k2.4/ftpfs«
make: *** [install] Fehler 2
Alles bis auf:
/usr/include/linux/modversions.h:21:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/modversions.h:22:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
da ich keine /boot/vmlinuz.version.h hab', hab' ich g'macht.
Da war noch ein pharser error in der Datei /usr/include/linux/module.h Zeile 298:
original:
"kernel_version=" UTS_RELEASE;
Meine Umbesserung:
"kernel_version=UTS_RELEASE";
Oder g'hört es so?:
"kernel_version=" + UTS_RELEASE;
Hab' mir gedacht das wird so g'hörn, da weiter unten folgendes wo stand:
"using_checksums=1";
(Natürlich wurde beides nem char-Array zugewiensen.)
Hat schon mal jemand das Prob. g'habt und kann mir helfen?
DANKE im Voraus, panzi.
Ok, wenn das alles nicht geht hoff ich auf das Funktionieren der Windows-Freigabe. *lol*
Also, stimmt folgender Befehl?
mount -t smbfs c800/C$ /mnt/smb/ username=Administrator password=...
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.