Re: Having trouble compiling cryptopp with vs 2013 for x86_64

2016-04-06 Thread Jeffrey Walton
On Wednesday, April 6, 2016 at 12:56:13 PM UTC-4, Freddy Martinez wrote: > > Hi guys... I have the cryptopp code inside my Qt Project and before I try > to compile it with vs 2013, I always compile it with mingw and everything > was fine. Now, I had download the Qt 5.5.1 version for vs 2013

Re: secblock.h and cryptopp-authenc.cpp dont compile

2016-04-06 Thread Jeffrey Walton
On Wednesday, April 6, 2016 at 3:19:28 PM UTC-4, Bob Devon wrote: > > > Thanks a lot! works fine... more fun to play now! > Very good. You might want to grab the entire secblock.h file from GitHub and overwrite Gentoo's version. There are two other fixes in there that may be helpful to you

secblock.h and cryptopp-authenc.cpp dont compile

2016-04-06 Thread Bob Devon
I compiled and built Crypto++ Library 5.6.3 no problem ! I compiled and ran examples Serpent GCM, Twofish EAX no

Re: secblock.h and cryptopp-authenc.cpp dont compile

2016-04-06 Thread Jeffrey Walton
> here the compile error: > g++ -g -O2 -DNDEBUG -I/usr/include/cryptopp cryptopp-authenc.cpp -o test > -lcryptopp -lpthread > In file included from cryptopp-authenc.cpp:20:0: > /usr/include/cryptopp/secblock.h: In instantiation of > ‘CryptoPP::SecBlock CryptoPP::SecBlock

Re: secblock.h and cryptopp-authenc.cpp dont compile

2016-04-06 Thread Bob Devon
Thanks a lot! works fine... more fun to play now! -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Crypto++ and this group is available at

Re: Having trouble generating an MD5 from a string.

2016-04-06 Thread Leighb2282
Eugh! apparently something isn't right because dropping -std=c++11 didn't work, the library looks to be in the correct place so I am wondering if it is am issue between the pre-compiled packages that Ubuntu are providing and how I am trying to compile my code. I may just look to pulling the

Re: Having trouble generating an MD5 from a string.

2016-04-06 Thread Leighb2282
Aha! thanks greatly for that link! it held the key to getting it to work with the default packages! I was already using libcrypto++-dev as you suggested BUT looking through that Linux_Distributions link I found out that when trying to compile my code I was putting the -lcryptopp flag in the

Re: Having trouble generating an MD5 from a string.

2016-04-06 Thread Jeffrey Walton
On Wednesday, April 6, 2016 at 1:47:25 AM UTC-4, Leighb2282 wrote: > > dang, I should have seen that - a latter reference has the ::Weak:: added > to it for the hash line. > > Sadly, this seems to make g++ throw out a whole HECK of a lot of errors > which I have not seen before, I don't know

Having trouble compiling cryptopp with vs 2013 for x86_64

2016-04-06 Thread Freddy Martinez
Hi guys... I have the cryptopp code inside my Qt Project and before I try to compile it with vs 2013, I always compile it with mingw and everything was fine. Now, I had download the Qt 5.5.1 version for vs 2013 and I'm getting this linker error: gcm.obj : error LNK2019: unresolved external