connection kit
connection kit
- Subject: connection kit
- From: "cocoa lite" <email@hidden>
- Date: Thu, 13 Sep 2007 06:53:58 -0700
I downloaded connection kit from
http://opensource.utr-software.com/source/connection and tried to do a
build. It looks like it compiled OK, but when it tried to link, it had the
following error.
/usr/bin/install_name_tool: more than one input file specified
(Builds/Release/DropletHelper.app/Contents/MacOS/DropletHelper and
/Users/cocoalite/Documents/development/Cocoa)
Usage: /usr/bin/install_name_tool [-change old new] ... [-id name] input
Command /bin/sh failed with exit code 1
This is the script it was trying to run:
/Users/cocoalite/Documents/development/Cocoa
Builds/Connection.build/Release/DropletHelper.build/Script-
7983ED650B0C749800F5078E.sh
Here is the contents:
#!/bin/sh
/usr/bin/install_name_tool -change
@executable_path/../Frameworks/Connection.framework/Versions/A/Connection
@executable_path/../../../../Connection
$CONFIGURATION_BUILD_DIR/DropletHelper.app/Contents/MacOS/DropletHelper
I looked through the archives and googled for it, but didn't find anything.
I'm using Xcode 2.4.1 if that helps. Any ideas?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden