On Dec 5, 2013, at 12:55 PM, Glynn Stafford Lane <lan...@uwm.edu> wrote:

> Sorry about the delay in reply. This is on my work machine.
> 
> I went ahead and dumped the whole output into pastebin, if that's kosher:
> 
> http://pastebin.com/ZzhicCWD

Thanks, but it turns out that I was able to replicate the failure and have now 
fixed it. I also cleaned it up a bit since it's a pretty old package. Forcing 
-std=gnu89 like Martin suggested got it to build. This sort of error is usually 
cleaned up by adding or removing some combination of -std=gnu89 and 
-fgnu89-inline. Technically, for those interested, it seems to happen when 
packages try to use the always_inline attribute and assume it always works as 
on older gcc.

Also, the reason that it passed for me the first time was that I had 
ccache-default installed which seems to cause all kinds of weird behavior on 
10.9 at least. Uninstalling it caused mpeg2dec to fail correctly.

Daniel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to