12-13-2013, 07:40 AM
(This post was last modified: 12-13-2013, 08:11 AM by SamJBarney.)
Yeah, I usually have to pull down the submodules by hand as well.
As for the errors, I don't know why you're getting them. I am currently running 10.7.5; I'll pull down the latest version and give it a test and let you know what the issue is.
I have a quick question for you: Are you using the provided gcc, or one you built yourself?
It compiled fine for me, though I am using GNU gcc which I built myself.
What I'm thinking happened is something that I ran into when I was trying to make a XCode project for MCServer. Its because CRYPTOPP_DISABLE_ASM is not being defined, which is causing CryptoPP to fail to compile. I'll put a pull request in real quick and get that fixed.
As for the errors, I don't know why you're getting them. I am currently running 10.7.5; I'll pull down the latest version and give it a test and let you know what the issue is.
I have a quick question for you: Are you using the provided gcc, or one you built yourself?
It compiled fine for me, though I am using GNU gcc which I built myself.
What I'm thinking happened is something that I ran into when I was trying to make a XCode project for MCServer. Its because CRYPTOPP_DISABLE_ASM is not being defined, which is causing CryptoPP to fail to compile. I'll put a pull request in real quick and get that fixed.