Closed GoogleCodeExporter closed 8 years ago
Just noticed a snownebula comment on seq answers that gcc 4.2 or higher is req.
If true, could be part of the
problem, I think that I have 4.0 or thereabouts.
Original comment by brian.di...@gmail.com
on 7 Dec 2009 at 10:36
Commenting out the fstat defines in includes/macosx.inc will fix the problem
(fstat64 is available on Snow
Leopard, just deprecated.)
Comment out:
-Dstat64=stat -Dfstat64=fstat
Hope this helps.
Original comment by amacbr...@gmail.com
on 10 Jan 2010 at 1:59
I had added the "-Dstat64=stat -Dfstat64=fstat" at the request of another user
and
had never checked it. This is no longer included in the latest version (1370).
Either you can comment out the offending section like amacbride pointed out or
you
can download the latest version (1370) and enjoy.
Cheers,
// Michael
Original comment by snowneb...@gmail.com
on 16 Jan 2010 at 1:56
Original issue reported on code.google.com by
brian.di...@gmail.com
on 7 Dec 2009 at 9:23