From: SourceForge.net <no...@so...> - 2012-05-04 17:11:12
|
Tracker item #3523528, was opened at 2012-05-04 07:37 Message generated for change (Comment added) made by dtor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3523528&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: nosebleedkt (nosebleedkt) Assigned to: Nobody/Anonymous (nobody) Summary: modules won't compile Initial Comment: linux:~/open-vm-tools-8.8.2-590212# ./configure \ --without-icu \ --without-dnet \ --without-x\ --without-gtkmm\ --without-gtk2\ --disable-docs\ --disable-unity \ --disable-tests \ --without-pam \ --with-linuxdir=/lib/modules/2.6.35.14/ \ --prefix=/usr \ LIBS="-ltirpc" \ CFLAGS="-Wno-implicit-function-declaration" Everything OK. linux:~/open-vm-tools-8.8.2-590212# make make[1]: Entering directory `/root/open-vm-tools-8.8.2-590212/modules' make VM_UNAME=2.6.35.14 MV=mv RM=rm \ OVT_SOURCE_DIR=/root/open-vm-tools-8.8.2-590212 \ MODULEBUILDDIR=/root/open-vm-tools-8.8.2-590212/modules/linux \ -C "/root/open-vm-tools-8.8.2-590212/modules/linux/vmsync" Using standalone build system. make[2]: Entering directory `/root/open-vm-tools-8.8.2-590212/modules/linux/vmsync' Makefile:163: Makefile.normal: No such file or directory make[2]: *** No rule to make target `Makefile.normal'. Stop. make[2]: Leaving directory `/root/open-vm-tools-8.8.2-590212/modules/linux/vmsync' make[1]: *** [vmsync] Error 2 Why I can't have the modules build? /lib/modules/2.6.35.14/ contains linux headers. Also there is no Makefile.normal under vmsync/. Only Makefile & Makefile.kernel ---------------------------------------------------------------------- >Comment By: Dmitry Torokhov (dtor) Date: 2012-05-04 10:11 Message: You need an equivalent of kernel-devel package (at least that's what it is called in Fedora/RHEL). What distribution is this? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3523528&group_id=204462 |