|
Message-ID: <20150417165022.GA2405@openwall.com> Date: Fri, 17 Apr 2015 19:50:22 +0300 From: Aleksey Cherepanov <lyosha@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Improving Johnny Mathieu, On Fri, Apr 17, 2015 at 12:25:03PM -0400, Mathieu Laprise wrote: > 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. Ok. Good luck! > > 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! > > > > > > > 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. Great! Thanks! -- Regards, Aleksey Cherepanov
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.