bug-guile
[Top][All Lists]
Advanced

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

[1.9.12] expected ')' ...


From: primus
Subject: [1.9.12] expected ')' ...
Date: Wed, 8 Sep 2010 22:48:00 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Wed Sep  8 22:39:54 BST 2010

Error:

gmake[3]: Entering directory `/usr/obj/micro/guile-1.9.12/libguile'
  CC     libguile_2.0_la-alist.lo
In file included from ../libguile.h:94,
                 from ../libguile/programs.h:22,
                 from ../libguile/_scm.h:84,
                 from alist.c:25:
../libguile/smob.h:180: error: expected ')' before 'obj'
gmake[3]: *** [libguile_2.0_la-alist.lo] Error 1
gmake[3]: Leaving directory `/usr/obj/micro/guile-1.9.12/libguile'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/obj/micro/guile-1.9.12/libguile'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/obj/micro/guile-1.9.12'
gmake: *** [all] Error 2

Solution:
"./libguile/bdw-gc.h" line 44 of 65
before:
        #if (! ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)))
        /* This type was provided by `libgc' 6.x.  */
after:
        #if ( ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)))

Removal of '!'.  GC_PTR *should* be defined if ver >= 7

-- 
-primus
"It isn't what you make, it's what you don't lose!"



reply via email to

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