Re: [Fink-users] Failure in Guile Build

2014-05-17 Thread Marcos Montes
As a follow-up: thank you, you were completely correct, this worked perfectly. And yes, it took quite a very long time. -M On 2014/5/5 1:34 PM, Alexander Hansen wrote: 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 cal

Re: [Fink-users] Error building autogen

2014-05-17 Thread Alexander Hansen
On 5/17/14, 12:16 PM, jkolata wrote: > Error building autogen on OSX 10.9.3. Here is the info: > > > checking whether with-libguile was specified... no > checking whether with-libguile-cflags was specified... no > checking whether with-libguile-libs was specified... no > configure: guile-config us

[Fink-users] Error building autogen

2014-05-17 Thread jkolata
Error building autogen on OSX 10.9.3. Here is the info: checking whether with-libguile was specified... no checking whether with-libguile-cflags was specified... no checking whether with-libguile-libs was specified... no configure: guile-config used for CFLAGS: -I/sw/include/guile/2.0 -I/sw/incl

Re: [Fink-users] libassimp-3.0.1270-1 build-fail

2014-05-17 Thread Daniel Macks
I don't know anything about libassimp (was pulled as a dependency of something else that is also not mine). But I did find an upstream patch to address it, and pushed it into fink. "It now builds for me on 10.7 and 10.8, where it did not before" is the only way I know to test. dan On Sat, 17

Re: [Fink-users] libassimp-3.0.1270-1 build-fail

2014-05-17 Thread Sjors Gielen
Hi Dan, This is a typical error that comes up when GCC is replaced with Clang. The standard says the "template" keyword should be used in some places; Clang listens to this and GCC doesn't care. There are three possible fixes: bump to an upstream version where this is fixed (if there is one), pat