Bug 13281

Summary: build fails with guile-1.6
Product: guile-cairo Reporter: Gregory Benison <gbenison>
Component: GeneralAssignee: Andy Wingo <wingo>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Gregory Benison 2007-11-16 18:29:51 UTC
Installing guile-cairo-1.4 from scratch, with guile-1.6.x:

./configure
# completes normally
make
# fails with undefined symbols (e.g. scm_from_bool which is
# found in guile-1.8 but not guile-1.6)

Is the intention to be backwards compatible with guile-1.6?  Should configure.ac require guile-1.8?
Comment 1 Andy Wingo 2007-11-21 14:13:19 UTC
Hey Gregory!

I normally develop against 1.8, but there's no reason not to be 1.6-compatible. Probably just needs the addition of a compat module like guile-compatibility.[ch] from g-wrap. Patches accepted, or otherwise I'll get around to it at some point int the future.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.