From: "Carlos A Silva" <ciclum@uol.com.br>
To: Bart Oldeman <oldeman@math.ohio-state.edu>
Cc: linux-msdos@vger.kernel.org
Subject: Re: Error in compile dosemu-1.1.4.13 !!!
Date: Sat, 15 Feb 2003 08:56:15 -0300 [thread overview]
Message-ID: <013f01c2d4e9$3ee10d00$8f67abc8@estaocarlos> (raw)
In-Reply-To: 010e01c2d4e6$1eecd7c0$8f67abc8@estaocarlos
I guess the compile find comcom.o in /dosemu-1.1.4/src/plugin/commands, but
there only exist comcom.c
comcom.d
comcom.h
Regards,
Carlos A Silva
Consultor Informática
ciclum@uol.com.br
----- Original Message -----
From: "Carlos A Silva" <ciclum@uol.com.br>
To: "Bart Oldeman" <oldeman@math.ohio-state.edu>
Cc: <linux-msdos@vger.kernel.org>
Sent: Saturday, February 15, 2003 8:33 AM
Subject: Re: Error in compile dosemu-1.1.4.13 !!!
> Bart,
> 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
>
> See de log (at end) , the error still exist:
>
> comcom.c: In function `update_display':
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> comcom.c:358: warning: pointer of type `void *' used in arithmetic
> 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
>
> Thanks,
>
> Carlos A Silva
> Consultor Informática
> ciclum@uol.com.br
>
>
> ----- Original Message -----
> From: "Bart Oldeman" <oldeman@math.ohio-state.edu>
> To: "Carlos A Silva" <ciclum@uol.com.br>
> Cc: <linux-msdos@vger.kernel.org>
> Sent: Friday, February 14, 2003 11:28 PM
> Subject: Re: Error in compile dosemu-1.1.4.13 !!!
>
>
> > 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 majordomo@vger.kernel.org
> > 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 majordomo@vger.kernel.org
> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2003-02-15 11:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-15 2:32 Error in compile dosemu-1.1.4.13 !!! Carlos A Silva
2003-02-15 1:49 ` Bart Oldeman
2003-02-15 3:03 ` Carlos A Silva
2003-02-15 2:28 ` Bart Oldeman
2003-02-15 11:33 ` Carlos A Silva
2003-02-15 11:56 ` Carlos A Silva [this message]
2003-02-15 17:53 ` Bart Oldeman
2003-02-15 19:18 ` Carlos A Silva
2003-02-15 18:27 ` Bart Oldeman
2003-02-15 19:45 ` Error in compile dosemu-1.1.4.13 !!! - THANK YOU !!!! Carlos A Silva
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='013f01c2d4e9$3ee10d00$8f67abc8@estaocarlos' \
--to=ciclum@uol.com.br \
--cc=linux-msdos@vger.kernel.org \
--cc=oldeman@math.ohio-state.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox