Author Topic: Compiling dosemu 1.4.0  (Read 1947 times)

Offline libertyernie

  • Newbie
  • *
  • Posts: 11
Compiling dosemu 1.4.0
« on: July 06, 2009, 06:40:18 PM »
I wanted to have dosemu 1.4.0 install into /usr, so I didn't want to use the binary package, but when I compile it from source I get errors:
http://pastebin.com/f6b807b42
Then, while making this post, I tried running:
Code: [Select]
cp src/plugin/*/include/* src/includeThen I got farther, but ended up with:
Code: [Select]
$make
...
make[2]: Entering directory `/home/tc/dosemu-1.4.0/src/base/bios'
gcc -c -MP -MMD -I../../../src/include -I../../../src/plugin/include -Wall -Wstrict-prototypes -Wmissing-declarations -Wnested-externs -O2 -fomit-frame-pointer -fno-strict-aliasing -Wno-pointer-sign -pipe  -o setup.o setup.c
setup.c: In function 'bios_setup':
setup.c:161: error: 'DOS_HELPER_COMMANDS_DONE' undeclared (first use in this function)
setup.c:161: error: (Each undeclared identifier is reported only once
setup.c:161: error: for each function it appears in.)
make[2]: *** [setup.o] Error 1
make[2]: Leaving directory `/home/tc/dosemu-1.4.0/src/base/bios'
make[1]: *** [base/bios] Error 2
make[1]: Leaving directory `/home/tc/dosemu-1.4.0/src'
make: *** [default] Error 2
So in short, it still won't compile :(
Any ideas?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Compiling dosemu 1.4.0
« Reply #1 on: July 06, 2009, 07:16:03 PM »
Upon first glance you may need the linux kernel headers installed