Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 17 Apr 2015 12:25:03 -0400
From: Mathieu Laprise <mathlaprise@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Improving Johnny

I read all your messages but I won't have time today to continue working on
this as I have big final exams next week. I did some but I'll continuer
later. Regarding this part of the message that you wrote:


>
> I guess Shinnok broke support for Qt4:
>
> $ qmake
> $ make
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
> -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp
> main.cpp:7:34: fatal error: QtWidgets/QApplication: No such file or
> directory
>  #include <QtWidgets/QApplication>
>                                   ^
> compilation terminated.
> Makefile:260: recipe for target 'main.o' failed
> make: *** [main.o] Error 1
>
> So I did not really try your code yet.
>
>
> Thanks!
>
> --
> Regards,
> Aleksey Cherepanov
>


I added a commit
https://github.com/math07/johnny/commit/f8501317bb714086db1c9da96c301bbd91250b3e
to fix this. I have both Qt 4.X and 5.X installed on my computer and it
worked on both after this fix.

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.