* [Qemu-devel] A few modifications that make Qemu come closer to compiling on Darwin.
@ 2003-11-06 0:37 Raymond W. Lucke IV
0 siblings, 0 replies; only message in thread
From: Raymond W. Lucke IV @ 2003-11-06 0:37 UTC (permalink / raw)
To: qemu-devel
I have added these lines to the config-host.h which has made it so a
number of files compile on Mac OS X (Darwin).
I commented this out:
// #define HAVE_BYTESWAP_H 1
and I added these:
#define MAP_ANONYMOUS MAP_ANON
#define MAP_DENYWRITE 0 // Not sure what this could be set to...
#define ELIBBAD ESHLIBVERS
extern char **environ;
The above, of course, is dirty but I figure posting it here can make known
what is and what is not available in Darwin, which can possibly allow
Fabrice to add the appropriate checks to the configure script.
I figure if little changes here and there that make Qemu more friendly to
other plaforms make it into the main branch, one of these days, it will
compile out of the box. ;-)
Regards,
Ray
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-11-06 0:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-06 0:37 [Qemu-devel] A few modifications that make Qemu come closer to compiling on Darwin Raymond W. Lucke IV
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).