chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] chicken & MinGW - path issue and work-around


From: Felix
Subject: Re: [Chicken-users] chicken & MinGW - path issue and work-around
Date: Wed, 13 Jul 2011 17:16:34 +0200 (CEST)

> So chicken is a hybrid. Interesting that everything else works as
> expected from inside MSYS/MinGW.

Well, not really a hybrid. Some operations by chicken-install go through
the shell, where MSYS will do path-translations. But some operations
are directly done using file-system procedures. It's an unfortunate
situation, but it works.

> 
> Rebuilt with a Windows path as PREFIX and chicken-install works
> without complaining.

Excellent.

> 
> Installed the tk egg but the simple hello program cannot find wish.

It must be in your path. If it is named differently on your system,
execute 

  (set! *wish-program* "<however wish is called on your system>")

before doing any other tk-related operations.


cheers,
felix



reply via email to

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