RE: [trojita] Build Errors On Windows

2013-09-02 Thread Joseph W Joshua
> This is interesting. People who have built on Windows said that the > default installation of Qt ships with zlib *and* makes it available to the > library users. > What version of Qt do you use? Have you compiled it yourself? How? > What compiler/toolchain are you using? > I have tried using Q

[trojita] Build Errors On Windows

2013-09-02 Thread Joseph W Joshua
Hello, I have been trying to build on windows all weekend, but to no avail. I am using a fresh windows install with Qt 4.8.1, and cmake 2.8.11.2. I am not sure whether it is a fault on my side, or otherwise: 1. The first issue was about zlib. At the website (http://trojita.flaska.net/d

[trojita] Build Errors On Windows

2013-09-02 Thread Joseph W. Joshua
Hello, I have been trying to build on windows all weekend, but to no avail. I am using a fresh windows install with Qt 4.8.1, and cmake 2.8.11.2. 1. The first issue was about zlib. At the website (http://trojita.flaska.net/download.html), it says that zlib is optional, and yet the build alway

Re: [trojita] Windows Build Error

2013-09-02 Thread Joseph W. Joshua
> Hello, I do not have any (real) windows system and I cannot > reproduce this error with cross compilers. > > But is this that problematic line? > > string(REGEX REPLACE "" "/" QTDIR $ENV{QTDIR}) > > If yes, then can you debug which value is stored in QTDIR? Maybe > $ENV{QTDIR} is empty an

RE: [trojita] Windows Build Error

2013-09-02 Thread Joseph W Joshua
> Hello, I do not have any (real) windows system and I cannot reproduce this > error with cross compilers. > > But is this that problematic line? > > string(REGEX REPLACE "" "/" QTDIR $ENV{QTDIR}) > > If yes, then can you debug which value is stored in QTDIR? Maybe > $ENV{QTDIR} is empty and

Re: [trojita] Windows Build Error

2013-09-01 Thread Joseph W. Joshua
> This problem should be fixed in trojita git master. > > -- > Pali Rohár > pali.ro...@gmail.com > Hello Pali, I am now getting this error on windows: CMake Error at CMakeLists.txt:108 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command. Joshua

Re: [trojita] Windows Build Error

2013-08-31 Thread Joseph W. Joshua
> This problem should be fixed in trojita git master. > > -- Thanks alot guys. Looking to add some features to this great project.

[trojita] Windows Build Error

2013-08-30 Thread Joseph W. Joshua
Hello all, I am trying to build on windows, but i'm getting the following errors: C:\Dev\svns\trojita\master\trojita-trojita\src\mimetypes-qt4\io\qstandardpaths_win.cpp:45:38: error: private/qsystemlibrary_p.h: No such file or directory C:\Dev\svns\trojita\master\trojita-trojita\src\mimetypes-q

Re: [trojita] Server Response Error

2013-01-29 Thread Joseph W Joshua
On 01/29/2013 03:51 PM, Joseph W Joshua wrote: Hi, I am getting this error when connecting to my IMAP server: The underlying socket is having troubles when processing connection to 192.168.0.245:110: Error during SSL handshake: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown

[trojita] Server Response Error

2013-01-29 Thread Joseph W Joshua
Hi, I am getting this error when connecting to my IMAP server: The underlying socket is having troubles when processing connection to 192.168.0.245:110: Error during SSL handshake: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol What could be the cause?