All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Mac OS X compilation failure
@ 2005-01-24 11:43 Christian Brunschen
  2005-01-24 12:29 ` Daniel Egger
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Brunschen @ 2005-01-24 11:43 UTC (permalink / raw)
  To: qemu-devel


Compiling the latest cvs tree (checked out according to the 
instructions on the savannah page), using Aple's gcc compiler (gcc 
version 3.3 20030304 (Apple Computer, Inc. build 1671)), I get the 
following compilation result, concluding in failure:

	<http://london.brunschen.com/~cb/qemu-build-20050124.txt>

Summarized, these contain: a few warnings about statements with no 
effect in the network layer, a number of warnings about redefinitions 
of 'intX_t' types in dyngen_exec.h, and then in 
target-i386/translate.c,
1) a large number of "warning: initialization from incompatible pointer 
type",
2) a large number of "error: too many arguments to function 
`gen_op_foo_bar'''

Best wishes,

// Christian Brunschen

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Mac OS X compilation failure
  2005-01-24 11:43 [Qemu-devel] Mac OS X compilation failure Christian Brunschen
@ 2005-01-24 12:29 ` Daniel Egger
  2005-01-24 19:36   ` Fabrice Bellard
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Egger @ 2005-01-24 12:29 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

On 24.01.2005, at 12:43, Christian Brunschen wrote:

> Summarized, these contain: a few warnings about statements with no 
> effect in the network layer, a number of warnings about redefinitions 
> of 'intX_t' types in dyngen_exec.h, and then in 
> target-i386/translate.c,
> 1) a large number of "warning: initialization from incompatible 
> pointer type",
> 2) a large number of "error: too many arguments to function 
> `gen_op_foo_bar'''

Indeed, and the problem is not even gcc 3.3 specific. Somehow the 
generated
ops are incomplete and their definition is lacking parameters.

Servus,
       Daniel

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 474 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Mac OS X compilation failure
  2005-01-24 12:29 ` Daniel Egger
@ 2005-01-24 19:36   ` Fabrice Bellard
  2005-01-24 20:19     ` Daniel Egger
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Bellard @ 2005-01-24 19:36 UTC (permalink / raw)
  To: qemu-devel

Daniel Egger wrote:
> On 24.01.2005, at 12:43, Christian Brunschen wrote:
> 
>> Summarized, these contain: a few warnings about statements with no 
>> effect in the network layer, a number of warnings about redefinitions 
>> of 'intX_t' types in dyngen_exec.h, and then in target-i386/translate.c,
>> 1) a large number of "warning: initialization from incompatible 
>> pointer type",
>> 2) a large number of "error: too many arguments to function 
>> `gen_op_foo_bar'''

If someone opens me an account on a Mac OS X host, I can look at it. I 
would also need an account on a x86_64 host to complete the x86_64 host 
and target support...

Fabrice.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Mac OS X compilation failure
  2005-01-24 19:36   ` Fabrice Bellard
@ 2005-01-24 20:19     ` Daniel Egger
  2005-01-24 20:58       ` Karel Gardas
  2005-01-24 22:05       ` René Korthaus
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Egger @ 2005-01-24 20:19 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

On 24.01.2005, at 20:36, Fabrice Bellard wrote:

> If someone opens me an account on a Mac OS X host, I can look at it. I 
> would also need an account on a x86_64 host to complete the x86_64 
> host and target support...

Tough. I've both but only behind a dial-up line and with
masquerading. If you don't mind working on a slowish 64kbit
ISDN line I could create a SSH port forward to both of my
machines in some time window (say 21:00 to 24:00 CET) and
mail you the IP. Alternatively I offer you the same without
changing IP every Sunday around the clock.

I hope you find a more convenient access though, if not I'll
arrange something for you.

Servus,
       Daniel

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 478 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Mac OS X compilation failure
  2005-01-24 20:19     ` Daniel Egger
@ 2005-01-24 20:58       ` Karel Gardas
  2005-01-24 22:05       ` René Korthaus
  1 sibling, 0 replies; 6+ messages in thread
From: Karel Gardas @ 2005-01-24 20:58 UTC (permalink / raw)
  To: qemu-devel


Why not to use SF.net's MacOS X machines? Although they are quite
out-dated (10.1 & 10.2 IIRC), they are usefull for basic debugging...

Cheers,
Karel

On Mon, 24 Jan 2005, Daniel Egger wrote:

> On 24.01.2005, at 20:36, Fabrice Bellard wrote:
>
> > If someone opens me an account on a Mac OS X host, I can look at it. I
> > would also need an account on a x86_64 host to complete the x86_64
> > host and target support...
>
> Tough. I've both but only behind a dial-up line and with
> masquerading. If you don't mind working on a slowish 64kbit
> ISDN line I could create a SSH port forward to both of my
> machines in some time window (say 21:00 to 24:00 CET) and
> mail you the IP. Alternatively I offer you the same without
> changing IP every Sunday around the clock.
>
> I hope you find a more convenient access though, if not I'll
> arrange something for you.
>
> Servus,
>        Daniel
>

--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Mac OS X compilation failure
  2005-01-24 20:19     ` Daniel Egger
  2005-01-24 20:58       ` Karel Gardas
@ 2005-01-24 22:05       ` René Korthaus
  1 sibling, 0 replies; 6+ messages in thread
From: René Korthaus @ 2005-01-24 22:05 UTC (permalink / raw)
  To: qemu-devel

Am 24.01.2005 um 21:19 schrieb Daniel Egger:

> On 24.01.2005, at 20:36, Fabrice Bellard wrote:
>
>> If someone opens me an account on a Mac OS X host, I can look at it. 
>> I would also need an account on a x86_64 host to complete the x86_64 
>> host and target support...

I could also offer a panther machine with dsl connection. Just tell me 
what you need.

good night, René

>
> Tough. I've both but only behind a dial-up line and with
> masquerading. If you don't mind working on a slowish 64kbit
> ISDN line I could create a SSH port forward to both of my
> machines in some time window (say 21:00 to 24:00 CET) and
> mail you the IP. Alternatively I offer you the same without
> changing IP every Sunday around the clock.
>
> I hope you find a more convenient access though, if not I'll
> arrange something for you.
>
> Servus,
>       Daniel
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-24 22:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-24 11:43 [Qemu-devel] Mac OS X compilation failure Christian Brunschen
2005-01-24 12:29 ` Daniel Egger
2005-01-24 19:36   ` Fabrice Bellard
2005-01-24 20:19     ` Daniel Egger
2005-01-24 20:58       ` Karel Gardas
2005-01-24 22:05       ` René Korthaus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.