chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] issue with sxml-transforms on cygwin


From: Ashish Shrestha
Subject: [Chicken-users] issue with sxml-transforms on cygwin
Date: Wed, 25 Jan 2006 16:45:08 +0000

Hi,

Installing the sxml-transforms egg on Windows under cygwin fails. The egg expects to install sxml-transforms.dll and sxml-to-sxml.dll. However, because of the first two lines (csc with -o parameter) the code compiles to *.so even on Windows. Removing the -o parameter does create the write dlls but in the chicken subdirectory instead of the current directory. This causes the installation to fail.

I removed the -o parameter and then copied the dlls from chicken subdirectory to the parent directory and reran the setup. This successfully installed the extension on cygwin. Just wanted to raise the issue so it can be fixed.

Cheeers,
Ashish

reply via email to

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