Murali Vadivelu wrote:
> Its on 10.5.1!
> 
> ---------------
> make
> gcc  -D__unix -Os -I/sw/include  -c -o growisofs.o growisofs.c
> In file included from growisofs.c:419:
> /usr/include/sys/stat.h:261: error: redefinition of 'struct stat'
> make[1]: *** [growisofs.o] Error 1
> make: *** [all] Error 2
> ### execution of make failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-dvd+rw-tools-7.0-1003
> (Reading database ... 77347 files and directories currently installed.)
> Removing fink-buildlock-dvd+rw-tools-7.0-1003 ...
> Failed: phase compiling: dvd+rw-tools-7.0-1003 failed

Yes, this does not build on 10.5. Here is a patch (maintainer CCed):

--- growisofs.c~        2006-09-24 19:28:53.000000000 +0200
+++ growisofs.c 2008-01-27 16:02:00.000000000 +0100
@@ -391,2 +391,3 @@
        (defined(__APPLE__) && defined(__MACH__))
+#include <sys/stat.h>
  # define off64_t      off_t


-- 
Martin


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to