On Sat, 15 Feb 2003, Carlos A Silva wrote: > Starting DOSEMU 1.1.4.12 compile...
silly me, I forgot to update VERSION in my hurry. That's not the problem though. > gcc -c -MMD -I/usuarios/carlos/dosemu-1.1.4/src/plugin/include -I/usuarios/c > arlos/dosemu-1.1.4/src/include -I/usr/include/slang -Wall -Wstrict-prototype > s -Wmissing-declarations -Wnested-externs -Wpointer-arith -O2 -fomit-frame-p > ointer -fno-strict-aliasing -mcpu=i686 -pipe -o comcom.o comcom.c > In file included from comcom.c:23: > ../../env/video/X.h:7: warning: No include path in which to find X11/X.h > ../../env/video/X.h:8: warning: No include path in which to find X11/Xlib.h for some reason your configure script didn't pick up X11 -- it should have then disabled X for DOSEMU but for some reason it didn't. What you should do as a workaround: * either install the X development libraries * or manually change "x on" to "x off" in compiletime-settings then run: make distclean make did you have xdosemu running in earlier DOSEMU versions (getting a "DOS in a BOX" window)? Bart - 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
