One more observation on that mac os version that works (lion) i get Lions-Mac-2:crypto++ User$ nm -g libcryptopp.so | c++filt | grep RandomPool::GenerateIntoBufferedTransformation | grep " T " 00000000001116b0 T CryptoPP::RandomPool::GenerateIntoBufferedTransformation(CryptoPP::BufferedTransformation&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long)
no __1 namespace.... so i would deduce from what informations i gathered qt is not using llvm and on the older mac needer is crypto++ but on the new we mac (yosemite) it uses LLVM:/ now the question is now do i force through the make file of crypto++ to not use llvm as it was on the older os? -- -- 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 Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
