[developers] ECL compilation

Bernd Kiefer kiefer at dfki.de
Fri Feb 10 15:45:44 CET 2006


This is the bug report i just submitted at sourceforge:

ecl 0.9h fails to compile on Linux x86_64
Compilation fails because alloc_2.c does not
find the headers gc/gc.h and gc/gc_priv.h

The reason seems to be that there is a libgc.so
installed in /usr/lib and gc.h in /usr/include

The following patch removes the problem, although
there obviously is the need to handle this correctly
in the configure script:

*** alloc_2.d~ Wed Nov 16 11:13:20 2005
--- alloc_2.d Fri Feb 10 15:33:30 2006
***************
*** 25,26 ****
! #include "gc/gc.h"
! #include "gc/private/gc_priv.h"
--- 25,26 ----
! #include <gc.h>
! typedef char * ptr_t;

Best,
        Bernd

-- 
**********************************************************************
Bernd Kiefer                                            Am Blauberg 16
kiefer at dfki.de                                      66119 Saarbruecken
+49-681/302-5301 (office)                      +49-681/3904507  (home)
**********************************************************************





More information about the developers mailing list