Re: [Chicken-users] Re: Sqlite3 Egg Installation Error

2007-09-24 Thread Joshua Griffith
Instead of using Fink and a different path, I downloaded and compiled Sqlite3 directly and everything works perfectly. Thanks. On Sep 22, 2007, at 10:47 PM, Zbigniew wrote: When I had sqlite3 in a weird path, I used to pass this information to chicken-setup directly: e.g. chicken-setup -c

Re: [Chicken-users] Slow unix-sockets?

2007-09-24 Thread Harri Haataja
On 20/09/2007, Peter Busser <[EMAIL PROTECTED]> wrote: > Is it possible that writing to/reading from UNIX domain sockets using the > unix-sockets egg is very very slow? > > When I connect the two programs using a normal UNIX pipe, then it takes > less than 0.6 seconds for a >100k message. But it ta

Re: [Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Alex Queiroz
Hallo, On 9/24/07, Kon Lovett <[EMAIL PROTECTED]> wrote: > > I need the "config.h" files produced by PCRE 7.4 (ftp:// > ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- > unicode-properties' from the following OS: > > Solaris 9 Sparc > > NetBDS PowerPC & x86-64

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Graham Fawcett
On 9/24/07, Peter Bex <[EMAIL PROTECTED]> wrote: > On Mon, Sep 24, 2007 at 04:29:25PM -0400, William Ramsay wrote: > > Why not just return a list and make it simple? I forgot to add this form, which "returns a list": (receive my-list (imlib:pixel/rgba img x y) (do-something-with my-list)) It

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-24 Thread Terrence Brannon
On 9/19/07, Tony Sidaway <[EMAIL PROTECTED]> wrote: > If you do use quack.el, you should perform the following edits: > > In ~/.emacs > > Add (load-file "~/quack.el") I think byte-compiling quack.el and putting: (require 'quack) would make things faster and more memory efficient. _

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Peter Bex
On Mon, Sep 24, 2007 at 10:42:22PM +0200, Peter Bex wrote: > Yes, this is (afaik) a deviation from the standard. I don't like > it one bit, precisely for this reason: it's damned confusing. I want > an error if I forgot to receive all values, I don't want the first > value, dammit! Sorry for the

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Peter Bex
On Mon, Sep 24, 2007 at 04:29:25PM -0400, William Ramsay wrote: > That's the problem, I don't know what to use.I've tried call-with-values > and receive, but both give me errors, mostly because I have no idea what > I'm doing.Receive expects (name1 name2 ...) valexp body, but this > produc

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Graham Fawcett
>On 9/24/07, William Ramsay <[EMAIL PROTECTED]> wrote: > That's the problem, I don't know what to use.I've tried call-with-values > and receive, but both give me errors, mostly because I have no idea what > I'm doing. > The call to (imlib:pixel img x y) should return the r, g, b, a values > o

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread William Ramsay
That's the problem, I don't know what to use.I've tried call-with-values and receive, but both give me errors, mostly because I have no idea what I'm doing.Receive expects (name1 name2 ...) valexp body, but this produces an error since name1 is not a command. Why not just return a list a

Re: [Chicken-users] tinyclos - how to copy an object?

2007-09-24 Thread Graham Fawcett
On 9/21/07, Shawn Rutledge <[EMAIL PROTECTED]> wrote: > The indenting of let's you mean? Just a habit from C/C++... and it > makes inserting new ones easier. When I first started with Scheme I > used to line up all the parentheses but it got kindof "leggy". :-) Not an Emacs user? It's really wo

Re: [Chicken-users] Imlib2 question

2007-09-24 Thread Alex Queiroz
Hallo, On 9/24/07, William Ramsay <[EMAIL PROTECTED]> wrote: > Hi, > > Can anyone explain to me how to get the four values from the imlib2 egg > procedure (imlib:pixel/rgba img x y)? It seems to only return the > first value, > but it's supposed to return four values. This may be more of a sc

[Chicken-users] Imlib2 question

2007-09-24 Thread William Ramsay
Hi, Can anyone explain to me how to get the four values from the imlib2 egg procedure (imlib:pixel/rgba img x y)? It seems to only return the first value, but it's supposed to return four values. This may be more of a scheme question than an imlib2 question, but either way I can't seem to

Re: [Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Peter Bex
On Mon, Sep 24, 2007 at 07:05:24AM -0700, Kon Lovett wrote: > Hi all, > > I need the "config.h" files produced by PCRE 7.4 (ftp:// > ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- > unicode-properties' from the following OS: > > NetBDSPowerPC & x86-64 He

Re: [Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Graham Fawcett
On 9/24/07, Kon Lovett <[EMAIL PROTECTED]> wrote: > I need the "config.h" files produced by PCRE 7.4 (ftp:// > ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- > unicode-properties' from the following OS: I've been meaning to add Solaris 10/SPARC to the "portability" list (a

[Chicken-users] Help w/ PCRE 7.4 migration

2007-09-24 Thread Kon Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I need the "config.h" files produced by PCRE 7.4 (ftp:// ftp.csx.cam.ac.uk/pub/software/programming/pcre/) 'configure --enable- unicode-properties' from the following OS: Solaris 9 Sparc NetBDS PowerPC & x86-64 Linux

Re: [Chicken-users] -ldl problem

2007-09-24 Thread naruto canada
On 24 Sep 2007 08:34:32 -0300, Mario Domenech Goulart <[EMAIL PROTECTED]> wrote: > Hi > > On Mon, 24 Sep 2007 16:46:55 +0800 "naruto canada" <[EMAIL PROTECTED]> > wrote: > > > On 9/24/07, felix winkelmann <[EMAIL PROTECTED]> wrote: > > > On 9/18/07, naruto canada <[EMAIL PROTECTED]> wrote: > > > >

Re: [Chicken-users] -ldl problem

2007-09-24 Thread Mario Domenech Goulart
Hi On Mon, 24 Sep 2007 16:46:55 +0800 "naruto canada" <[EMAIL PROTECTED]> wrote: > On 9/24/07, felix winkelmann <[EMAIL PROTECTED]> wrote: > > On 9/18/07, naruto canada <[EMAIL PROTECTED]> wrote: > > > > > > my attemp to compile chicken scheme run into -ldl problem: > > > ... > > > ./libchicken.s

Re: [Chicken-users] -ldl problem

2007-09-24 Thread felix winkelmann
On 9/24/07, naruto canada <[EMAIL PROTECTED]> wrote: > On 9/24/07, felix winkelmann <[EMAIL PROTECTED]> wrote: > > On 9/18/07, naruto canada <[EMAIL PROTECTED]> wrote: > > > hi > > > > > > my attemp to compile chicken scheme run into -ldl problem: > > > ... > > > ./libchicken.so: undefined referenc

Re: [Chicken-users] -ldl problem

2007-09-24 Thread naruto canada
On 9/24/07, felix winkelmann <[EMAIL PROTECTED]> wrote: > On 9/18/07, naruto canada <[EMAIL PROTECTED]> wrote: > > hi > > > > my attemp to compile chicken scheme run into -ldl problem: > > ... > > ./libchicken.so: undefined reference to `dlerror' > > ./libchicken.so: undefined reference to `dlclose