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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
