I checkout the newest ECL from GIT today. And it miscompiled in MinGW(gcc
4.5.0). I saw it failed with a compiled-function BUILDER was called with
odd keyword parameters.
I fixed it and it compiled after that.
$ git diff src
diff --git a/src/compile.lsp.in b/src/compile.lsp.in
index b40b464..a62dbe4 100755
--- a/src/compile.lsp.in
+++ b/src/compile.lsp.in
@@ -372,7 +372,8 @@
#-(or cross stage1 msvc) "ecl2"
:epilogue-code '@ECL_INIT_FORM@
:lisp-files *module-symbols*
- :ld-flags #-msvc '("-L./") #+windows '("ecl.res" "/F 10485760"))
+ :ld-flags
+ (concatenate 'list #-msvc '("-L./") #+windows '("ecl.res" #+msvc "/F
10485760")))
(with-open-file (modules-list #P"build:MODULES" :direction :output
:if-exists :supersede
Best regards,
Xiaofeng Yang
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list