Open MyPod-zz opened 13 years ago
I hit this problem a while back... I am fairly sure I just removed the reference to librt from the Makefile and it still worked.
Removing didn't help me out. I found the 0.3.1 edition of librt (it would be nice if they post links to the software we should have...) and I have newer issues. From what I've been able to read, it's not designed to work with mac. CC = egcs -> CC = gcc
Now dealing with: " *\ rtbintree.c time gcc -MMD -DUSE_FIXED_PROTOTYPES -I../include -I- -ansi -c -pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations rtbintree.c cc1: note: obsolete option -I- used, please use -iquote instead rtbintree.c: In function ‘rtbintreeInsert’: rtbintree.c:771: error: label at end of compound statement 0.06 real 0.03 user 0.01 sys make: * [rtbintree.o] Error 1 "
The Real Time library (librt) doesn't work on Mac OS X, although there is some equivalents in the frameworks in Mac OS X...
And I have just built it on Mac OS X without librt and it successfully deactivated and reactivated my iPod...
I'll try again, yet I think if something is distributed as source code, it should be universally buildable and the more platform-independent as possible.
It is really designed for Linux, as you can use iTunes on Mac/Winbl0ws
Have you succeeded/ever tries to build xPwn on Mac? My Cmake fails at 96% due improper c++ declarations
How is that related? My branch builds fine on Mac...
Could you mail me back the repository and possibly the build?
Il giorno 23/mag/2011, alle ore 15:03, boxingcowreply@reply.github.com ha scritto:
How is that related? My branch builds fine on Mac...
Reply to this email directly or view it on GitHub: https://github.com/posixninja/ideviceactivate/issues/11#comment_1221475
Build of XPwn? Or ideviceactivate? The repository is git://github.com/boxingcow/xpwn
The repository I found was different… I'll try to build this evening.
Il giorno 23/mag/2011, alle ore 18:58, boxingcowreply@reply.github.com ha scritto:
Build of XPwn? Or ideviceactivate? The repository is git://github.com/boxingcow/xpwn
Reply to this email directly or view it on GitHub: https://github.com/posixninja/ideviceactivate/issues/11#comment_1222774
That doesn't build in Mac to my knowledge... Do you need that library? The rest of XPwn is built though...
Cmake doesn't allow to perform make install before the build has been done fully. Beside, I need that library and your git repo worked, even if it's not complete...
Il giorno 25/mag/2011, alle ore 20:08, boxingcowreply@reply.github.com ha scritto:
That doesn't build in Mac to my knowledge... Do you need that library? The rest of XPwn is built though...
Reply to this email directly or view it on GitHub: https://github.com/posixninja/ideviceactivate/issues/11#comment_1237075
My git repo is complete... I have removed some obsolete things and things which no longer have any use. For example 'ipsw' hasn't worked since iOS 3.1.3, and 'xpwn' was for iOS 1.1.4. Also CMake doesn't install properly... I don't understand.. Why do you want this? How is this relevant to ideviceactivate?
I'd like to know if libcsc, successor of librt, is a valid alternative; or if you can show me a link from where download the old lib. Using Mac OS X 10.6.7 on MacBook Pro. Thanks for any answer,