Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shared object #3

Closed
corupta opened this issue Oct 17, 2014 · 3 comments
Closed

shared object #3

corupta opened this issue Oct 17, 2014 · 3 comments
Labels

Comments

@corupta
Copy link

corupta commented Oct 17, 2014

about 1.0.1
syntax error near unexpected token `GLOBAL_CFLAGS,'
when i run the ./autogen.sh or ./configure
about 1.0.0
no response(stays unactivated) from the phone when I run libideviceactivation activate (iphone 5s)
which models are supported?

@aktivx
Copy link

aktivx commented Oct 17, 2014

you need to place as-compiler-flag.m4 inside the m4 directory and add EXTRA_DIST=as-compiler-flag.m4 to the Makefile.am
It did not seam to work for iphone5 with icloud lock

@aktivx
Copy link

aktivx commented Oct 17, 2014

and also you have to change the LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/lib
otherwise it will give an error (cant load shared library libideviceactivation0.2 cant be found or something similar)

@FunkyM FunkyM added the bug label Oct 17, 2014
@FunkyM
Copy link
Member

FunkyM commented Oct 17, 2014

Missing a file. Fixed in git master.
All models are supported. LD_LIBRARY_PATH is not required if you just pass the right installation prefix to configure or autogen.sh like "--prefix=/usr" (on OS X with MacPorts it is /opt/local).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants