Failed to build with --without-unicode

View: New views
3 Messages — Rating Filter:   Alert me  

Failed to build with --without-unicode

by Angel Popov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have tried to build latest cvs on cygwin with ./configure --ignore-absence-of-libsigsegv --without-unicode --cbc simplest-cygwin.

Could you please give me some directions how to find the reason.

Regards, AngelP

...

./lisp.exe -B . -N locale -norc -q -M lispinit.mem 0>/dev/null
test `echo '(princ (+ 11 99))' | ./lisp.exe -B . -N locale -norc -q -M lispinit.mem - | tr -d '\r'` = 110 || exit
1
test "`echo '(+ foo bar)' | ./lisp.exe -B . -N locale -norc -q -M lispinit.mem -x '(setq foo 11 bar 99)' -repl | t
r -d '\r'| tr '\n' '_'`" = '99_[1]> _110_' || exit 1
(echo '(progn (setf (stream-element-type *standard-input*) (quote (unsigned-byte 8))) (exit 42))' | ./lisp.exe -B
. -N locale -norc -q -M lispinit.mem -; test $? = 42) || exit 1
test `echo '(setf (stream-element-type *standard-output*) (quote (unsigned-byte 8))) (write-sequence (convert-stri
ng-to-bytes "42" charset:ascii) *standard-output*) (setf (stream-element-type *standard-output*) (quote character)
) (terpri)' | ./lisp.exe -B . -N locale -norc -q -M lispinit.mem - | tr -d '\r'` = 42 || exit 1
*** - READ from #<INPUT UNBUFFERED FILE-STREAM CHARACTER #P"/dev/fd/0" @1>: #<PACKAGE CHARSET> has no external
  symbol with name "ASCII"

*** - FRESH-LINE: The value of *STANDARD-OUTPUT* was not an appropriate stream:
  #<OUTPUT UNBUFFERED FILE-STREAM (UNSIGNED-BYTE 8) #P"/dev/fd/1">. It has been changed to
  #<OUTPUT UNBUFFERED FILE-STREAM (UNSIGNED-BYTE 8) #P"/dev/fd/1">.



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Re: Failed to build with --without-unicode

by Sam Steingold :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Angel Popov wrote:
> *** - READ from #<INPUT UNBUFFERED FILE-STREAM CHARACTER #P"/dev/fd/0"
> @1>: #<PACKAGE CHARSET> has no external
>   symbol with name "ASCII"

thanks, should be fixed in the current cvs head.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Re: Failed to build with --without-unicode

by Angel Popov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, It builds fine from the latest sources.
Regards, AngelP

--- On Mon, 10/19/09, Sam Steingold <sds@...> wrote:

From: Sam Steingold <sds@...>
Subject: Re: Failed to build with --without-unicode
To: "Angel Popov" <angelpopov@...>
Cc: clisp-devel@...
Date: Monday, October 19, 2009, 7:04 PM

Angel Popov wrote:
> *** - READ from #<INPUT UNBUFFERED FILE-STREAM CHARACTER #P"/dev/fd/0" @1>: #<PACKAGE CHARSET> has no external
>   symbol with name "ASCII"

thanks, should be fixed in the current cvs head.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel