PDA

View Full Version : Problem with qt5 and cryptopp



januszmk
25th January 2013, 10:12
Hi.
Recently, I downloaded QT 5 from here http://releases.qt-project.org/digia/5.0.1/latest_successful/ (mingw version).
I was trying to compile and link the cryptopp library but I have lot of errors that I didn't have when I was using mingw with gcc in version 4.4 (qt 4)

cryptlib.cpp:-1: error:undefined reference to `_Unwind_Resume'
I tried to build with gcc, g++ but always the same error.
The version of gcc in mingw that I am using is 4.6.1, this is only version that is working with qt5 under windows, mingw with gcc 4.7 give me errors like:

:-1: error:[ui_about.h] Error -1073741515


Makefile.Debug:2333: recipe for target 'ui_about.h' failed
Any idea what could help?