From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Schwartzenberg Subject: Problems compiling Dosemu 1.3.2 and CVS Date: Thu, 09 Jun 2005 21:05:03 +0200 Message-ID: <42A892DF.5050009@zgod.cjb.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hi, When I try to compile the 1.3.2 release or the CVS version of Dosemu, the compilation ends quickly with the following error: gcc -c -I/usr/include/slang -I/usr/X11R6/include -MP -MMD -I../../../src/include -I../../../src/plugin/include -Wall -Wstrict-prototypes -Wmissing-declarations -Wnested-externs -O2 -fomit-frame-pointer -fno-strict-aliasing -mcpu=i686 -pipe -o vga.o vga.c In file included from /usr/include/linux/pci.h:20, from /usr/include/sys/pci.h:23, from ../../../src/include/pci.h:10, from vga.c:33: /usr/include/linux/mod_devicetable.h:18: error: parse-fout before "__u32" /usr/include/linux/mod_devicetable.h:20: error: parse-fout before "class" /usr/include/linux/mod_devicetable.h:21: error: parse-fout before "driver_data" /usr/include/linux/mod_devicetable.h:31: error: parse-fout before "__u32" /usr/include/linux/mod_devicetable.h:33: error: parse-fout before "model_id" /usr/include/linux/mod_devicetable.h:34: error: parse-fout before "specifier_id" /usr/include/linux/mod_devicetable.h:35: error: parse-fout before "version" /usr/include/linux/mod_devicetable.h:36: error: parse-fout before "driver_data" /usr/include/linux/mod_devicetable.h:99: error: parse-fout before "__u16" /usr/include/linux/mod_devicetable.h:103: error: parse-fout before "idProduct" /usr/include/linux/mod_devicetable.h:104: error: parse-fout before "bcdDevice_lo" /usr/include/linux/mod_devicetable.h:105: error: parse-fout before "bcdDevice_hi" /usr/include/linux/mod_devicetable.h:108: error: parse-fout before "bDeviceClass" /usr/include/linux/mod_devicetable.h:109: error: parse-fout before "bDeviceSubClass" /usr/include/linux/mod_devicetable.h:110: error: parse-fout before "bDeviceProtocol" /usr/include/linux/mod_devicetable.h:113: error: parse-fout before "bInterfaceClass" /usr/include/linux/mod_devicetable.h:114: error: parse-fout before "bInterfaceSubClass" /usr/include/linux/mod_devicetable.h:115: error: parse-fout before "bInterfaceProtocol" /usr/include/linux/mod_devicetable.h:118: error: parse-fout before "driver_info" /usr/include/linux/mod_devicetable.h:135: error: parse-fout before "__u16" /usr/include/linux/mod_devicetable.h:138: error: parse-fout before "dev_type" /usr/include/linux/mod_devicetable.h:139: error: parse-fout before "cu_model" /usr/include/linux/mod_devicetable.h:140: error: parse-fout before "dev_model" /usr/include/linux/mod_devicetable.h:142: error: parse-fout before "driver_info" /usr/include/linux/mod_devicetable.h:155: error: parse-fout before "__u8" /usr/include/linux/mod_devicetable.h:160: error: parse-fout before "__u8" /usr/include/linux/mod_devicetable.h:163: error: parse-fout before "__u8" /usr/include/linux/mod_devicetable.h:165: error: parse-fout before '}' token make[2]: *** [vga.o] Fout 1 make[2]: Leaving directory `/home/julius/1down/dosemucvs/dosemu/src/env/video' make[1]: *** [env/video] Fout 2 make[1]: Leaving directory `/home/julius/1down/dosemucvs/dosemu/src' make: *** [default] Fout 2 (fout is dutch for error) Any idea what could be wrong or what I might be doing wrong? Thanks in advance, Julius