chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] pathnames working


From: Brandon J. Van Every
Subject: [Chicken-users] pathnames working
Date: Mon, 24 Jul 2006 12:52:37 -0700
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

felix winkelmann wrote:


- Compilation and dynamic loading:

 ;;; x.scm
 (print 123)

 csc -s x.scm
 csi -nbq x                   (should load x.[so|dll])

- Extension test:

 rm x.so       / del x.dll
 chicken-setup x         ; the file above
 csi -R x

If dynamic loading works, one usually has most things covered.


These work now, on both MinGW and VC++.  Basically I quotewrapped a lot
of stuff.  I also discovered that INSTALL_INCLUDE_HOME needs another
class of string handling yet again.  Changes have been pushed to Darcs.
I won't declare victory until others have tried this out, but it's
definitely the endgame now.


Cheers,
Brandon Van Every






reply via email to

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