From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 X-Virus-Scanned: amavisd-new at reutman.ru Message-ID: <4791A5E1.8050907@reutman.ru> Date: Sat, 19 Jan 2008 10:25:21 +0300 From: Alexey Sidorov User-Agent: Thunderbird 2.0.0.6 (X11/20070804) MIME-Version: 1.0 To: ALT Linux Sisyphus discussions References: <47919DE6.4090609@reutman.ru> In-Reply-To: <47919DE6.4090609@reutman.ru> X-Enigmail-Version: 0.95.2 Content-Type: multipart/mixed; boundary="------------050107090101010605000701" Subject: Re: [sisyphus] [solved] 2.6.24 & vmware server 1.0.4 X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 07:31:46 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------050107090101010605000701 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Alexey Sidorov пишет: > include/asm/bitops_32.h:9:2: error: #error only can be included directly > make[2]: *** [/tmp/vmware-config1/vmmon-only/common/cpuid.o] Error 1 > make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2 > make[1]: Leaving directory `/usr/src/linux-2.6.24-wks-smp-alt0.9' > make: *** [vmmon.ko] Error 2 > make: Leaving directory `/tmp/vmware-config1/vmmon-only' > Unable to build the vmmon module. > > С этим можно что-то поделать? Упс. Вот здесь http://myn.meganecco.org/2007122300 нашел ещё патчик (прилагать нужно видимо ручками к http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update115.tar.gz , файл vmmon.tar:) ) На всякий аттачу его сюда, вдруг кому понадобится... Доустановил gcc4.1-c++ и vmware нормально встала и заработала -- Best regards, Alexey Sidorov mailto:alex@reutman.ru JID: alex@reutman.ru ICQ: 5052225 --------------050107090101010605000701 Content-Type: text/plain; name="2.6.24.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="2.6.24.patch" --- vmmon-only/include/vcpuset.h.orig 2008-01-19 10:02:46 +0300 +++ vmmon-only/include/vcpuset.h 2008-01-19 10:03:01 +0300 @@ -71,7 +71,7 @@ ffs_x86_64(int x) #define ffs(x) ffs_x86_64(x) #elif defined MODULE - #include "asm/bitops.h" + #include "linux/bitops.h" #elif defined __APPLE__ && defined KERNEL /* * XXXMACOS An ugly hack to resolve redefinition of PAGE_ defines --------------050107090101010605000701--