13:49:31: Running steps for project GUI_aircrack-ng...
13:49:31: Starting: "/usr/lib/qt/bin/qmake" /home/salar/GUI_aircrack-ng/GUI_aircrack-ng.pro -r -spec linux-g++-32
13:49:31: The process "/usr/lib/qt/bin/qmake" exited normally.
13:49:31: Starting: "/usr/bin/make" -r -w
make: Entering directory '/home/salar/GUI_aircrack-ng/build'
g++ -c -m32 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++-32 -I../../GUI_aircrack-ng -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I. -o main.o ../main.cpp
In file included from /usr/include/c++/4.8.2/bits/stl_algo.h:59:0,
from /usr/include/c++/4.8.2/algorithm:62,
from /usr/include/qt/QtCore/qglobal.h:82,
from /usr/include/qt/QtCore/qnamespace.h:45,
from /usr/include/qt/QtCore/qobjectdefs.h:45,
from /usr/include/qt/QtCore/qobject.h:48,
from /usr/include/qt/QtCore/qabstractanimation.h:45,
from /usr/include/qt/QtCore/QtCore:4,
from /usr/include/qt/QtGui/QtGuiDepends:2,
from /usr/include/qt/QtGui/QtGui:3,
from ../main.cpp:2:
/usr/include/c++/4.8.2/cstdlib:178:10: error: expected unqualified-id before '__int128'
inline __int128
^
In file included from /usr/include/qt/QtCore/qdatetime.h:49:0,
from /usr/include/qt/QtCore/qlibraryinfo.h:46,
from /usr/include/qt/QtCore/QtCore:18,
from /usr/include/qt/QtGui/QtGuiDepends:2,
from /usr/include/qt/QtGui/QtGui:3,
from ../main.cpp:2:
/usr/include/c++/4.8.2/limits:1405:35: error: template argument 1 is invalid
struct numeric_limits<__int128>
^
/usr/include/c++/4.8.2/limits:1479:44: error: template argument 1 is invalid
struct numeric_limits<unsigned __int128>
^
In file included from ../mainwindow.h:7:0,
from ../main.cpp:5:
../configwifi.h:7:27: error: invalid use of incomplete type 'class QWidget'
class configwifi : public QWidget
^
In file included from /usr/include/qt/QtCore/qobject.h:56:0,
from /usr/include/qt/QtCore/qabstractanimation.h:45,
from /usr/include/qt/QtCore/QtCore:4,
from /usr/include/qt/QtGui/QtGuiDepends:2,
from /usr/include/qt/QtGui/QtGui:3,
from ../main.cpp:2:
/usr/include/qt/QtCore/qmetatype.h:1282:7: error: forward declaration of 'class QWidget'
class QWidget;
^
In file included from ../mainwindow.h:7:0,
from ../main.cpp:5:
../configwifi.h:14:5: error: 'QPushButton' does not name a type
QPushButton *lancement,*fermer,*activmon,*validchoix,*btn2;
^
../configwifi.h:15:5: error: 'QLineEdit' does not name a type
QLineEdit *nomcarte;
^
../configwifi.h:16:5: error: 'QTextBrowser' does not name a type
QTextBrowser *resultat;
^
In file included from ../mainwindow.h:8:0,
from ../main.cpp:5:
../recuperationdata.h:7:33: error: invalid use of incomplete type 'class QWidget'
class recuperationdata : public QWidget
^
In file included from /usr/include/qt/QtCore/qobject.h:56:0,
from /usr/include/qt/QtCore/qabstractanimation.h:45,
from /usr/include/qt/QtCore/QtCore:4,
from /usr/include/qt/QtGui/QtGuiDepends:2,
from /usr/include/qt/QtGui/QtGui:3,
from ../main.cpp:2:
/usr/include/qt/QtCore/qmetatype.h:1282:7: error: forward declaration of 'class QWidget'
class QWidget;
^
In file included from ../mainwindow.h:8:0,
from ../main.cpp:5:
../recuperationdata.h:14:5: error: 'QPushButton' does not name a type
QPushButton *lancement,*fermer,*stopper,*btn2;
^
../recuperationdata.h:15:5: error: 'QLineEdit' does not name a type
QLineEdit *nomcarte;
^
../recuperationdata.h:16:5: error: 'QTextBrowser' does not name a type
QTextBrowser *resultat;
^
../recuperationdata.h:17:5: error: 'QSpinBox' does not name a type
QSpinBox *chaine;
^
../recuperationdata.h:18:5: error: 'QLineEdit' does not name a type
QLineEdit *bssid;
^
In file included from ../mainwindow.h:9:0,
from ../main.cpp:5:
../crackage.h:7:25: error: invalid use of incomplete type 'class QWidget'
class crackage : public QWidget
^
In file included from /usr/include/qt/QtCore/qobject.h:56:0,
from /usr/include/qt/QtCore/qabstractanimation.h:45,
from /usr/include/qt/QtCore/QtCore:4,
from /usr/include/qt/QtGui/QtGuiDepends:2,
from /usr/include/qt/QtGui/QtGui:3,
from ../main.cpp:2:
/usr/include/qt/QtCore/qmetatype.h:1282:7: error: forward declaration of 'class QWidget'
class QWidget;
^
In file included from ../mainwindow.h:9:0,
from ../main.cpp:5:
../crackage.h:14:5: error: 'QPushButton' does not name a type
QPushButton *lancement,*fermer,*stopper,*btn2;
^
../crackage.h:15:5: error: 'QLineEdit' does not name a type
QLineEdit *choixbssid;
^
../crackage.h:16:5: error: 'QSpinBox' does not name a type
QSpinBox *cpucore;
^
../crackage.h:17:5: error: 'QTextBrowser' does not name a type
QTextBrowser *resultat;
^
In file included from ../mainwindow.h:10:0,
from ../main.cpp:5:
../attaque.h:7:24: error: invalid use of incomplete type 'class QWidget'
class attaque : public QWidget
^
In file included from /usr/include/qt/QtCore/qobject.h:56:0,
from /usr/include/qt/QtCore/qabstractanimation.h:45,
from /usr/include/qt/QtCore/QtCore:4,
from /usr/include/qt/QtGui/QtGuiDepends:2,
from /usr/include/qt/QtGui/QtGui:3,
from ../main.cpp:2:
/usr/include/qt/QtCore/qmetatype.h:1282:7: error: forward declaration of 'class QWidget'
class QWidget;
^
In file included from ../mainwindow.h:10:0,
from ../main.cpp:5:
../attaque.h:14:5: error: 'QPushButton' does not name a type
QPushButton *lancement,*fermer,*stopper,*btn2;
^
../attaque.h:15:5: error: 'QLineEdit' does not name a type
QLineEdit *choixbssid,*nomcarte;
^
../attaque.h:16:5: error: 'QSpinBox' does not name a type
QSpinBox *chaine;
^
../attaque.h:17:5: error: 'QTextBrowser' does not name a type
QTextBrowser *resultat;
^
In file included from ../main.cpp:5:0:
../mainwindow.h:13:1: error: expected class-name before '{' token
{
^
../mainwindow.h:25:5: error: 'QPushButton' does not name a type
QPushButton *wifi,*crack,*recupdata,*attak,
^
../mainwindow.h:30:5: error: 'QTextBrowser' does not name a type
QTextBrowser resultat;
^
../mainwindow.h:34:5: error: 'QLabel' does not name a type
QLabel *infosdev,*infosaircrack,*infoslicenses,
^
../main.cpp: In function 'int main(int, char**)':
../main.cpp:15:20: error: variable 'QApplication a' has initializer but incomplete type
QApplication a(argc, argv);
^
../main.cpp:17:7: error: 'class MainWindow' has no member named 'show'
w.show();
^
Makefile:2563: recipe for target 'main.o' failed
make: Leaving directory '/home/salar/GUI_aircrack-ng/build'
make: *** [main.o] Error 1
13:49:33: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project GUI_aircrack-ng (kit: Desktop)
When executing step 'Make'
13:49:33: Elapsed time: 00:02.