0

I'm trying to compile qt with sqlcipher.

But I am getting an error in the command make .

make Error: enter image description here

Anyone have any idea how to solve the error?

user628298
  • 287
  • 2
  • 14
  • Please use text for the error message, not screenshot. It is simple to copy/paste text out of the console. – László Papp Apr 14 '14 at 03:17
  • Do you have OpenSSL on your PC? Please, show your configure string and PATH variable – Guinness Apr 14 '14 at 05:26
  • 1
    Here is similar problem: https://qt-project.org/forums/viewthread/27754 . It points on missing `zlib` library. – vahancho Apr 14 '14 at 06:31
  • zlib installed `zlib1.dll /mingw/bin - zconf.h zlib.h /mingw/include - libz.a libz.dll.a /mingw/lib`. But still with same error. Any idea how to resolve the error? – user628298 Apr 14 '14 at 14:46
  • @Guinness Hello, PATH C:\OpenSSL-Win32; C:\MinGW – user628298 Apr 14 '14 at 20:52
  • @user628298 can you show your "configure string"? – Guinness Apr 15 '14 at 05:18
  • @Guinness "configure string" what would it be? fstab of mingw? – user628298 Apr 15 '14 at 12:50
  • 1
    @user628298 it`s how you configure Qt before build it. For example, configure -static -debug-and-release -opensource -opengl desktop -platform win32-g++ – Guinness Apr 16 '14 at 05:32
  • @Guinness Hello, the zlib error, resolved. `./configure -platform win32-g++` But I got another problem, now it reports the `make` when accessing `/ src / widgets / widgets.pro` a window of `uic.exe alert` appears and informs `Qt5Core.dll not found` – user628298 Apr 16 '14 at 15:37
  • @Guinness Added the `qt lib` in `mingw/bin`. Success in compile:) Thank you very much for your attention and help. :) – user628298 Apr 16 '14 at 21:17

0 Answers0