On 6/17/11 3:54 AM, ialeksan wrote:
Hallo wine,
I have trouble with compiling wine on Mac Os X 1.0.6.7. I did all like in this tutorial http://wiki.winehq.org/MacOSX/Building
Many things have worked, but at the end I get this error
Code:
server.c: In function ‘receive_fd’:
server.c:406: error: ‘uint32_t’ undeclared (first use in this function)
server.c:406: error: (Each undeclared identifier is reported only once
server.c:406: error: for each function it appears in.)
make[1]: *** [server.o] Error 1
make: *** [dlls/ntdll] Error 2
I did it the light way. The Source is from ibiblio. V 1.3.22. I tried it with 1.3.20 too but got the same error.
Can someone help me?
Try using the osxbuilder script from Ryan. It fetches all of the
required files and builds quite nicely (and this is what I use to build
my test builds with.)
Otherwise, I recommend using either MacPorts or Fink. They also fetch
the required dependencies and build but they also bring in some other
junk you just might not need.