-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Akakie wrote: > Fink install fails on Guile. I'm using Mac OS X 10.5.6. Excerpt from > report says: > > checking for guile... no configure: error: guile required but > not found ### execution of ./configure failed, exit code 1 <snip> > I did the updates and tried again. No joy. Any ideas? Lewy > ---------------------------------------------------------------------- It's generally nice if you actually refer to what package it was that actually failed to build in your subject. It's also good to include your OS version and architecture in your message, as sometimes issues may be restricted to a particular combination of those.
denemo has explicit dependencies on guile18-shlibs and guile18-dev so they _should_ be installed. That doesn't preclude something missing though--possibly a missing dependency on some other package in the guile18 family. Check the file /sw/src/fink.build/denemo-0.8.0-1001/denemo-0.8.0/config.log and look for where it says "checking for guile". On my system (10.5.6/Intel) I found the following: configure:7350: checking for guile configure:7368: found /sw/share/guile/1.8/scripts/binoverride/guile configure:7380: result: /sw/share/guile/1.8/scripts/binoverride/guile configure:7396: checking for guile-config configure:7414: found /sw/share/guile/1.8/scripts/binoverride/guile-config configure:7426: result: /sw/share/guile/1.8/scripts/binoverride/guile-config configure:7442: checking for guile-tools configure:7460: found /sw/share/guile/1.8/scripts/binoverride/guile-tools configure:7472: result: /sw/share/guile/1.8/scripts/binoverride/guile-tools configure:7482: checking libguile compile flags configure:7485: result: -I/sw/include -Dmacosx -I/sw/include - -D_THREAD_SAFE configure:7487: checking libguile link flags configure:7490: result: -Dmacosx -I/sw/include -D_THREAD_SAFE - -L/sw/lib -lguile -lltdl -lgmp -lm -lltdl The files mentioned above are installed by the "guile18-libs" pacakage, and you may not have that installed. Check on that via fink list -t guile18 If you don't have guile18-libs installed, try installing that. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmQQ2UACgkQB8UpO3rKjQ9qTwCeIJoLRJuy/wQmVkHrf8+EBPLm hF0AnjYOIbAP3AZhK5pLw0GlSyUfXBEQ =sQ77 -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
