rpetrich / libactivator

Centralized gestures and button management for iOS
http://rpetri.ch/cydia/activator/
181 stars 40 forks source link

Compile Error #150

Open searockcliff opened 12 years ago

searockcliff commented 12 years ago

Hello,

I get below errors when compiling it with Xcode 4.2.1 and IOS 5 SDK:

it submodule update --init --recursive Submodule 'Localization' (git://github.com/rpetrich/Localization.git) registered for path 'Localization' Submodule 'framework' (git://github.com/rpetrich/theos.git) registered for path 'framework' Cloning into Localization... remote: Counting objects: 1795, done. remote: Compressing objects: 100% (531/531), done. remote: Total 1795 (delta 926), reused 1726 (delta 858) Receiving objects: 100% (1795/1795), 383.68 KiB | 56 KiB/s, done. Resolving deltas: 100% (926/926), done. Submodule path 'Localization': checked out '1b098e1407a0806dce6f8b69213d2b4019c7b10f' Cloning into framework... remote: Counting objects: 3852, done. remote: Compressing objects: 100% (1363/1363), done. remote: Total 3852 (delta 2433), reused 3771 (delta 2362) Receiving objects: 100% (3852/3852), 535.12 KiB | 25 KiB/s, done. Resolving deltas: 100% (2433/2433), done. Submodule path 'framework': checked out 'bb0081edc893ceea7efae78ae33d4e51a7e0619a' Submodule 'include' (git://github.com/rpetrich/iphoneheaders.git) registered for path 'include' Cloning into include... remote: Counting objects: 4084, done. remote: Compressing objects: 100% (1992/1992), done. remote: Total 4084 (delta 2135), reused 4007 (delta 2065) Receiving objects: 100% (4084/4084), 1.96 MiB | 48 KiB/s, done. Resolving deltas: 100% (2135/2135), done. Submodule path 'include': checked out '8b31babf6777fe8a3eb85d0de7f5f79b26e1de5f' Submodule 'CaptainHook' (git://github.com/rpetrich/CaptainHook.git) registered for path 'CaptainHook' Cloning into CaptainHook... remote: Counting objects: 97, done. remote: Compressing objects: 100% (37/37), done. remote: Total 97 (delta 30), reused 96 (delta 29) Receiving objects: 100% (97/97), 18.93 KiB, done. Resolving deltas: 100% (30/30), done. Submodule path 'CaptainHook': checked out '9b35725e37c278429d14958f81ec92a77ef65716' make MAKELEVEL=0 all Making all for library libactivator... Warning! No files to link. Please check your Makefile! Make sure you set libactivator_FILES (or similar variables) Linking library libactivator... arm-apple-darwin10-llvm-g++-4.2: no input files

rpetrich commented 12 years ago

Not certain what could have caused that. Just did a fresh clone and it built all the files properly. For reference, here's what I did:

git clone git://github.com/rpetrich/libactivator.git
cd libactivator
make messages=yes