Re: [cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-17 Thread Jeffrey Walton
On Wed, Jan 17, 2018 at 2:43 PM, wrote: > Still the same. I tried to uninstall cryptopp and cryptopp-devel packages, > then do dnf clean all, then install the packages back and still the same > error. The problem is somewhere in this line: > CryptoPP::FileSource

Re: [cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-17 Thread zavodnyrichard
Still the same. I tried to uninstall *cryptopp* and *cryptopp-devel* packages, then do *dnf clean all*, then install the packages back and still the same error. The problem is somewhere in this line: CryptoPP::FileSource createFileFingerprint(filePath.c_str(), true, new

Re: [cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-15 Thread zavodnyrichard
What you mean by "entire build process"? I have installed CryptoPP from Fedora repos (5.6.3), then for build I do *g++ main.cpp -o main -std=c++17 -lcryptopp*. Nothing more. I don't use CMake and Make for this program yet. The error I get is pasted on Pastebin. Also, I want apology for my

Re: [cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-15 Thread Jeffrey Walton
On Mon, Jan 15, 2018 at 9:50 AM, wrote: > Any toughts? You have not provided enough information. Please provide the entire build process for your program and the library. Be sure it includes your call to make, the compile commands used to compile source files, the

[cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-15 Thread zavodnyrichard
Any toughts? Dne sobota 13. ledna 2018 14:20:36 UTC+1 zavodny...@gmail.com napsal(a): > > Does anybody know why I'm getting this error? > https://pastebin.com/YeGA4dgN > > I just want make fingerprint of a file and put it into string. > CryptoPP::SHA256 sha256Hasher; > > CryptoPP::FileSource

[cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-13 Thread zavodnyrichard
Oh sorry... If i add the *-Wall* option it show nothing more. I still getting the same error as I pasted into Pastebin. Dne sobota 13. ledna 2018 20:04:39 UTC+1 Jeffrey Walton napsal(a): > > > > On Saturday, January 13, 2018 at 11:42:22 AM UTC-5, zavodny...@gmail.com > wrote: >> >> The entire

[cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-13 Thread Jeffrey Walton
On Saturday, January 13, 2018 at 11:42:22 AM UTC-5, zavodny...@gmail.com wrote: > > The entire command to compile my project is *g++ main.cpp -o main > -std=c++17 -lcryptopp*. *-Wall* option, show nothing. > When the compile command completes by showing nothing, that means it succeeded.

[cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-13 Thread zavodnyrichard
The entire command to compile my project is *g++ main.cpp -o main -std=c++17 -lcryptopp*. *-Wall* option, show nothing. Dne sobota 13. ledna 2018 16:39:06 UTC+1 Jeffrey Walton napsal(a): > > > > On Saturday, January 13, 2018 at 8:20:36 AM UTC-5, zavodny...@gmail.com > wrote: >> >> Does anybody

Re: [cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-13 Thread zavodnyrichard
5.6.3 from Fedora repo. Dne sobota 13. ledna 2018 16:39:15 UTC+1 Marcel Raad napsal(a): > > Am 13.01.2018 14:29 schrieb : > > Using the G++ option *-lcryptopp*. The program will compile if I keep the > *CryptoPP::SHA256 > sha256Hasher;* and comment the FileSource. > > >

Re: [cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-13 Thread Marcel Raad
Am 13.01.2018 14:29 schrieb : Using the G++ option *-lcryptopp*. The program will compile if I keep the *CryptoPP::SHA256 sha256Hasher;* and comment the FileSource. OK, now that's strange. What version of Crypto++ is this? Are you building it yourself or are you using

[cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-13 Thread Jeffrey Walton
On Saturday, January 13, 2018 at 8:20:36 AM UTC-5, zavodny...@gmail.com wrote: > > Does anybody know why I'm getting this error? > https://pastebin.com/YeGA4dgN > Show the entire build process for your program. Be sure it includes your call to make, the compile commands used to compile

[cryptopp-users] Re: Undefined reference to BufferedTransformation

2018-01-13 Thread zavodnyrichard
Using the G++ option *-lcryptopp*. The program will compile if I keep the *CryptoPP::SHA256 sha256Hasher;* and comment the FileSource. Dne sobota 13. ledna 2018 14:20:36 UTC+1 zavodny...@gmail.com napsal(a): > > Does anybody know why I'm getting this error? > https://pastebin.com/YeGA4dgN > >