g-wrap-dev
[Top][All Lists]
Advanced

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

bogus version check after guile 2.0 release


From: Matei Conovici
Subject: bogus version check after guile 2.0 release
Date: Fri, 25 Feb 2011 00:39:53 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

In guile/g-wrap/guile-compatibility.h there's this version check which
enables some compat features.

/* Define this macro if Guile 1.7.x or better is in use. */
#if defined (SCM_MINOR_VERSION) && (SCM_MINOR_VERSION >= 7) && \
    defined (SCM_MAJOR_VERSION) && (SCM_MAJOR_VERSION >= 1)
#define SCM_VERSION_17X 1
endif

It became bogus after guile 2.0 release, as SCM_MINOR_VERSION is now 0
or 1.

With this taken care of, g-wrap (and guile-gnome-platform) compile
cleanly with the new guile.

Matei



reply via email to

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