-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
version.h file not found? #213
Comments
Hi Leon, How are you compiling this?
|
@jedisct1 use pod, libtoolize not found leiyongdeMacBook-Pro:BLEMeshChat-master leiyong$ pod install CocoaPods 0.35.0 is available. For more information see http://blog.cocoapods.org Fetching podspec for autogen.sh: line 13: libtoolize: command not found |
Hi Leon, Cocoapods is not a tested or supported way to use libsodium. Bugs regarding the Cocoapods spec should be reported directly to its maintainer. I'd have loved to take a look, but incidentally, Cocoapods is down. So is Rubygems, required to install it. What a great day :) Neither That said, you can work around the
|
Rubygems is backed by DNSimple, and I suspect Cocoapods is too. DNSimple have been having some... issues all day thanks to a significant attack. They should be back up at some point. The status blog is here. Small note on You'd need to change references in the files that reference |
Indeed, Apple shipping an incompatible But libsodium's |
I found libtool in the system already exist。 leiyongdeMacBook-Pro:InterstitialExample leiyong$ which libtool |
The default
Still, you don't need libtool if you are installing a release (from https://download.libsodium.org/ or https://github.com/jedisct1/libsodium/releases) |
Cool. I presumed it must have been because I haven't needed to patch the
Nope.
|
You can also install |
I modified the podspec for use in an iOS project of mine, seems to work well (including version.h): https://github.com/chrisballinger/BLEMeshChat/blob/master/Podspecs/libsodium.podspec.json |
For iOS, you can also download a libsodium release and type |
Hi, Good morning to All Friends. I try installed libtool success, But with new problem. in the autogen.sh line 14 leiyongdeMacBook-Pro:BLEMeshChat-master leiyong$ brew install libtool leiyongdeMacBook-Pro:BLEMeshChat-master leiyong$ pod install glibtoolize: putting auxiliary files in `.'. glibtoolize: linking file `./ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. glibtoolize: linking file `m4/libtool.m4' glibtoolize: linking file `m4/ltoptions.m4' glibtoolize: linking file `m4/ltsugar.m4' glibtoolize: linking file `m4/ltversion.m4' glibtoolize: linking file `m4/lt~obsolete.m4' |
aclocal is part of |
@leiyong316 Oh lol, you're compiling BLEMeshChat? It's just a proof-of-concept at this point, please don't use it for anything serious. Try |
@chrisballinger yes, compiling BLEMeshChat |
thanks to all |
@jedisct1 hi , xcode 6.1 build error
The text was updated successfully, but these errors were encountered: