Just for the record, the first revision that builds with clang is 522, which, ironically, is one revision beyond 5.6.1, the version I was using. -E
On Wed, Mar 14, 2012 at 3:48 AM, Liviu <[email protected]> wrote: > On Mar 13, 11:47 pm, Elliot Saba <[email protected]> wrote: > > Hey, I'm trying to build cryptopp with clang on OSX 10.7 (Apple clang > > version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn), Target: > > x86_64-apple-darwin11.3.0) > > and when I make, I get the following error: > > FWIW, I have gone through the same, building with the compiler that > comes with the latest XCode. The errors are indicative of a compliant, > modern compiler and are caused by name lookup which cannot find > unqualified names from dependent bases. I have qualified such names > with this-> > > HTH > > -- > You received this message because you are subscribed to the "Crypto++ > Users" Google Group. > To unsubscribe, send an email to > [email protected]. > More information about Crypto++ and this group is available at > http://www.cryptopp.com. > -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
