![]() |
Здравствуйте, гость ( Вход | Регистрация )
![]() |
_Vitaliy_ |
![]()
Сообщение
#1
|
Студент ![]() Группа: Участник Сообщений: 59 Регистрация: 20.11.2008 Пользователь №: 428 Спасибо сказали: 3 раз(а) Репутация: ![]() ![]() ![]() |
Доброго времени суток всем.
Осваиваю кьюты и столкнулся с необходимостью использования qwt, помогите плиз поставить. У меня виндовс хп, кьюткреатор 0.9.1, кьюты 4.4.3 дебаг+релиз, мингв. Пытаюсь ставить qwt 5.5.1, читаю инсталл Win32/MinGW Qt4 ================== C1) Windows Shell Start a Windows Shell, where Qt4 is initialized. ( F.e. with "Programs->Qt by Trolltech ...->Qt 4.x.x Command Prompt" ). qmake qwt.pro make в фаре, находясь в папке с qwt 5.5.1 пишу: qmake qwt.pro make выдает, смотреть во вложении. Подскажите что я делаю неправильно или в чем заковырка.
Эскизы прикрепленных изображений
|
|
|
![]() |
_Vitaliy_ |
![]()
Сообщение
#2
|
Студент ![]() Группа: Участник Сообщений: 59 Регистрация: 20.11.2008 Пользователь №: 428 Спасибо сказали: 3 раз(а) Репутация: ![]() ![]() ![]() |
Вот то что выдает креатор, хотя Path=C:\MinGW\bin;C:\Qt\4.4.3\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\qwt-5.1.1\qwt-5.1.1\src;C:\Qt\QtCreator\qt\bin;C:\Qt\QtCreator\mingw\bin;C:\Qt\QtCreator\bin;C:\Qt\4.4.3\bin;C:\MinGW\bin;C:\qwt-5.1.1\qwt-5.1.1\srcC:\qwt_debug_reliz\qwt-5.1.1\lib;C:\qwt_debug_reliz\qwt-5.1.1\src;
Раскрывающийся текст Running build steps for project simple_plot... Configuration unchanged, skipping QMake step. Starting: C:/MinGW/bin/mingw32-make.exe debug -w mingw32-make: Entering directory `D:/my_programming_qt/1/simple_plot' C:/MinGW/bin/mingw32-make -f Makefile.Debug mingw32-make[1]: Entering directory `D:/my_programming_qt/1/simple_plot' 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"c:\Qt\4.4.3\include\QtCore" -I"c:\Qt\4.4.3\include\QtCore" -I"c:\Qt\4.4.3\include\QtGui" -I"c:\Qt\4.4.3\include\QtGui" -I"c:\Qt\4.4.3\include" -I"c:\Qt\4.4.3\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\4.4.3\mkspecs\win32-g++" -o debug\simple.o simple.cpp simple.cpp:2:22: qwt_plot.h: No such file or directory simple.cpp:3:29: qwt_plot_marker.h: No such file or directory simple.cpp:4:28: qwt_plot_curve.h: No such file or directory simple.cpp:5:24: qwt_legend.h: No such file or directory simple.cpp:6:22: qwt_data.h: No such file or directory simple.cpp:7:22: qwt_text.h: No such file or directory simple.cpp:17: error: expected class-name before '{' token simple.cpp:32: error: ISO C++ forbids declaration of `QwtData' with no type simple.cpp:32: error: `QwtData' declared as a `virtual' field simple.cpp:32: error: expected `;' before '*' token simple.cpp:37: error: expected `;' before "virtual" simple.cpp:57: error: expected class-name before '{' token simple.cpp: In constructor `Plot::Plot()': simple.cpp:65: error: `setTitle' was not declared in this scope simple.cpp:66: error: `QwtLegend' has not been declared simple.cpp:66: error: `QwtPlot' has not been declared simple.cpp:66: error: `RightLegend' was not declared in this scope simple.cpp:66: error: `insertLegend' was not declared in this scope simple.cpp:69: error: `xBottom' was not declared in this scope simple.cpp:69: error: `setAxisTitle' was not declared in this scope simple.cpp:70: error: `yLeft' was not declared in this scope simple.cpp:73: error: `QwtPlotCurve' was not declared in this scope simple.cpp:73: error: `cSin' was not declared in this scope simple.cpp:73: error: `QwtPlotCurve' is not a type simple.cpp:75: error: `QwtPlotItem' has not been declared simple.cpp:75: error: `RenderAntialiased' was not declared in this scope simple.cpp:77: error: invalid use of undefined type `struct QPen' c:/Qt/4.4.3/include/QtGui/../../src/gui/kernel/qwindowdefs.h:69: error: forward declaration of `struct QPen' simple.cpp:80: error: `cCos' was not declared in this scope simple.cpp:80: error: `QwtPlotCurve' is not a type simple.cpp:82: error: `QwtPlotItem' has not been declared simple.cpp:84: error: invalid use of undefined type `struct QPen' c:/Qt/4.4.3/include/QtGui/../../src/gui/kernel/qwindowdefs.h:69: error: forward declaration of `struct QPen' simple.cpp:95: error: `QwtPlotMarker' was not declared in this scope simple.cpp:95: error: `mY' was not declared in this scope simple.cpp:95: error: `QwtPlotMarker' is not a type simple.cpp:98: error: `QwtPlotMarker' is not a class or namespace simple.cpp:98: error: `HLine' was not declared in this scope simple.cpp:103: error: `mX' was not declared in this scope simple.cpp:103: error: `QwtPlotMarker' is not a type simple.cpp:106: error: `QwtPlotMarker' is not a class or namespace simple.cpp:106: error: `VLine' was not declared in this scope simple.cpp:65: warning: unused variable 'setTitle' simple.cpp:66: warning: unused variable 'RightLegend' simple.cpp:66: warning: unused variable 'insertLegend' simple.cpp:69: warning: unused variable 'xBottom' simple.cpp:70: warning: unused variable 'yLeft' simple.cpp:98: warning: unused variable 'HLine' Раскрывающийся текст simple.cpp:106: warning: unused variable 'VLine' simple.cpp: In function `int qMain(int, char**)': simple.cpp:119: error: 'class Plot' has no member named 'resize' simple.cpp:120: error: 'class Plot' has no member named 'show' mingw32-make[1]: Leaving directory `D:/my_programming_qt/1/simple_plot' mingw32-make: Leaving directory `D:/my_programming_qt/1/simple_plot' mingw32-make[1]: *** [debug/simple.o] Error 1 mingw32-make: *** [debug] Error 2 Exited with code 2. Error while building project simple_plot When executing build step 'Make' ??? |
|
|
![]() ![]() ![]() |
![]() |
|
Текстовая версия | Сейчас: 14.4.2025, 3:16 |