On 8/10/06, Greg Troxel <[EMAIL PROTECTED]> wrote:
Here's the list of programs that use guile (1.6) in pkgsrc.

./cad/libgeda
./databases/guile-pg
./devel/autogen

Does any know of any problems with any of them with 1.8?

I am trying to iron out "deprecated constructs" in autogen.
The latest release or two should work fine, other than the
deprecated warnings:

#if GUILE_VERSION >= 107000
   if (getenv( "GUILE_WARN_DEPRECATED" ) == NULL)
       putenv( (char*)(void*)"GUILE_WARN_DEPRECATED=no" );
#endif


_______________________________________________
Guile-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to