Re: Build failure on OS X 10.6: libguile missing

2009-11-11 Thread Jan Nieuwenhuizen
Op dinsdag 10-11-2009 om 23:38 uur [tijdzone +0100], schreef Harmath
Dénes:

> checking GUILE rational bugfix... ok

>From this message, it seems that the right Guile installation is
found.

However, as these earlier messages show,

> checking for scm_boot_guile in -lguile... no
> checking for scm_boot_guile... no

something is wrong with scm_boot_guile detection.

The thing to do here would be to look at config.log, figure out
what is going wrong, device a fix, test it, and send us a patch.
However, considering you did not know yet about config.log,
this may be a long road for you ;-)  Consider that you may
have to read /a lot/ of documentation and gain some experience
to get past errors that are more sublte.

Greetings,
Jan.

-- 
Jan Nieuwenhuizen  | GNU LilyPond - The music typesetter
Avatar®: http://AvatarAcademy.nl| http://lilypond.org



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Build failure on OS X 10.6: libguile missing

2009-11-10 Thread Harmath Dénes
Today, I updated to OS X 10.6.2 and wanted to see if it can build LilyPond or 
the docs. Unfortunately, already when running autogen.sh, I got the following 
error:

ERROR: Please install required programs:  libguile (libguile-dev, guile-devel 
or guile-dev package).

The relevant output lines are:

checking for guile-config... guile-config
checking guile-config version... 1.8.7
checking guile compile flags... -I/opt/local/include -I/opt/local/include 
-D_THREAD_SAFE 
checking guile link flags... -I/opt/local/include -D_THREAD_SAFE  
-L/opt/local/lib -lguile -lltdl -L/opt/local/lib -lgmp -lm -lltdl
checking libguile.h usability... yes
checking libguile.h presence... yes
checking for libguile.h... yes
checking for scm_boot_guile in -lguile... no
checking for scm_boot_guile... no
checking GUILE rational bugfix... ok

Guile 1.8.7 is installed via MacPorts. Of course /opt/local/bin is in the path. 
I thought of more solutions or workarounds:
1. install guile-dev via MacPorts - but there is no such package
2. make LilyPond see the libraries in /opt/local/lib, since libguile is in 
there - is it what configure needs?
Is one of them reasonable or executable somehow?

Thanks in advance,
Dénes Harmath

___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel