Re: compiling wine on Darwin/MacOS X 8/10

2004-04-16 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > man page said lstat return ENOENT if file did not exist, and he does > in all my tests, > but not here ?? > At this point i always have errno == 0 (according to man pages : 0 > Error 0. Not used.) > So yes we can check for a none used error ;-) > >

Re: compiling wine on Darwin/MacOS X 8/10

2004-04-16 Thread emmanuel maillard
Hi, man page said lstat return ENOENT if file did not exist, and he does in all my tests, but not here ?? At this point i always have errno == 0 (according to man pages : 0 Error 0. Not used.) So yes we can check for a none used error ;-) do you want i change that ? emmanuel Le 17 avr. 04,

Re: compiling wine on Darwin/MacOS X 8/10

2004-04-16 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > Changelog > Fix a lstat problem on darwin I don't think you want to remove the check. What error does lstat return in that case? -- Alexandre Julliard [EMAIL PROTECTED]