bug-guile
[Top][All Lists]
Advanced

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

bug#11500: GC_PTR redeclaration when building against libgc 7.2


From: Kevin J . Fletcher
Subject: bug#11500: GC_PTR redeclaration when building against libgc 7.2
Date: Thu, 17 May 2012 11:17:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

GC_PTR is declared in guile (libguile/bdw-gc.h) under the condition
  #if (defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)
but libgc-7.2/gc.h declares it "for backward compatibility". Resulting
in a redeclaration error.

This effects the head of master, stable-2.0 and the latest release 2.0.5






reply via email to

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