qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] FreeBSD != *BSD


From: Kai Cherry
Subject: Re: [Qemu-devel] FreeBSD != *BSD
Date: Tue, 31 Aug 2004 16:04:38 -0400

I think this has more to do with not being able to find inttypes.h. Is this in /usr/include on your BSD, or /usr/include/sys, perhaps?

If its in sys, then that might be a good place for an #ifdef for your platorm to change it to <sys/inttypes.h>

-K

On Aug 31, 2004, at 3:34 PM, David Howland wrote:

NetBSD has no byteswap.h, so qemu's bswap.h does the defines, but I always get the error:
----------------------------8<-------------------------------
In file included from dyngen.c:205:
bswap.h:46: error: parse error before '(' token
bswap.h:48: error: parse error before "__uint16_t"
bswap.h:51: error: parse error before '(' token
bswap.h:53: error: parse error before "__uint32_t"
bswap.h:57: warning: static declaration for `bswap64' follows non-static
gmake: *** [dyngen] Error 1
----------------------------8<-------------------------------

Any help would be appreciated.
-d





reply via email to

[Prev in Thread] Current Thread [Next in Thread]