1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
| C:\Documents and Settings\louise\Mes documents\TestGraphqueDemo>make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Documents and Settings/louise/Mes docume
nts/TestGraphqueDemo'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -
DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..
\..\..\Qt\4.4.3\include\QtCore" -I"..\..\..\..\Qt\4.4.3\include\QtCore" -I"..\..
\..\..\Qt\4.4.3\include\QtGui" -I"..\..\..\..\Qt\4.4.3\include\QtGui" -I"..\..\.
.\..\Qt\4.4.3\include" -I"..\..\..\..\Qt\qwt-5.1.1\src" -I"c:\Qt\4.4.3\include\A
ctiveQt" -I"debug" -I"." -I"..\..\..\..\Qt\4.4.3\mkspecs\win32-g++" -o debug\His
togramItem.o HistogramItem.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -
DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..
\..\..\Qt\4.4.3\include\QtCore" -I"..\..\..\..\Qt\4.4.3\include\QtCore" -I"..\..
\..\..\Qt\4.4.3\include\QtGui" -I"..\..\..\..\Qt\4.4.3\include\QtGui" -I"..\..\.
.\..\Qt\4.4.3\include" -I"..\..\..\..\Qt\qwt-5.1.1\src" -I"c:\Qt\4.4.3\include\A
ctiveQt" -I"debug" -I"." -I"..\..\..\..\Qt\4.4.3\mkspecs\win32-g++" -o debug\mai
n.o main.cpp
C:/Qt/4.4.3/bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -
DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\4.4.3\includ
e\QtCore" -I"..\..\..\..\Qt\4.4.3\include\QtCore" -I"..\..\..\..\Qt\4.4.3\includ
e\QtGui" -I"..\..\..\..\Qt\4.4.3\include\QtGui" -I"..\..\..\..\Qt\4.4.3\include"
-I"..\..\..\..\Qt\qwt-5.1.1\src" -I"c:\Qt\4.4.3\include\ActiveQt" -I"debug" -I"
." -I"..\..\..\..\Qt\4.4.3\mkspecs\win32-g++" -D__GNUC__ -DWIN32 HistogramItem.h
-o debug\moc_HistogramItem.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -
DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..
\..\..\Qt\4.4.3\include\QtCore" -I"..\..\..\..\Qt\4.4.3\include\QtCore" -I"..\..
\..\..\Qt\4.4.3\include\QtGui" -I"..\..\..\..\Qt\4.4.3\include\QtGui" -I"..\..\.
.\..\Qt\4.4.3\include" -I"..\..\..\..\Qt\qwt-5.1.1\src" -I"c:\Qt\4.4.3\include\A
ctiveQt" -I"debug" -I"." -I"..\..\..\..\Qt\4.4.3\mkspecs\win32-g++" -o debug\moc
_HistogramItem.o debug\moc_HistogramItem.cpp
debug\moc_HistogramItem.cpp:38: error: `staticMetaObject' is not a member of `Qw
tPlotItem'
debug\moc_HistogramItem.cpp: In member function `virtual void* HistogramItem::qt
_metacast(const char*)':
debug\moc_HistogramItem.cpp:52: error: `qt_metacast' is not a member of `QwtPlot
Item'
debug\moc_HistogramItem.cpp: In member function `virtual int HistogramItem::qt_m
etacall(QMetaObject::Call, int, void**)':
debug\moc_HistogramItem.cpp:57: error: `qt_metacall' is not a member of `QwtPlot
Item'
mingw32-make[1]: *** [debug/moc_HistogramItem.o] Error 1
mingw32-make[1]: Leaving directory `C:/Documents and Settings/louise/Mes documen
ts/TestGraphqueDemo'
mingw32-make: *** [debug] Error 2 |