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/f6b807b42Then, while making this post, I tried running:
cp src/plugin/*/include/* src/include
Then I got farther, but ended up with:
$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?