Created attachment 892
define lstat64 for FreeBSD
When compiling phobos2 on FreeBSD 8.1(i386 and amd64),
I have got a following error.
I attach a patch to fix this problem.
std/file.d(1177): Error: undefined identifier lstat64, did you mean alias
stat64?
gmake[1]: *** [generated/freebsd/debug/64/libphobos2.a] Error 1
Comment #1 by bugzilla — 2011-02-01T11:08:14Z
The attachment does not fix it.
Comment #2 by sohgo — 2011-02-01T19:32:32Z
Comment on attachment 892
define lstat64 for FreeBSD
Sorry, I uploaded a wrong patch.
Comment #3 by sohgo — 2011-02-01T19:34:16Z
Created attachment 899
define lstat64() for FreeBSD