11 Oct
2005
11 Oct
'05
5:14 a.m.
On Oct 8, 2005, at 12:59 PM, William Swanson wrote:
In dir-util.cpp: int errno;
Eeeeeeeeeek!!!
That's quite a scary one to be missing. errno.h usually holds it.
You *really* want the real one, since that holds the error result from system calls.
For Win32 development, you can search MSDN for 'errno'
Did you have to fix it to compile, or to link?
[SNIP]
The first is arguably a legitimate fix, but the other two horrible hacks for problems I do not fully understand.
Hopefully this helps a bit on that second one. I don't really have a good idea on the last one.