Problem with compiling on Mac Os X 1.0.6.7

Questions about Wine on macOS.
Locked
ialeksan
Newbie
Newbie
Posts: 1
Joined: Fri Jun 17, 2011 5:46 am

Problem with compiling on Mac Os X 1.0.6.7

Post by ialeksan »

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: Select all

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?

Thank you very much.
Have a nice day.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Problem with compiling on Mac Os X 1.0.6.7

Post by jjmckenzie »

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.
Locked