LayOut:
2$ make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -Ic:/coding/qt/lastwave/LayOut -I. -I. -o main.o main.cpp
In file included from globals.hpp:4:0,
from leveldata.hpp:28,
from mainwindow.h:14,
from main.cpp:10:
stdint.hpp:20:16: erreur: conflicting declaration ‘typedef qint64 int64_t’
typedef qint64 int64_t;
^
In file included from /usr/include/stdlib.h:314:0,
from /usr/include/c++/4.8.2/cstdlib:72,
from /usr/include/c++/4.8.2/bits/stl_algo.h:59,
from /usr/include/c++/4.8.2/algorithm:62,
from /usr/lib64/qt/include/QtCore/qglobal.h:68,
from /usr/lib64/qt/include/QtCore/qnamespace.h:45,
from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45,
from /usr/lib64/qt/include/QtGui/qwindowdefs.h:45,
from /usr/lib64/qt/include/QtGui/qwidget.h:46,
from /usr/lib64/qt/include/QtGui/qmainwindow.h:45,
from /usr/lib64/qt/include/QtGui/QMainWindow:1,
from mainwindow.h:12,
from main.cpp:10:
/usr/include/sys/types.h:197:1: erreur: ‘int64_t’ has a previous declaration as ‘typedef long int int64_t’
__intN_t (64, __DI__);
^
make: *** [main.o] Erreur 1
I'll try CB, thx.