chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] chicken 1.70 - using chicken-setup to install make.e


From: felix winkelmann
Subject: Re: [Chicken-users] chicken 1.70 - using chicken-setup to install make.egg
Date: Mon, 1 Nov 2004 08:27:47 +0100

> 
> What you should do is compile the stuff by hand:
> 
> csc make-support.scm -s -O2 -d0
> copy make.scm %CHICKEN_REPOSITORY%
> copy make-support.dll %CHICKEN_REPOSITORY%
> 
> and execute "(require-extension make)" in your code.
> 

One more thing: put a file with these contents into
your CHICKEN_REPOSITORY directory:

((syntax) (require-at-runtime make-support))


[Still untested, more answers tonight]

cheers,
felix




reply via email to

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