[Chessx-users] [1.1.0] several compilation error
Chess Database and PGN viewer
Brought to you by:
hognose
From: Pietro <ilc...@ya...> - 2014-07-25 09:14:55
|
Hi all, I am trying to compile version 1.1.0 on ubuntu 14.04 laptop. I have Qt5.3. I find so many error in compilation that I start wondering if the tar.gz uploaded in the web-site is the right one! First, the make process couldn't find the file chessx_de.qm in the directory /i18n. I looked at it and there is no such file, but chessx_de.ts, so I modified the file resource.h to find that. Then I started again the compilation, but this time I receive the following error In file included from src/quazip/quazip.h:31:0, from src/gui/mainwindow.cpp:38: src/quazip/zip.h:56:18: fatal error: zlib.h: No such file or directory #include <zlib.h> ^ compilation terminated. make: *** [obj_rel/mainwindow.o] Error 1 and, in fact, I looked for that file through all the src but it's not anywhere. Could you please give me some hints? Best |