Linux MS DOS discussions
 help / color / mirror / Atom feed
* Problems compiling Dosemu 1.3.2 and CVS
@ 2005-06-09 19:05 Julius Schwartzenberg
  0 siblings, 0 replies; 3+ messages in thread
From: Julius Schwartzenberg @ 2005-06-09 19:05 UTC (permalink / raw)
  To: linux-msdos

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems compiling Dosemu 1.3.2 and CVS
@ 2005-06-10  3:33 Stas Sergeev
  2005-06-10  7:37 ` Julius Schwartzenberg
  0 siblings, 1 reply; 3+ messages in thread
From: Stas Sergeev @ 2005-06-10  3:33 UTC (permalink / raw)
  To: linux-msdos

Hello.

Julius Schwartzenberg wrote:
> When I try to compile the 1.3.2 release or the CVS version of Dosemu,
> the compilation ends quickly with the following error:
You are using /usr/include/linux
symlinked to /usr/src/linux/include/linux
don't you? Come on, this was discussed
here many times that you shouldn't do that.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems compiling Dosemu 1.3.2 and CVS
  2005-06-10  3:33 Problems compiling Dosemu 1.3.2 and CVS Stas Sergeev
@ 2005-06-10  7:37 ` Julius Schwartzenberg
  0 siblings, 0 replies; 3+ messages in thread
From: Julius Schwartzenberg @ 2005-06-10  7:37 UTC (permalink / raw)
  To: linux-msdos

Stas Sergeev schreef:
> You are using /usr/include/linux
> symlinked to /usr/src/linux/include/linux
> don't you? Come on, this was discussed
> here many times that you shouldn't do that.
Thanks a lot for the tip. I've now removed the symlink and reinstalled 
my headers.
I still don't know how that symlink got there though. Slackware even 
thought I still had the original headers installed, while they were 
actually removed and replaced by the symlink. I didn't create the 
symlink manually.

Thanks,
Julius

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-10  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-10  3:33 Problems compiling Dosemu 1.3.2 and CVS Stas Sergeev
2005-06-10  7:37 ` Julius Schwartzenberg
  -- strict thread matches above, loose matches on Subject: below --
2005-06-09 19:05 Julius Schwartzenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox