Re: [Fink-users] Problem compiling guile20-2.0.11-1

2014-05-05 Thread David Fang
Hi Martin, Please commit your change that conditionalizes on the xcode version. Thanks for fixing on platforms I don't have for testing! Fang > Seems to have worked (that is, it compiled and built the fink packages)? not > being a direct user of guile myself, but rather wanting some p

Re: [Fink-users] Problem compiling guile20-2.0.11-1

2014-05-05 Thread Aaron Magill
Seems to have worked (that is, it compiled and built the fink packages)… not being a direct user of guile myself, but rather wanting some packages that rely on it, I'll have to let you know for sure when I get them installed and tested, but at least now I can go forward. Thanks! And yes, for t

Re: [Fink-users] Failure in Guile Build

2014-05-05 Thread Alexander Hansen
On 5/5/14, 8:01 AM, Marcos Montes wrote: > Alexander, > > I've got a build going on right now of another package - and other > calculations, too - so I'll try this later. > > But just to clarify: You want me to leave the word > then > at the start of the line so it is > then sed -i.orig -e > '/lib

Re: [Fink-users] Failure in Guile Build

2014-05-05 Thread Marcos Montes
Alexander, I've got a build going on right now of another package - and other calculations, too - so I'll try this later. But just to clarify: You want me to leave the word then at the start of the line so it is then sed -i.orig -e '/libguile_@GUILE_EFFECTIVE_VERSION@_la-vm.Tpo/s|\$(CFLAGS)|&

Re: [Fink-users] invalid g++ compiler flags blowing up unrar-5.1.4-1 build (on 10.6.8)

2014-05-05 Thread Alexander Hansen
On 5/4/14, 7:08 PM, Greg A. Woods wrote: > After doing "fink self-update && fink update-all" today: > > sudo -u fink-bld [ENV] sh -c /tmp/fink.5AKCM > make -f makefile CPPFLAGS='-Wno-dangling-else -Wno-logical-op-parentheses > -Wno-switch -Wno-parentheses' > g++ -Wno-dangling-else -Wno-logical-op-

Re: [Fink-users] Failure in Guile Build

2014-05-05 Thread Alexander Hansen
On 5/5/14, 4:34 AM, Marcos Montes wrote: > Alexander, > > Thanks for replying. > > I already have installed sed: >i sed 4.2.2-1 The stream editor, GNU version > > and it was installed when the reported Guile install failed. > > -Marcos > > Yeah, the issue appears to be

[Fink-users] invalid g++ compiler flags blowing up unrar-5.1.4-1 build (on 10.6.8)

2014-05-05 Thread Greg A . Woods
After doing "fink self-update && fink update-all" today: sudo -u fink-bld [ENV] sh -c /tmp/fink.5AKCM make -f makefile CPPFLAGS='-Wno-dangling-else -Wno-logical-op-parentheses -Wno-switch -Wno-parentheses' g++ -Wno-dangling-else -Wno-logical-op-parentheses -Wno-switch -Wno-parentheses -O2 -D_FIL

Re: [Fink-users] Failure in Guile Build

2014-05-05 Thread Marcos Montes
Alexander, Thanks for replying. I already have installed sed: i sed 4.2.2-1 The stream editor, GNU version and it was installed when the reported Guile install failed. -Marcos On 2014/5/3 12:36 AM, Alexander Hansen wrote: > On 4/25/14, 8:40 AM, Marcos Montes wrote: >