ChatSecure / OnionKit

Objective-C Tor Wrapper Framework for iOS
Other
41 stars 19 forks source link

OnionKit block the compilation of ChatSecure #1

Open semanticyong opened 10 years ago

semanticyong commented 10 years ago

onionkit error I tried lots of ways way1: compile directly, fail

way2: comment 'micro-revision.i' related, fail

way3: bash build-tor.sh fail Branch tor-0.2.4.21-chatsecure set up to track remote branch tor-0.2.4.21-chatsecure from origin. Switched to a new branch 'tor-0.2.4.21-chatsecure' autogen.sh: line 20: aclocal: command not found

chrisballinger commented 10 years ago

I am working on fixing this by making it easier to compile via Cocoapods

On Thursday, July 31, 2014, semanticyong notifications@github.com wrote:

[image: onionkit error] https://cloud.githubusercontent.com/assets/5764296/3762925/7ccc4220-189c-11e4-97d3-b3c34854b1d1.png I tried lots of ways way1: compile directly, fail

way2: comment 'micro-revision.i' related, fail

way3: bash build-tor.sh fail Branch tor-0.2.4.21-chatsecure set up to track remote branch tor-0.2.4.21-chatsecure from origin. Switched to a new branch 'tor-0.2.4.21-chatsecure' autogen.sh: line 20: aclocal: command not found

— Reply to this email directly or view it on GitHub https://github.com/ChatSecure/OnionKit/issues/1.

semanticyong commented 10 years ago

this nice guy Kage2021 helped solve the OnionKit problem. https://github.com/Kage2021/OnionKit.git I already built OnionKit successfully from that git rep. but how do I use this to replace the one in ChatSecure, thank you all guys.

iparq commented 9 years ago

Not really interested in using cocoapods - please maintain a non-cocoapods version.