chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] chicken 1.70 - using chicken-setup to install make.egg


From: actuary77
Subject: [Chicken-users] chicken 1.70 - using chicken-setup to install make.egg
Date: Wed, 27 Oct 2004 14:57:01 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040817 MultiZilla/1.6.4.0b


I have built chicken 1.70 using ms .net 2003.
I am trying to install the make extension "make.egg"
I have the following environment variable set:


CHICKEN_HOME=C:\BIN\CHICKEN
CHICKEN_INCLUDE_PATH=c:\bin\chicken;c:\bin\chicken\include;
CHICKEN_REPOSITORY=c:\bin\chicken\eggs


C:\bin\chicken

>chicken-setup.scm make
,---.|    o     |
|    |---..,---.|__/ ,---.,---.
|    |   |||    |  \ |---'|   |
`---'`   '``---'`   ``---'`   '
Version 1, Build 70 - windows-msvc-x86
(c)2000-2004 Felix L. Winkelmann
; loading C:\bin\chicken\chicken-setup.scm ...
; loading library srfi-1 ...
Error: unbound variable: c-string      <<---------------------------------


To test that all the reguired extensions are available.......


C:\bin\chicken

>csi
,---.|    o     |
|    |---..,---.|__/ ,---.,---.
|    |   |||    |  \ |---'|   |
`---'`   '``---'`   ``---'`   '
Version 1, Build 70 - windows-msvc-x86
(c)2000-2004 Felix L. Winkelmann
#;1> (require 'srfi1)
Error: (require) can not load extension: srfi1
#;1> (require 'srfi-1)
; loading library srfi-1 ...
#;2> (require 'regex)
; loading library regex ...
#;3> (require 'posix)
; loading library posix ...
#;4> (require 'tcp)
; loading library tcp ...
#;5> (load 'chicken-setup)
Error: (load) bad argument type - not a port or string: chicken-setup
#;5> (load "chicken-setup.scm")
; loading chicken-setup.scm ...
Error: unbound variable: c-string
#;5> (exit)


I am getting the following error:

Error: unbound variable: c-string



Any help would be greatly appreciated.

Thanks,

David Koch
address@hidden











reply via email to

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