On Sat, 15 Feb 2003, Carlos A Silva wrote: > I�m sorry, but the problem wasn�t resolved...I don�t know why !! > I don�t use X, so I updated x = off in compiletime-settings
> comcom.c:358: warning: pointer of type `void *' used in arithmetic this is just a warning -- it shouldn't stop compilation. But this change should help: --- dosemu-1.1.4.13/src/plugin/commands/comcom.c Tue Feb 4 21:39:59 2003 +++ dosemu-1.1.4.14/src/plugin/commands/comcom.c Sat Feb 15 12:43:25 2003 @@ -20,7 +20,9 @@ #include <ctype.h> #include <stdarg.h> +#ifdef X_SUPPORT #include "../../env/video/X.h" +#endif #include "emu.h" #include "memory.h" #include "bios.h" 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
