I have tried to compile dosemu 1.2.1, but I have found 2 bugs (the first one is resolved):
src/plugin/keyboard/term/Makefile, line 7: missing "/.." (has only 3 ".."s, needs 4): top_builddir=../../../..
base/mouse.c, line 1871 calls Mouse_xterm.init(), but it is not present when compiling without X support...
Here is my compiletime-settings (1.1.5 did compile OK with these settings):
config {
experimental off
sbemu off
mitshm off
vidmode off
x off
net off
debug off
linkstatic off
cpuemu off
aspi off
svgalib off
gpm off
plugin_keyboard on
plugin_kbd_unicode off
plugin_extra_charsets off
plugin_term off
plugin_slang off
plugin_translate off
plugin_coopthreads on
plugin_commands on
plugin_demo off
target_cpu auto
prefix /usr/local
bindir ${prefix}/bin
sysconfdir /etc/dosemu
datadir ${prefix}/share
mandir ${prefix}/man
docdir ${datadir}/doc/dosemu
syshdimagedir /var/lib/dosemu
x11fontdir ${datadir}/dosemu/Xfonts
fdtarball none
}Zsolt
- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
