jetrois / itransmission

Automatically exported from code.google.com/p/itransmission
0 stars 0 forks source link

Errors in libtransmission build.sh script #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. git clone repository
2. cd into make_depend directory
3. sh build.sh

What is the expected output? What do you see instead?

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   167  100   167    0     0    985      0 --:--:-- --:--:-- --:--:--  1294
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
build.sh: line 228: pushd: transmission-2.41: No such file or directory
build.sh: line 232: ./configure: No such file or directory
cp: 
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.
sdk/usr/include/net/route.h: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
find: ./libtransmission: No such file or directory
build.sh: line 248: popd: directory stack empty

What version of the product are you using? On what operating system?
Mac OS X 10.7.3, XCode 4.3.2, iOS 5.1 SDK

Original issue reported on code.google.com by michael....@gmail.com on 19 Apr 2012 at 4:07