Bart, please, see this log final:

 make[2]: *** [comcom.o] Error 1
> make[2]: Leaving directory
> `/usuarios/carlos/dosemu-1.1.4/src/plugin/commands'
> make[1]: *** [plugin/commands] Error 2
> make[1]: Leaving directory `/usuarios/carlos/dosemu-1.1.4/src'
> make: *** [default] Error 2


     Carlos A Silva
Consultor Inform�tica
 [EMAIL PROTECTED]


----- Original Message -----
From: "Bart Oldeman" <[EMAIL PROTECTED]>
To: "Carlos A Silva" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, February 15, 2003 2:53 PM
Subject: Re: Error in compile dosemu-1.1.4.13 !!!


> 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

-
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

Reply via email to