You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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:
And I don't have neither knowledge or time to deal with it.
The text was updated successfully, but these errors were encountered: