[Ecls-list] Small change to patch-current-exp

Prut Flut prutflut at m-net.arbornet.org
Mon Jan 19 04:52:00 UTC 2004


Hello,

I tried building ecl (current) today on alpha-netbsd1.6.1 and
I had to change one line in patch-current-exp to get the C-files
to compile:
--- src/c/num_log.d     Mon Jan 19 13:48:05 2004
+++ num_log.d   Mon Jan 19 13:47:35 2004
@@ -17,7 +17,7 @@
 #include "ecl.h"
 #include <stdlib.h>
 #include "internal.h"
-#include "mp.h"
+#include "../gmp/mp.h"
 
 /*
  * BIT OPERATIONS FOR FIXNUMS

However, the once ecl_min is started I still get the same
problems as in my previous mail:
(a) ./configure ... --with-oldloop ...
    gmake (ecl_min) crashes upon loading clos/boot.lsp
(b) ./configure ...
    gmake (ecl_min) crashes upon loading loop2.lsp

Regards,

Philippe Crama




More information about the ecl-devel mailing list