unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-gnome gives a strange 'guile not found' message
@ 2011-05-02 19:11 David Pirotte
  2011-05-04  3:26 ` David Pirotte
  0 siblings, 1 reply; 2+ messages in thread
From: David Pirotte @ 2011-05-02 19:11 UTC (permalink / raw)
  To: guile-devel

Hello,

After having just installed a guile git clone and a fresh guile-gnome-platform
git clone too, [even though I still haven't g-wrap installed] I tried ./autogen.sh
and got this:

	./autogen.sh --prefix=/usr/local
	... ...
	checking for Guile... configure: error: Guile 1.8.0 or newer is required,
	but you only have .  configure failed

Cheers,
David

;; --

	uname -r:	2.6.38-2-amd64
	which guile:	/usr/local/bin/guile
	version:		guile (GNU Guile) 2.0.1.17-f3c6

	'Related' variables defined:

		LD_LIBRARY_PATH=/usr/local/lib

	%load-path
	$1 = ("/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0"
	"/usr/local/share/guile/site" "/usr/local/share/guile")



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: guile-gnome gives a strange 'guile not found' message
  2011-05-02 19:11 guile-gnome gives a strange 'guile not found' message David Pirotte
@ 2011-05-04  3:26 ` David Pirotte
  0 siblings, 0 replies; 2+ messages in thread
From: David Pirotte @ 2011-05-04  3:26 UTC (permalink / raw)
  To: David Pirotte; +Cc: guile-devel

Le Mon, 2 May 2011 16:11:33 -0300,
David Pirotte <david@altosw.be> a écrit :

> After having just installed a guile git clone and a fresh guile-gnome-platform
> 	... ...
> 	checking for Guile... configure: error: Guile 1.8.0 or newer is required,
> 	but you only have .  configure failed

This problem has been solved, thanks to  Andreas Rottmann and P. Dale Smith, many
thanks. For the record [and other users following this list maybe], my problem was
that I did set PKG_CONFIG=true while compiling guile. This leads to a 'broken'
guile-config script which prevents any S/W depending on Guile (unless the
S/W in question bypasses guile-config) to later correctly build itself.

In order to check that guile-config is 'ok' with respect to pkg-config, you may do
this [depending on the location of guile-config of course]:

	grep %pkg-config-program /usr/local/bin/guile-config

If you manually build 'things' you may also want to check your ACLOCAL_FLAGS
variable [once more depending on your --prefix settings at guile compile time]:

	export ACLOCAL_FLAGS="-I /usr/local/share/aclocal"

Thanks for the IRC debug help and support,
Cheers,
David





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-04  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 19:11 guile-gnome gives a strange 'guile not found' message David Pirotte
2011-05-04  3:26 ` David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).