chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken crashes when trying to install srfi-19


From: Ian Oversby
Subject: Re: [Chicken-users] chicken crashes when trying to install srfi-19
Date: Tue, 01 Aug 2006 15:40:20 +0000

On Aug 1, 2006, at 7:26 AM, Ian Oversby wrote:

Okay, now I've installed the numbers and vector-lib eggs and I'm still having the same problem.

Ian

Sorry you are having trouble w/ the srfi-19 egg. I don't know but you may be the 1st to build it on Windows.

Hi Kon,

Cool - I like being first :)

By the way, I get one of those horrid windows pop-ups stating the instruction at "0x00bb254d" referenced memory at "0x0000000032". The memory could not be "read". before the thing returned the error. I get the option of debugging the error so I did that and the debugger says "An exception 'Unhandled Win32 Exception' has occurred in chicken.exe". Going further into the debugger it only lets me see assembly code.

Please try manually entering (or modify srfi-19.setup) the following:

c:\chicken-new\csc -v3 -feature compiling-extension -O2 -d1 -s srfi-19.scm -o srfi-19.dll -check-imports -emit-exports srfi-19.exports

Hopefully this will tell me something. (-1073741819 isn't a real return status.)

Right, that gives me the following output:

C:\chicken-new\srfi-19.egg.dir>c:\chicken-new\csc -v3 -feature compiling-extensi on -O2 -d1 -s srfi-19.scm -o srfi-19.dll -check-imports -emit-exports srfi-19.exports C:/chicken-new/bin/chicken srfi-19.scm -output-file srfi-19.c -dynamic -feature chicken-compile-shared -quiet -verbose -feature compiling-extension -optimize-level 2 -debug-level 1 -check-imports -emit-exports srfi-19.exports
Loading compiler extensions...
debugging info: none
pass: source
; loading c:\chicken-new\srfi-29.dll ...
; loading c:\chicken-new\miscmacros.scm ...
; loading c:\chicken-new\lookup-table.dll ...
; loading c:\chicken-new\misc-extn.scm ...
*** Shell command terminated with exit status -1073741819: C:/chicken-new/bin/chicken srfi-19.scm -output-file srfi-19.c -dynamic -feature chicken-compile-shared -quiet -verbose -feature compiling-extension -optimize-level 2 -debug-level 1
-check-imports -emit-exports srfi-19.exports

C:\chicken-new\srfi-19.egg.dir>

Hopefully that means more to you than it does to me.

Thanks,

Ian






reply via email to

[Prev in Thread] Current Thread [Next in Thread]