posixninja / ideviceactivate

A simple utility to handle the activation process for iPhones
GNU General Public License v3.0
164 stars 89 forks source link

Librt dismissed. #11

Open MyPod-zz opened 13 years ago

MyPod-zz commented 13 years ago

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,

boxingcow commented 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.

MyPod-zz commented 13 years ago

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 "

boxingcow commented 13 years ago

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...

MyPod-zz commented 13 years ago

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.

boxingcow commented 13 years ago

It is really designed for Linux, as you can use iTunes on Mac/Winbl0ws

MyPod-zz commented 13 years ago

Have you succeeded/ever tries to build xPwn on Mac? My Cmake fails at 96% due improper c++ declarations

boxingcow commented 13 years ago

How is that related? My branch builds fine on Mac...

MyPod-zz commented 13 years ago

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

boxingcow commented 13 years ago

Build of XPwn? Or ideviceactivate? The repository is git://github.com/boxingcow/xpwn

MyPod-zz commented 13 years ago

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

MyPod-zz commented 13 years ago

I got tris problem:

http://planetbeing.lighthouseapp.com/projects/15246/tickets/29-unable-to-build-on-mac-106

boxingcow commented 13 years ago

That doesn't build in Mac to my knowledge... Do you need that library? The rest of XPwn is built though...

MyPod-zz commented 13 years ago

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

boxingcow commented 13 years ago

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?

conggi commented 7 years ago

https://github.com/posixninja/ideviceactivate/issues/1#login_1222774