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

Build script for github libical repo? #14

Open
oooits72 opened this issue Oct 28, 2014 · 1 comment
Open

Build script for github libical repo? #14

oooits72 opened this issue Oct 28, 2014 · 1 comment

Comments

@oooits72
Copy link

There is no bootstrap executable anymore in github version of libical. So I can't use currents scripts to build new versions of libical. I'm trying to fix few lines in script like so:

# replace
./bootstrap
./configure --prefix="$OUTPUT_DIR"

# with
cmake $LIBRARY_DIR

but have no luck. Build fails with arm archs.

In /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/usr/include/machine/_types.h

I got error ("architecture not supported") here:

#if   defined (__arm__) || defined (__arm64__)
#include "arm/_types.h"
#else
#error architecture not supported
#endif

And I don't have neither knowledge or time to deal with it.

@oooits72
Copy link
Author

Would be great to make libical pod and build in target machine like OpenSSL do

But it's just my dreams...

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

No branches or pull requests

1 participant