Steam and related tools fail on cygwin
Reported by Jakob Kruse | October 20th, 2008 @ 12:58 AM
Hi,
Running "steam create Test" on a Windows box with Cygwin and the Cappuccino 0.55 tools fails with error message:
cp: cannot stat `C:\\usr\\local\\share\\objj\\lib\\NewApplication': No such file or directory
This is a result of not sending OBJJ_LIB thru cygpath like CLASSPATH and STEAM_BUILD. Adding this line in the Cygwin specific part of the steam script fixes the problem:
OBJJ_LIB=`cygpath -wp "$OBJJ_LIB"`
Comments and changes to this ticket
-
Ross Boucher October 20th, 2008 @ 08:22 AM
- Assigned user set to Tom Robinson
-
Tom Robinson January 29th, 2009 @ 07:03 PM
- State changed from new to assigned
We should remove the Cygwin dependency by writing Windows equivalents to the shell scripts. There's not really a good reason for it, and it seems to be more trouble than it's worth.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.