bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Likely bug: SMOBs and mark functions


From: Andy Wingo
Subject: Re: Likely bug: SMOBs and mark functions
Date: Thu, 17 Feb 2011 12:13:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Thu 17 Feb 2011 10:41, Luca Saiu <address@hidden> writes:

> I've tried with the latest 7.2 tarball I've found at
> http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ , i.e. the
> alpha5 of 2011-02-01; to make it quick yes, the thing worked, so the
> problem probably depended on libgc.  Sorry for the noise.

NP.  Did you also enable parallel collection on that build?

> address@hidden ~/projects-by-others/guile-2.0.0/doc/example-smob]$
> pkg-config guile-2.0 --cflags
> Package guile-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `guile-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'guile-2.0' found

Indeed, just as you add paths to the other env vars, you need to do so
for pkg-config.

See "Environment Variables" in the pkg-config(1) man page.

> address@hidden ~/projects-by-others/guile-2.0.0/doc/example-smob]$ gcc -c
> `guile-config compile` myguile.c

This is really strange, for me, because I think the current guile-config
just shells out to pkg-config.  Is it possible you modified the
environment in the meantime?

> Thanks for 2.0 :-)

Thanks for the bug reports :)

Have fun with Guile,

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]