[Ecls-list] Need patch to compile current CVS HEAD
Erik Huelsmann
ehuels at gmail.com
Wed Jan 10 23:25:15 UTC 2007
Hi!
I was about to send in a script to show the problem I was experiencing
with usocket when I decided to rebuild current trunk of ECL to make
sure it does still appear. I couldn't get it built without the patch
below though (I tried with both gcc-3.3 and gcc-4.1.1).
The earlier version I tested with usocket was also built from CVS, but
the system had debian Sarge installed back then (linux kernel 2.6.8)
and has Etch installed now (linux kernel 2.6.18).
I hope this is enough info. Here's the patch:
Index: src/c/main.d
===================================================================
RCS file: /project/ecl/cvsroot/ecl/src/c/main.d,v
retrieving revision 1.97
diff -u -r1.97 main.d
--- src/c/main.d 7 Jan 2007 14:10:58 -0000 1.97
+++ src/c/main.d 10 Jan 2007 23:21:49 -0000
@@ -21,6 +21,7 @@
#include <limits.h>
#include <ecl/internal.h>
extern int GC_dont_gc;
+extern void init_lib_LSP(cl_object);
/******************************* EXPORTS ******************************/
bye,
Erik.
More information about the ecl-devel
mailing list