[Ecls-list] Win32 MSVC Build Problems

"john fred connors" johnc at yagc.ndo.co.uk
Thu Feb 25 21:38:56 UTC 2010


As of 15.50 GMT on 25/02/10 I had these build problems with ECLS as
cloned from git. I was building on Win XP with Microsoft Visual
Express 9.0 and the Windows SDK. ECL_UNICODE, ECL_DEBUG, and
ECL_THREADS were all set: Here are the relevant portions of the log.
Sorry to be the bearer of bad news.

1> When compiling config.lsp:

(compile-file "build:lsp;config.lsp" :output-file
#P"build:lsp;config.obj.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T
:H-FILE T)
;;;
;;; Compiling build:lsp;config.lsp.
;;; OPTIMIZE levels: Safety=2, Space=3, Speed=3, Debug=0
;;;
;;; Compiling (DEFUN SHORT-SITE-NAME ...).
;;; Compiling (DEFUN LONG-SITE-NAME ...).
;;; Note:
;;;   in file config.lsp, position 837
;;;   at (DEFUN LONG-SITE-NAME ...)
;;;   Sharing code among functions LONG-SITE-NAME and SHORT-SITE-NAME
;;; Compiling (DEFUN LISP-IMPLEMENTATION-VERSION ...).
;;; Compiling (DEFUN SI:LISP-IMPLEMENTATION-VCS-ID ...).
;;; Compiling (DEFUN MACHINE-TYPE ...).
;;; Compiling (DEFUN MACHINE-INSTANCE ...).
;;; Compiling (DEFUN MACHINE-VERSION ...).
;;; Compiling (DEFUN SOFTWARE-TYPE ...).
;;; Compiling (DEFUN SOFTWARE-VERSION ...).

Filesystem error with pathname #P"C:/wsr/lisp/ecl/msvc/".
Either
 1) the file does not exist, or
 2) we are not allow to access the file, or
 3) the pathname points to a broken symbolic link.
Available restarts:

1. (ABORT) ABORT

Top level in: #<process SI:TOP-LEVEL 00b70fc0>.
--

2> Doing the final link.

;;; Note:
;;;   Invoking external command:
;;;   cl -Fe"C:/wsr/lisp/ecl/msvc/ecl.dll" "c/main.obj"
"c/all_symbols2.obj" "lsp.lib" "eclmin.lib"   /LDd /link
/incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd
/nodefaultlib:libc /nodefaultlib:libcd /debug /nodefaultlib:msvcrt.lib
eclgmp.lib eclgc.lib user32.lib ws2_32.lib shell32.lib
/LIBPATH:C:/wsr/lisp/ecl/msvc/ /IMPLIB:C:/wsr/lisp/ecl/msvc/ecl.lib
;;; LINK : fatal error LNK1181: cannot open input file 'lsp.lib'

NIL
CL>
NIL
CL>
((#P"SYS:**;*.*.*" #P"C:wsrlispeclmsvc/package/**/*.*"))
CL>
Debugger received error: The variable +CMP-MODULE-FILES+ is unbound.
Error flushed.
CL>
Debugger received error: The function BUILD-MODULE is undefined.
Error flushed.
CL>
Debugger received error: The function BUILD-MODULE is undefined.
Error flushed.
CL>
Debugger received error: The function BUILD-MODULE is undefined.
Error flushed.
CL>
Debugger received error: The function BUILD-MODULE is undefined.
Error flushed.
CL>
Debugger received error: The function BUILD-MODULE is undefined.
Error flushed.
CL>
Debugger received error: The function BUILD-MODULE is undefined.
Error flushed.
CL>




More information about the ecl-devel mailing list