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
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
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
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
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.
_
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
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
>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
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
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
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
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
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
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
-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
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:
> > > >
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
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
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
19 matches
Mail list logo