[Ecls-list] Unicode build failure

Marko Kocić marko.kocic at gmail.com
Mon Jun 27 14:49:47 UTC 2011


Hi,

I just got the following error while trying to build with unicode
enabled on mingw.

Regards,
Marko

(compile-file "src:lsp;unicode.lsp" :output-file
#P"BUILD:CLOS;UNICODE.O.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T
:H-F
ILE T)
;;;
;;; Compiling SRC:LSP;UNICODE.LSP.
;;; OPTIMIZE levels: Safety=0, Space=0, Speed=3, Debug=0
;;;
;;; Compiling (DEFINE-CONDITION CHARACTER-CODING-ERROR ...).
;;; Compiling (DEFINE-CONDITION CHARACTER-ENCODING-ERROR ...).
;;; Compiling (DEFINE-CONDITION CHARACTER-DECODING-ERROR ...).
;;; Compiling (DEFINE-CONDITION STREAM-ENCODING-ERROR ...).
;;; Compiling (DEFINE-CONDITION STREAM-ENCODING-ERROR ...).
;;; Compiling (DEFINE-CONDITION STREAM-DECODING-ERROR ...).
;;; Compiling (DEFINE-CONDITION STREAM-DECODING-ERROR ...).
;;; Compiling (DEFUN ENCODING-ERROR ...).
;;; Compiling (DEFUN DECODING-ERROR ...).
;;; End of Pass 1.
;;; Emitting code for PRINT-OBJECT.
;;; Emitting code for PRINT-OBJECT.
;;; Emitting code for ENCODING-ERROR.
;;; Emitting code for #:G9.
;;; Emitting code for #:G10.
;;; Emitting code for #:G11.
;;; Emitting code for #:G12.
;;; Emitting code for DECODING-ERROR.
;;; Emitting code for #:G22.
;;; Emitting code for #:G23.
;;; Emitting code for #:G24.
;;; Emitting code for #:G25.
;;; Note:
;;;   Invoking external command:
;;;   gcc -I. -Ic:/development/cvstree/ecl/build -DECL_API
-Ic:/development/cvstree/ecl/build/c -Ic:/usr/local/include -
Ic:/usr/local/lib/libffi-3.0.9/include -D_THREAD_SAFE -Dmingw32
-Ic:/development/cvstree/ecl/src/c -O2 -w -c c:/developm
ent/cvstree/ecl/build/clos/unicode.c -o
c:/development/cvstree/ecl/build/clos/unicode.o
;;; Finished compiling SRC:LSP;UNICODE.LSP.
;;;

Condition of type: STREAM-DECODING-ERROR
decoding error on stream #<input stream
#P"BUILD:CLOS;UNICODE.O.NEWEST"> (:EXTERNAL-FORMAT (:UTF-8 :LF)): the
octet sequ
ence (178) cannot be decoded.
Available restarts:

1. (CONTINUE) Read next character
2. (USE-VALUE) Replace the bogus sequence with a character

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




More information about the ecl-devel mailing list