[Chicken-users] Testing an egg under development

2009-07-30 Thread bill
Hi, I'm trying my first egg, but am having a problem testing it. It says in the tutorial that if your egg has foreign functions you should load the .so file. Can somebody explain how you do that? Bill ___ Chicken-users mailing list Ch

[Chicken-users] CRC Calculator

2009-07-26 Thread bill
Hi all, Does anyone know of ready-made code for a CRC calculator in Scheme? Bill ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Egg example

2009-07-25 Thread bill
r/svn/chicken-eggs/release/4/mpeg3 svn: URL 'https://galinha.ucpel.tche.br/svn/chicken-eggs/release/4/mpeg3' doesn't exist b...@bugs:~$ If I change the 4 to a 3 it works. Bill Jim Ursetto wrote: Hi Bill, I just checked out release 4 eggs as the anonymous user with the foll

Re: [Chicken-users] Egg example

2009-07-21 Thread bill
Christian, I tried release 4 and it did not work. I then tried 3 and it did. I'm fine now, but there may be a problem with release 4. Thanks for the help. Bill Christian Kellermann wrote: * bill [090721 13:43]: Hi all, I've decided to try my hand a writing an egg.

[Chicken-users] Egg example

2009-07-21 Thread bill
writing an egg - I just want to see an example of how it's done. Bill ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Imlib2 Egg Question

2009-07-02 Thread bill
Hi, Quick question - is there any plan to add the imlib-context-set calls to the imlib2 egg? Or in other words, how do you connect the image to a X-window? Bill ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org

[Chicken-users] Clojure

2009-07-02 Thread bill
the breadth of libraries needed in the real world.There are a lot of eggs, but not some key ones (PNG and GTK for instance) How do we change this and compete with the ideas behind Clojure and Scala?Scheme is a much better language. Bill

[Chicken-users] Re: Trouble with easyffi

2009-06-26 Thread bill
an put together a small app that I can send you.One of the failing programs is my own editor and a bit too big to send - although I have no qualms in doing so. Again, all of this worked before moving to Xubunto and Chicken 4.0. Could some library be missing? Bill __

[Chicken-users] Re: Trouble with easyffi

2009-06-25 Thread bill
... version: 1.2 xlib .. version: 1.2 I really need this back - so any ideas you can give me will be greatly appreciated. Bill ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Trouble with easyffi

2009-06-25 Thread bill
ist of installed eggs under the new system (i.e. the old chicken-setup -list call)? I am running 4.0. Bill ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] RE: Easyffi

2009-06-02 Thread bill
k! Ah, the pleasures of programming. Bill ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Easyffi

2009-05-31 Thread bill
uld be wrong? I rather like the Xubuntu distribution and would hate to go back to Gentoo. Bill ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Chicken-setup

2009-05-31 Thread bill
Thanks, that's what I needed. (It might be a good idea to put this in the README file for chicken :-) ) Bill Peter Bex wrote: On Sat, May 30, 2009 at 06:36:51PM -0400, bill wrote: Hi all, I've just moved my system to Xubuntu. The Ubuntu repository is running 3.2.7!!! I

[Chicken-users] Chicken-setup

2009-05-30 Thread bill
Hi all, I've just moved my system to Xubuntu. The Ubuntu repository is running 3.2.7!!! I downloaded chicken-4.0.0, which I've been running for some time, but it does not seem to build chicken-setup. How do I get a new clean copy of chicken-se

[Chicken-users] Re: CMake problem on Linux

2006-09-07 Thread Bill Hoffman
At 03:59 PM 9/6/2006, Brandon J. Van Every wrote: >Um, yeah, that. :-) > >> >>If so, what is the fix, because CVS CMake still has the issue. >> > >It does? Well, bother. I thought Brad told me it was patched already. I >haven't verified it, been too busy. I think you have to set CLEAN_DIRE

[Chicken-users] Re: CMake problem on Linux

2006-09-07 Thread Bill Hoffman
At 03:48 PM 9/6/2006, Brandon J. Van Every wrote: >felix winkelmann wrote: >>Excellent, Bill! Thanks for the quick and helpful solution. >> >> >>On 9/6/06, Bill Hoffman <[EMAIL PROTECTED]> wrote: >>> >>>The reason it is only broken on linux is

Re: build test farm [was Re: [Chicken-users] Cmake broken again: paths are not quoted]

2006-07-21 Thread Bill Hoffman
up a chicken specific dashboard. To get things going: http://www.cmake.org/Wiki/CMake_Testing_With_CTest Basically: ENABLE_TESTING() INCLUDE(Dart) Then make Experimental should send an experimental submission to the public dashboard. -Bill At 07:21 PM 7/20/2006, Brandon J. Van Every wrote: