Re: [Chicken-users] Compilation fails

2015-10-07 Thread Christian Kellermann
* Zack Piper [151007 14:06]: > Hello! Trying to compile chicken from the git sources, and cannot when > I run: > > $ LD_LIBRARY_PATH=../chicken-4.10.0 make PLATFORM=linux \ > CHICKEN=../chicken-4.10.0/chicken &> error.log > > Errors can be found here:

Re: [Chicken-users] [Q] Can I make port on byte array?

2015-10-07 Thread Christian Kellermann
Hey Sungjin Chun! Sungjin Chun writes: > In Common Lisp, I can make a stream on byte array and can write > values on them, in Scheme, I think the equivalent stuff is port and > I'd like to write values on byte array using port. > > Can anyone help me on finding documents or

[Chicken-users] Compilation fails

2015-10-07 Thread Zack Piper
Hello! Trying to compile chicken from the git sources, and cannot when I run: $ LD_LIBRARY_PATH=../chicken-4.10.0 make PLATFORM=linux \ CHICKEN=../chicken-4.10.0/chicken &> error.log Errors can be found here: https://gist.github.com/zackp30/7daee9b79b61504179ff (I sent one

Re: [Chicken-users] [Q] Can I make port on byte array?

2015-10-07 Thread Thomas Chust
On 2015-10-07 03:04, Sungjin Chun wrote: > [...] > In Common Lisp, I can make a stream on byte array and can write > values on them, in Scheme, I think the equivalent stuff is port and > I'd like to write values on byte array using port. > [...] Hello, it sounds like you are looking for

Re: [Chicken-users] Compilation fails

2015-10-07 Thread Peter Bex
On Wed, Oct 07, 2015 at 02:05:57PM +0200, Zack Piper wrote: > Hello! Trying to compile chicken from the git sources, and cannot when > I run: > > $ LD_LIBRARY_PATH=../chicken-4.10.0 make PLATFORM=linux \ > CHICKEN=../chicken-4.10.0/chicken &> error.log > > Errors can be found

Re: [Chicken-users] Compilation fails

2015-10-07 Thread Zack Piper
On Wed, Oct 07, 2015 at 02:09:52PM +0200, Peter Bex wrote: > On Wed, Oct 07, 2015 at 02:05:57PM +0200, Zack Piper wrote: > > Hello! Trying to compile chicken from the git sources, and cannot when > > I run: > > > > $ LD_LIBRARY_PATH=../chicken-4.10.0 make PLATFORM=linux \ > >