chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Bundling chicken.


From: Robin Lee Powell
Subject: Re: [Chicken-users] Bundling chicken.
Date: Tue, 17 Jul 2007 12:32:56 -0700
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, Jul 17, 2007 at 09:04:27AM -0700, Robin Lee Powell wrote:
> On Mon, Jul 16, 2007 at 10:07:00AM -0700, Robin Lee Powell wrote:
> > On Mon, Jul 16, 2007 at 08:25:16AM +0200, felix winkelmann wrote:
> > > On 7/15/07, Robin Lee Powell <address@hidden>
> > > wrote:
> > > >
> > > >I've got an app that is almost 1.0 ready.  I've seen the page
> > > >on what C files you have to bundle to allow things to be
> > > >compiled by people that don't have Chicken, but what I'm
> > > >unclear on is what you have to do to allow people to run an app
> > > >that includes eggs. Can anyone give me pointers?
> > > 
> > > What eggs are you using for the app?
> > 
> > (use xmms2client)
> > (use lolevel)
> > (use srfi-1)
> > (use fmt)
> > (use cdk)
> > (use utils)
> > 
> > Two of those (cdk and xmms2client) are my own, which I'm intending
> > to release as part of this.
> > but should be easy to build on if people ask for things.  The
> > xmms2 xmmsclient binding is fairly complete.
> 
> They're also the ones I'm having trouble with:
> 
> Error: (require) can not load extension: xmms2client

I eventually found
http://galinha.ucpel.tche.br:8080//linking%20eggs%20statically
(which appears to be orphaned, by the way) and things are working
now.

-Robin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]