[Chicken-users] Sendfile Broken on Leopard

2008-03-26 Thread Joshua Griffith
Hello, Attempting to install the sendfile egg on Leopard yields the following error (it appears Leopard uses a different version of sendfile): gzip -d -c /tmp/chicken-setup-3-root/downloads/sendfile.egg | tar xf - /usr/local/bin/csc -feature compiling-extension -s -d0 -O2 sendfile.scm

[Chicken-users] Chicken Logo

2008-04-19 Thread Joshua Griffith
I've been playing around with the Chicken logo. Since it currently looks like it consists of inked strokes, I took the metaphor a little further: http://www.joshuagriffith.com/chicken/logo/ -j ___ Chicken-users mailing list Chicken-users@nongnu.o

Re: [Chicken-users] Chicken Logo

2008-04-19 Thread Joshua Griffith
If you want to fool around the source ai (CS3) or svg, I'll keep them on my site. -j On Apr 19, 2008, at 6:00 AM, felix winkelmann wrote: On Sat, Apr 19, 2008 at 11:22 AM, Joshua Griffith <[EMAIL PROTECTED]> wrote: I've been playing around with the Chicken logo. Since it current

Re: [Chicken-users] Chicken Logo

2008-04-19 Thread Joshua Griffith
On Apr 19, 2008, at 8:09 AM, Harri Haataja wrote: The format "preferred for editing" might be nice. Everything was generated with Illustrator CS3. The source directory is listed on the wiki. Besides, svg can be viewed in many contexts these days. Some SVG viewers do not render the top scree

Re: [Chicken-users] Chicken Logo

2008-04-19 Thread Joshua Griffith
On Apr 19, 2008, at 1:52 PM, Shawn Rutledge wrote: It looks like Illustrator exported the orange-brownish layer as an image, png, 91x91, with jagged edges. The SVG would look better if it didn't do that. (I'm looking at it with Inkscape.) Illustrator must have rasterized the drop shadows an

Re: [Chicken-users] Chicken Logo

2008-04-19 Thread Joshua Griffith
On Apr 19, 2008, at 1:52 PM, Shawn Rutledge wrote: It looks like Illustrator exported the orange-brownish layer as an image, png, 91x91, with jagged edges. The SVG would look better if it didn't do that. (I'm looking at it with Inkscape.) It turns out that gradient meshes are not supported

[Chicken-users] Inline Egg and Scheme Compilation

2008-04-26 Thread Joshua Griffith
Hello, Is it possible to use the inline egg to compile and cache scheme instead of c functions generated at runtime (rather than interpreting them using eval)? I was thinking an application like compiling and caching web-scheme pages whenever they change. Thanks, Josh

Re: [Chicken-users] Anyone tried using datadraw with Chicken?

2008-05-23 Thread Joshua Griffith
Matt, Have you tried using an in-memory SQLite3 database rather than working from disk? Also, are you pre-compiling and caching your statements? Both of these will dramatically speed things up. -Josh On May 22, 2008, at 11:41 PM, Matthew Welland wrote: Has anyone tried using datadraw (h

[Chicken-users] S11n Egg Problem

2008-08-12 Thread Joshua Griffith
Hello, When a serialized object gets corrupted or truncated (which often occurs when it is transmitted over a TCP connection), attempting to deserialize that object results in a "Bus error" and immediate program termination, rather than a raised exception. How difficult would it be to mo

[Chicken-users] Re: S11n Egg Problem

2008-08-13 Thread Joshua Griffith
edure. Thanks, Josh On Aug 13, 2008, at 4:30 AM, felix winkelmann wrote: On Wed, Aug 13, 2008 at 8:38 AM, Joshua Griffith <[EMAIL PROTECTED]> wrote: Hello, When a serialized object gets corrupted or truncated (which often occurs when it is transmitted over a TCP connection), attempting to

[Chicken-users] Re: S11n Egg Problem

2008-08-13 Thread Joshua Griffith
The following lines demonstrate the problem: (use s11n) (deserialize (open-input-string "\f")) -Josh On Aug 13, 2008, at 4:30 AM, felix winkelmann wrote: On Wed, Aug 13, 2008 at 8:38 AM, Joshua Griffith <[EMAIL PROTECTED]> wrote: Hello, When a serialized object gets corrup

Re: [Chicken-users] s11n and tinyclos

2008-12-12 Thread Joshua Griffith
Hey Felix, Have you had a chance to take a look at the s11n corrupted input issue? #;1> (use s11n) ; loading /usr/local/lib/chicken/3/s11n.so ... #;2> (deserialize (open-input-string "\f")) Bus error Thanks, Josh On Dec 5, 2008, at 2:39 AM, felix winkelmann wrote: On Thu, Dec 4, 2008 at 8:0

[Chicken-users] Github Mirror

2009-01-13 Thread Joshua Griffith
In case anyone is interested, I've mirrored the Chicken repository over at GitHub using git-svn: http://github.com/hadronzoo/chicken-scheme/tree/master The clone URL is: git://github.com/hadronzoo/chicken-scheme.git It's currently updated daily. -Josh ___

[Chicken-users] Chicken in Blogs

2009-04-09 Thread Joshua Griffith
An interesting Google blog search: http://blogsearch.google.com/blogsearch?hl=en&ie=UTF-8&q=%22chicken+scheme%22&scoring=d Joshua ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Chicken release 4.2.0

2009-10-07 Thread Joshua Griffith
Hello, When compiling Chicken 4.2 on OS 10.6.1, I get the following error: $ make PLATFORM=macosx make -f ./Makefile.macosx all gcc -no-cpp-precomp -fno-strict-aliasing -fno-common -DHAVE_CHICKEN_CONFIG_H -c apply-hack.x86.s -o apply-hack.x86.o apply-hack.x86.s:35:suffix or operands invalid for `

Re: [Chicken-users] Chicken release 4.2.0

2009-10-08 Thread Joshua Griffith
ure any of the developers have 10.6 yet. Perhaps you could try > > make PLATFORM=macosx ARCH=x86-64 > > and see if that works. It's not a perfect solution, as it will build > 64-bit even > if you wanted 32, but try it and let us know. > > 2009/10/7 Joshua Griffith

Re: [Chicken-users] Chicken release 4.2.0

2009-10-08 Thread Joshua Griffith
Nevermind. I just had to delete the previous lib/chicken/ directory. -Josh On Thu, Oct 8, 2009 at 2:58 AM, Joshua Griffith wrote: > Thanks, it compiled without a problem but couldn't completely install: > > $ sudo make install PLATFORM=macosx ARCH=x86-64 > Password: > make

Re: [Chicken-users] Chicken logo license

2011-06-05 Thread Joshua Griffith
Hello Peter, I never put much thought into it and simply wanted to give the logo to the community. Perhaps it's a good idea to make that explicit. Let me know what license would be most convenient and I'll release it under that license. Of course, if Wikipedia requires specific permission from

Re: [Chicken-users] Chicken logo license

2011-06-06 Thread Joshua Griffith
4:22 PM, Peter Bex wrote: > On Sun, Jun 05, 2011 at 03:47:21PM -0500, Joshua Griffith wrote: >> Hello Peter, >> >> I never put much thought into it and simply wanted to give the logo to the >> community. >> Perhaps it's a good idea to make that explicit. Let

[Chicken-users] Numbers Egg Error

2006-11-02 Thread Joshua Griffith
When I attempt to install the numbers egg on my Mac-tel (OS X 10.4.8, Chicken 2.5 - macosx-unix-gnu-x86, GNU m4 1.4.2) I get the following error: $ sudo chicken-setup numbers /usr/local/bin/csc -feature compiling-extension -s -O2 -d1 numbers-base.scm -lgmp -X easyffi /usr/bin/ld: /usr/local/lib/

Re: [Chicken-users] Numbers Egg Error

2006-11-02 Thread Joshua Griffith
Felix, After compiling GMP, I only have /usr/local/lib/libgmp.a and /usr/local/lib/libgmp.la. How might I compile/obtain libgmp.dylib? Thanks, Josh On 11/2/06, felix winkelmann <[EMAIL PROTECTED]> wrote: On 11/2/06, Joshua Griffith <[EMAIL PROTECTED]> wrote: > When I attempt

Re: [Chicken-users] Numbers Egg Error

2006-11-02 Thread Joshua Griffith
assistance, Josh On 11/2/06, Thomas Chust <[EMAIL PROTECTED]> wrote: On Thu, 2 Nov 2006, Joshua Griffith wrote: > [...] After compiling GMP, I only have /usr/local/lib/libgmp.a and > /usr/local/lib/libgmp.la. How might I compile/obtain libgmp.dylib? > [...] Hello, usually dynamic libr

[Chicken-users] Windows Build

2006-12-15 Thread Joshua Griffith
Hello, I'm attempting to build Chicken 2.5 on Windows XP SP2 (running under Parallels on a MacBook Pro) with Microsoft Visual C++ 2005 Express Edition and Microsoft Platform SDK for Windows Server 2003 R2. I was able to successfully configure Chicken using CMAKE, open the resulting project file

Re: [Chicken-users] Windows Build

2006-12-15 Thread Joshua Griffith
Brandon, I installed MinGW, ran CMAKE to generate MSYS make files, and compiled and installed from MSYS in a few minutes. You're right, once you get the environment setup, building Chicken is trivial. I guess VC++ Express 2005 is a bad compiler and I was consequently running into that memory th

[Chicken-users] Static compile

2006-12-26 Thread Joshua Griffith
Hello, I'm attempting to statically compile all of the libraries used by a program in order to make it stand alone. It has the following declarations: (require-extension syntax-case) (require-extension csv) (require-extension args) (declare (uses utils)) (declare (uses srfi-1)) (require-extensio

Re: [Chicken-users] building on windows

2006-12-26 Thread Joshua Griffith
I also had this issue compiling with Visual Studio 2005 Express Edition. -Josh On 12/23/06, Mark Baily <[EMAIL PROTECTED]> wrote: Hi, I'm having trouble compiling v 2.5 on win32 using visual studio 2005. After using CMake to produce the .sln file for visual studio then building the Release (o

Re: [Chicken-users] Static compile

2006-12-28 Thread Joshua Griffith
Would it be possible to create an option for csc to simplify the process of compiling a standalone application? Many thanks for the assistance, Josh ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicke

Re: [Chicken-users] Static compile

2006-12-28 Thread Joshua Griffith
-extension syntax-case option when compiling the application with chicken, but I still get the error. Any ideas? Thanks again, Josh On 12/28/06, felix winkelmann <[EMAIL PROTECTED]> wrote: On 12/26/06, Joshua Griffith <[EMAIL PROTECTED]> wrote: > Hello, > > I'm attempting to

Re: [Chicken-users] Static compile

2007-01-03 Thread Joshua Griffith
x27;m not sure why this is occurring. -Josh On 1/1/07, felix winkelmann <[EMAIL PROTECTED]> wrote: On 12/29/06, Joshua Griffith <[EMAIL PROTECTED]> wrote: > Felix, > > I followed your instructions and was able to get the program to successfully > compile. However, upon r

Re: [Chicken-users] Static compile

2007-01-04 Thread Joshua Griffith
ann <[EMAIL PROTECTED]> wrote: On 1/4/07, Joshua Griffith <[EMAIL PROTECTED]> wrote: > Felix, > > I think the problem is with the csv egg. When I don't compile with eval.c, > I get the following error: > [debug] application startup... > [debug] heap resized to

Re: [Chicken-users] Static compile

2007-01-05 Thread Joshua Griffith
Felix, Thanks for taking a look! -Josh On 1/5/07, felix winkelmann <[EMAIL PROTECTED]> wrote: On 1/5/07, Joshua Griffith <[EMAIL PROTECTED]> wrote: > Felix, > > Here is the output with the prelude statement: > > [debug] application startup... > [debug] heap re

[Chicken-users] sqlite3 NULL parameters

2007-02-08 Thread Joshua Griffith
Hello, Is it possible to pass a NULL parameter to a prepared sqlite3 statement? Attempts execute the sqlite3:exec procedure with symbols 'NULL or #f as parameters fail with "Error: bad argument count". Thanks, Josh ___ Chicken-users mailing list Chick

Re: [Chicken-users] Experimental Chicken LiveCD

2007-02-14 Thread Joshua Griffith
Let me know if you want me to make any changes or to render a higher resolution version of the ``weird 3d chicken'' to better fit a desktop aspect ratio :) -Josh ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/lis

Re: [Chicken-users] Experimental Chicken LiveCD

2007-03-03 Thread Joshua Griffith
ua, On Wed, 14 Feb 2007 18:03:30 -0600 "Joshua Griffith" < [EMAIL PROTECTED]> wrote: > Let me know if you want me to make any changes or to render a higher > resolution version of the ``weird 3d chicken'' to better fit a desktop > aspect ratio :) If you could

Re: [Chicken-users] Experimental Chicken LiveCD

2007-03-03 Thread Joshua Griffith
-0600 "Joshua Griffith" < [EMAIL PROTECTED]> wrote: > Here's an image more appropriate for a desktop background: > http://www.joshuagriffith.com/chicken/chicken-desktop.png Amazing! Very nice! > Sorry for the delay, but given the polygon count, it took awhile... No

[Chicken-users] Recursive define-macro

2007-03-07 Thread Joshua Griffith
I get an unbound variable error when I execute the following: (define-macro (test alist) (if (> 0 (length alist)) (test (cdr alist Are recursive define-macro definitions possible? Thanks, Josh ___ Chicken-users mailing list Chicken-users@nongnu.or

Re: [Chicken-users] Recursive define-macro

2007-03-07 Thread Joshua Griffith
Thanks, using a less `clever' map form worked. -Josh On 3/7/07, Kon Lovett <[EMAIL PROTECTED]> wrote: On Mar 7, 2007, at 12:37 AM, felix winkelmann wrote: > On 3/7/07, Joshua Griffith <[EMAIL PROTECTED]> wrote: >> I get an unbound variable error when I execute the f

[Chicken-users] Syntax Egg Question

2007-04-29 Thread Joshua Griffith
Hello, I'm attempting to package one low-level macro as a syntax egg. This macro uses other helper functions and low-level macros to perform its task. Is it possible to hide these other macros and functions, so that only the main macro is exposed to the top-level? Thanks, Joshua _

[Chicken-users] format-modular usage question

2007-07-30 Thread Joshua Griffith
Hello, I'm trying to use format to create a string consisting of the cars of a list of lists delimited by commas and enclosed by parentheses. I tried the following statement: (format #f "(~:{~a~:^, ~})" '((prop1 val1) (prop2 val2) (prop3 val3))) But it returns: "(prop1, prop2, prop3, )" H

Re: [Chicken-users] format-modular usage question

2007-07-30 Thread Joshua Griffith
Kon, My apologies, I missed that in the doc. I'll open a TRAC ticket. Thanks, Joshua On 7/30/07, Kon Lovett <[EMAIL PROTECTED]> wrote: > > > On Jul 30, 2007, at 10:23 AM, Joshua Griffith wrote: > > > Hello, > > > > I'm trying to use format to c

[Chicken-users] Sqlite3 Egg Installation Error

2007-09-19 Thread Joshua Griffith
Hello, I'm having a problem installing the latest sqlite3 egg. I'm attempting to install the egg using Chicken 2.709, SQLite 3.2.8 (installed from source using Fink), onto Mac OS X 10.4.10 (running gcc 4.0.1 with the i686-apple-darwin8 target). SQLite runs from the terminal without any

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

[Chicken-users] Error When Installing Numbers Egg

2007-10-08 Thread Joshua Griffith
Hello, While reinstalling the numbers egg after upgrading from Chicken 2.709 to 2.72, I received the following error in numbers-base.scm: downloading numbers.egg from (www.call-with-current-continuation.org eggs 80) gzip -d -c ../numbers.egg | tar xf - /usr/local/bin/csc -feature compi

Re: [Chicken-users] Error When Installing Numbers Egg

2007-10-08 Thread Joshua Griffith
Mario, The new version fixes the problem. Thanks. -Josh On 08 Oct 2007 22:12:04 -0300, Mario Domenech Goulart <[EMAIL PROTECTED]> wrote: > > Hi Joshua, > > On Mon, 8 Oct 2007 19:45:55 -0500 Joshua Griffith <[EMAIL PROTECTED]> > wrote: > > > While reinstal

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

2007-11-14 Thread Joshua Griffith
Is it possible to use hen to perform top-level symbol autocompletion? I've gotten scheme-complete to work with quack very well, but I've never gotten hen-mode to work properly. Can someone provide a snippet from their .emacs configuration showing how to setup sexpr/region evaluation and symbol aut

[Chicken-users] Keyword Macro Expansion

2007-11-26 Thread Joshua Griffith
Is there a reason why the macro below results in an error? Is a keyword something other than a symbol? Thanks, -Josh. CHICKEN Version 2.731 - macosx-unix-gnu-x86 - [ manyargs dload ptables applyhook ] (c)2000-2007 Felix L. Winkelmann | compiled [ . . . ] (Darwin) ; loading /Users/josh/.c

[Chicken-users] Re: Keyword Macro Expansion

2007-11-26 Thread Joshua Griffith
I just found string->keyword. Sorry! -Josh On Nov 27, 2007, at 12:22 AM, Joshua Griffith wrote: Is there a reason why the macro below results in an error? Is a keyword something other than a symbol? Thanks, -Josh. CHICKEN Version 2.731 - macosx-unix-gnu-x86 - [ manyargs dload ptab

[Chicken-users] Serializing Time

2007-12-04 Thread Joshua Griffith
Is there a way to use s11n to serialize a time object (s11n doesn't seem to handle bignums)? Also, is it possible to get the current-time in some form without loading numbers-base.so? Thanks, Joshua ___ Chicken-users mailing list Chicken-users@n

[Chicken-users] Sandbox egg docs missing

2008-01-22 Thread Joshua Griffith
Could someone take a look at the documentation for the sandbox egg: http://chicken.wiki.br/sandbox It looks like it is missing. Thanks, Josh ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-use