On 3/26/14, 10:46 AM, Ruben van Hooidonk wrote:
> Hi,
>
> I’m trying to install guile18. But when I do “fink install guile18” the 
> process stops here:
>
> libtool: link: gcc -I/sw/include -D_THREAD_SAFE -g -O3 -fwrapv -Wall 
> -Wmissing-prototypes -I/sw/include -D_THREAD_SAFE -o .libs/guile 
> guile-guile.o  -L/sw/lib ./.libs/libguile.dylib /sw/lib/libintl.dylib 
> /sw/lib/gmp5/libgmp.dylib -lm /sw/lib/libltdl.dylib
> cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc 
> continuations.doc debug.doc deprecation.doc deprecated.doc discouraged.doc 
> dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc 
> extensions.doc feature.doc fluids.doc fports.doc futures.doc gc.doc goops.doc 
> gsubr.doc gc-mark.doc gc-segment.doc gc-malloc.doc gc-card.doc guardians.doc 
> hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc 
> lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc 
> objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc 
> procprop.doc procs.doc properties.doc random.doc rdelim.doc read.doc root.doc 
> rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc 
> stackchk.doc stacks.doc stime.doc strings.doc srfi-4.doc srfi-13.doc 
> srfi-14.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc 
> throw.doc values.doc variable.doc vectors.doc version.doc vports.doc 
> weaks.doc ramap.doc unif.doc dynl.doc filesys.
doc posix.doc net_db.doc socket.doc regex-posix.doc | 
GUILE="/sw/src/fink.build/guile18-1.8.8-6/guile-1.8.8/build/pre-inst-guile" 
../../scripts/snarf-check-and-output-texi          > guile-procedures.texi || { 
rm guile-procedures.texi; false; }
> ERROR: Unbound variable: define
>
> I’m using OS X 10.9.2 and fink version: 0.36.3.1
> Distribution version: selfupdate-rsync Wed Mar 26 13:17:35 2014, 10.9, x86_64
> Trees: local/main stable/main
>
> Any ideas?
>
> Thanks,
> Ruben
>
>

Quoting my reply to someone else on this list about this very issue:

"
It built at one point, at least, so this may be related to the compiler 
updates for Xcode 5.1.  I'd recommend using the binary distribution:

1) Edit /sw/etc/apt/sources.list as an administrator and add

deb http://bindist.finkproject.org/10.9 stable main

to it.

2) Run "sudo apt-get update"

3) Use "sudo apt-get install guile18"

You may also want to edit your /sw/etc/fink.conf as an administrator and 
change "UseBinaryDist: false" to "UseBinaryDist: true".  If you do that 
then "fink install" will also install prebuilt binaries, provided that 
the binary distribution contains the newest version that fink knows about.
"

You didn't specify your Xcode command-line tools version, but I'm 
assuming that it's 5.1.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to