[Ecls-list] Fwd: Building executables on Win7(x64) and MSVC 2010 (fatal error C1074)
Павел Соловейчик
paul.soloveychik at gmail.com
Sat Nov 5 18:06:05 UTC 2011
Sorry, i'm added some for highlight code with i'm add to REPL for better
reading.
Here full dialog with REPL:
> (require 'cmp)
;;; Loading #P"C:/lispbox/ECL/msvc/CMP.fas"
;;; Loading #P"C:/lispbox/ECL/msvc/sysfun.lsp"
("CMP")
> (compile-file "hello.lisp" :system-p t)
;;;
;;; Compiling hello.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Compiling (DEFUN CP_2 ...).
;;; Compiling (DEFUN MPP ...).
;;; Compiling (DEFUN MCP ...).
;;; End of Pass 1.
;;; Emitting code for CP_2.
;;; Emitting code for MPP.
;;; Emitting code for MCP.
;;; Note:
;;; Invoking external command:
;;; cl -I"C:/lispbox/ECL/msvc/" /EHsc /DGC_DLL /DGC_BUILD /nologo
/D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2 /O2 -w -c
"C:/lispbox/ECL/msvc/hello.c" -Fo"C:/lispbox/ECL/msvc/hello.obj"
;;; hello.c
C:/lispbox/ECL/msvc/hello.c : fatal error C1074: 'IDB' is illegal extension
for PDB file:
;;; Error:
;;; * The C compiler failed to compile the intermediate file.
NIL
T
T
2011/11/6 Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com>
> On Sat, Nov 5, 2011 at 3:58 PM, Павел Соловейчик <
> paul.soloveychik at gmail.com> wrote:
>
>> Hello!
>> I'm trying to make executable file with ECL.
>> So i'm save my code in to hello.lisp (small recursive program to test)
>> And put in to REPL this:
>> >>>(require 'cmp)
>> ;;; Loading #P"C:/lispbox/ECL/msvc/CMP.fas"
>> ;;; Loading #P"C:/lispbox/ECL/msvc/sysfun.lsp"
>> ("CMP")
>> >>>(compile-file "hello.lisp" :system-p t)
>>
>> #|.....|#
>>
>
> It would definitely help if you posted the lines missing here. It is also
> quite suspicious that your prompt consists of three '>>>' That is normally
> a consequence of being inside the debugger, because of some previous
> problem.
>
>
>> ;;; hello.c
>> C:/lispbox/ECL/msvc/hello.c : fatal error C1074: 'IDB' is illegal
>> extension for PDB file:
>> ;;; Error:
>> ;;; * The C compiler failed to compile the intermediate file.
>>
>>
> --
> Instituto de Física Fundamental, CSIC
> c/ Serrano, 113b, Madrid 28006 (Spain)
> http://juanjose.garciaripoll.googlepages.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20111106/c62a5619/attachment.html>
More information about the ecl-devel
mailing list