qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] compiling on Mac OS X


From: Benjamin Burke
Subject: Re: [Qemu-devel] compiling on Mac OS X
Date: Thu, 14 Oct 2004 06:22:52 -0400

On Oct 14, 2004, at 1:30 AM, Thal Ion wrote:
Hey everyone, I have downloaded and installed the OS X
package. [...] I got the following response from the terminal:
[...]
/usr/include/sys/mman.h:176: error: parse error before "size_t"

Try this instead of stddef.h

--- exec.c      Sat Oct  9 14:08:01 2004
+++ exec.c        Sun Oct 10 01:47:59 2004
@@ -21,6 +21,7 @@
 #ifdef _WIN32
 #include <windows.h>
 #else
+#include <sys/types.h>
 #include <sys/mman.h>
 #endif
 #include <stdlib.h>





reply via email to

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