problema con gmake installando qtiplot

Installazione, configurazione e uso di programmi e strumenti.
Scrivi risposta
lorry
Prode Principiante
Messaggi: 12
Iscrizione: sabato 8 dicembre 2007, 18:03

problema con gmake installando qtiplot

Messaggio da lorry »

salve a tutti,
stavo provando ad instllare qtiplot seguendo questo

http://soft.proindependent.com/install.html


Arrivato al punto di dare gmake && make questo è il risultato
lorry@lorry-laptop:~/qtiplot-0.9.3-rc2/3rdparty/qwt$ qmake && make
cd src && qmake src.pro -o Makefile
cd src && make -f Makefile
make[1]: Entering directory `/home/lorry/qtiplot-0.9.3-rc2/3rdparty/qwt/src'
g++ -c -pipe -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/share/qt3/include -Imoc/ -o obj/qwt_abstract_scale_draw.o qwt_abstract_scale_draw.cpp
qwt_abstract_scale_draw.cpp:12:22: error: qpainter.h: Nessun file o directory
qwt_abstract_scale_draw.cpp:13:22: error: qpalette.h: Nessun file o directory
qwt_abstract_scale_draw.cpp:14:18: error: qmap.h: Nessun file o directory
In file included from qwt_abstract_scale_draw.cpp:15:
qwt_math.h:14:20: error: qpoint.h: Nessun file o directory
In file included from qwt_math.h:15,
                from qwt_abstract_scale_draw.cpp:15:
qwt_global.h:15:21: error: qglobal.h: Nessun file o directory
qwt_global.h:17:22: error: qmodules.h: Nessun file o directory
In file included from qwt_abstract_scale_draw.cpp:16:
qwt_text.h:15:21: error: qstring.h: Nessun file o directory
qwt_text.h:16:19: error: qsize.h: Nessun file o directory
qwt_text.h:17:19: error: qfont.h: Nessun file o directory
In file included from qwt_abstract_scale_draw.cpp:17:
qwt_painter.h:14:19: error: qrect.h: Nessun file o directory
In file included from qwt_layout_metrics.h:15,
                from qwt_painter.h:16,
                from qwt_abstract_scale_draw.cpp:17:
qwt_polygon.h:22:25: error: qpointarray.h: Nessun file o directory
In file included from qwt_scale_div.h:14,
                from qwt_abstract_scale_draw.h:14,
                from qwt_scale_draw.h:15,
                from qwt_abstract_scale_draw.cpp:19:
qwt_valuelist.h:23:24: error: qvaluelist.h: Nessun file o directory
qwt_math.h:155: error: ‘QPoint’ does not name a type
qwt_math.h:164: error: ‘QPoint’ does not name a type
qwt_text.h:134: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_text.h:135: error: ISO C++ forbids declaration of ‘QString’ with no type
qwt_text.h:144: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_text.h:145: error: ISO C++ forbids declaration of ‘QString’ with no type
qwt_text.h:146: error: ‘QString’ does not name a type
qwt_text.h:154: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_text.h:154: error: ISO C++ forbids declaration of ‘QFont’ with no type
qwt_text.h:155: error: ‘QFont’ does not name a type
qwt_text.h:157: error: ‘QFont’ does not name a type
qwt_text.h:179: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_text.h:179: error: ISO C++ forbids declaration of ‘QFont’ with no type
qwt_text.h:180: error: ‘QSize’ does not name a type
qwt_text.h:184: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_text.h:185: error: ISO C++ forbids declaration of ‘QString’ with no type
qwt_text.h: In member function ‘bool QwtText::isNull() const’:
qwt_text.h:149: error: ‘text’ was not declared in this scope
qwt_text.h: In member function ‘bool QwtText::isEmpty() const’:
qwt_text.h:152: error: ‘text’ was not declared in this scope
qwt_polygon.h: At global scope:
qwt_polygon.h:23: error: ‘QPointArray’ does not name a type
qwt_layout_metrics.h:51: error: ‘QPoint’ does not name a type
qwt_layout_metrics.h:52: error: ‘QPoint’ does not name a type
qwt_layout_metrics.h:53: error: ‘QPoint’ does not name a type
qwt_layout_metrics.h:54: error: ‘QPoint’ does not name a type
qwt_layout_metrics.h:57: error: ‘QSize’ does not name a type
qwt_layout_metrics.h:58: error: ‘QSize’ does not name a type
qwt_layout_metrics.h:59: error: ‘QSize’ does not name a type
qwt_layout_metrics.h:60: error: ‘QSize’ does not name a type
qwt_layout_metrics.h:67: error: ‘QwtPolygon’ does not name a type
qwt_layout_metrics.h:69: error: ‘QwtPolygon’ does not name a type
qwt_layout_metrics.h:73: error: ‘QwtPolygon’ does not name a type
qwt_layout_metrics.h:62: error: ‘NULL’ was not declared in this scope
qwt_layout_metrics.h:63: error: ‘NULL’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::layoutToDeviceX(int) const’:
qwt_layout_metrics.h:95: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::deviceToLayoutX(int) const’:
qwt_layout_metrics.h:100: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::screenToLayoutX(int) const’:
qwt_layout_metrics.h:105: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::layoutToScreenX(int) const’:
qwt_layout_metrics.h:110: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::layoutToDeviceY(int) const’:
qwt_layout_metrics.h:115: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::deviceToLayoutY(int) const’:
qwt_layout_metrics.h:120: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::screenToLayoutY(int) const’:
qwt_layout_metrics.h:125: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: In member function ‘int QwtMetricsMap::layoutToScreenY(int) const’:
qwt_layout_metrics.h:130: error: ‘qRound’ was not declared in this scope
qwt_layout_metrics.h: At global scope:
qwt_layout_metrics.h:133: error: ‘QSize’ does not name a type
qwt_layout_metrics.h:139: error: ‘QSize’ does not name a type
qwt_layout_metrics.h:145: error: ‘QSize’ does not name a type
qwt_layout_metrics.h:151: error: ‘QSize’ does not name a type
qwt_painter.h:78: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_painter.h:79: error: ISO C++ forbids declaration of ‘QPoint’ with no type
qwt_painter.h:103: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_painter.h:103: error: ISO C++ forbids declaration of ‘QPoint’ with no type
qwt_painter.h:104: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_painter.h:104: error: ISO C++ forbids declaration of ‘QwtPolygon’ with no type
qwt_painter.h:105: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_painter.h:105: error: ISO C++ forbids declaration of ‘QwtPolygon’ with no type
qwt_painter.h:118: error: ‘QwtPolygon’ does not name a type
qwt_painter.h:122: error: ‘Qt’ has not been declared
qwt_painter.h:144: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_painter.h:144: error: ISO C++ forbids declaration of ‘QPoint’ with no type
qwt_painter.h: In static member function ‘static void QwtPainter::drawLine(QPainter*, int)’:
qwt_painter.h:146: error: ‘p1’ was not declared in this scope
qwt_painter.h:146: error: ‘p2’ was not declared in this scope
qwt_painter.h: At global scope:
qwt_painter.h:144: warning: unused parameter ‘QPoint’
qwt_scale_map.h:86: error: ISO C++ forbids declaration of ‘QT_STATIC_CONST’ with no type
qwt_scale_map.h:86: error: expected ‘;’ before ‘double’
qwt_scale_map.h:87: error: ISO C++ forbids declaration of ‘QT_STATIC_CONST’ with no type
qwt_scale_map.h:87: error: expected ‘;’ before ‘double’
qwt_scale_map.h: In member function ‘double QwtScaleMap::pDist() const’:
qwt_scale_map.h:134: error: ‘QABS’ was not declared in this scope
qwt_scale_map.h: In member function ‘double QwtScaleMap::sDist() const’:
qwt_scale_map.h:139: error: ‘QABS’ was not declared in this scope
qwt_scale_map.h: In member function ‘int QwtScaleMap::transform(double) const’:
qwt_scale_map.h:177: error: ‘qRound’ was not declared in this scope
qwt_valuelist.h: At global scope:
qwt_valuelist.h:31: error: expected initializer before ‘<’ token
qwt_scale_div.h:45: error: ‘QwtValueList’ has not been declared
qwt_scale_div.h:47: error: ‘QwtValueList’ has not been declared
qwt_scale_div.h:58: error: ISO C++ forbids declaration of ‘QwtValueList’ with no type
qwt_scale_div.h:58: error: expected ‘;’ before ‘&’ token
qwt_scale_div.h:68: error: ‘QwtValueList’ does not name a type
qwt_scale_draw.h:53: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_scale_draw.h:53: error: ISO C++ forbids declaration of ‘QPoint’ with no type
qwt_scale_draw.h:59: error: ‘Qt’ has not been declared
qwt_scale_draw.h:59: error: ISO C++ forbids declaration of ‘Orientation’ with no type
qwt_scale_draw.h:59: error: expected ‘;’ before ‘orientation’
qwt_scale_draw.h:61: error: ‘QPoint’ does not name a type
qwt_scale_draw.h:78: error: ‘QPoint’ does not name a type
qwt_scale_draw.h:81: error: ‘QSize’ does not name a type
qwt_scale_draw.h:86: error: expected ‘,’ or ‘...’ before ‘&’ token
qwt_scale_draw.h:86: error: ISO C++ forbids declaration of ‘QPoint’ with no type
qwt_scale_draw.h: In member function ‘void QwtScaleDraw::move(int, int)’:
qwt_scale_draw.h:104: error: ‘QPoint’ was not declared in this scope
qwt_abstract_scale_draw.cpp: At global scope:
qwt_abstract_scale_draw.cpp:44: error: ISO C++ forbids declaration of ‘QMap’ with no type
qwt_abstract_scale_draw.cpp:44: error: expected ‘;’ before ‘<’ token
qwt_abstract_scale_draw.cpp: In member function ‘void QwtAbstractScaleDraw::setScaleDiv(const QwtScaleDiv&)’:
qwt_abstract_scale_draw.cpp:111: error: ‘class QwtAbstractScaleDraw::PrivateData’ has no member named ‘labelCache’
qwt_abstract_scale_draw.cpp: In member function ‘virtual void QwtAbstractScaleDraw::draw(QPainter*, const QColorGroup&) const’:
qwt_abstract_scale_draw.cpp:170: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:173: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:173: error: invalid use of undefined type ‘const struct QColorGroup’
qwt_painter.h:28: error: forward declaration of ‘const struct QColorGroup’
qwt_abstract_scale_draw.cpp:178: error: expected initializer before ‘&’ token
qwt_abstract_scale_draw.cpp:181: error: ‘majorTicks’ was not declared in this scope
qwt_abstract_scale_draw.cpp:188: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:193: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:195: error: variable ‘QPen pen’ has initializer but incomplete type
qwt_abstract_scale_draw.cpp:195: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:197: error: invalid use of undefined type ‘const struct QColorGroup’
qwt_painter.h:28: error: forward declaration of ‘const struct QColorGroup’
qwt_abstract_scale_draw.cpp:201: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:206: error: expected initializer before ‘&’ token
qwt_abstract_scale_draw.cpp:207: error: ‘ticks’ was not declared in this scope
qwt_abstract_scale_draw.cpp:215: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:220: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:222: error: variable ‘QPen pen’ has initializer but incomplete type
qwt_abstract_scale_draw.cpp:222: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:224: error: invalid use of undefined type ‘const struct QColorGroup’
qwt_painter.h:28: error: forward declaration of ‘const struct QColorGroup’
qwt_abstract_scale_draw.cpp:228: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp:232: error: invalid use of undefined type ‘struct QPainter’
qwt_text.h:24: error: forward declaration of ‘struct QPainter’
qwt_abstract_scale_draw.cpp: In member function ‘virtual QwtText QwtAbstractScaleDraw::label(double) const’:
qwt_abstract_scale_draw.cpp:361: error: incomplete type ‘QString’ used in nested name specifier
qwt_abstract_scale_draw.cpp: In member function ‘const QwtText& QwtAbstractScaleDraw::tickLabel(const QFont&, double) const’:
qwt_abstract_scale_draw.cpp:380: error: ‘QMap’ was not declared in this scope
qwt_abstract_scale_draw.cpp:380: error: expected primary-expression before ‘double’
qwt_abstract_scale_draw.cpp:380: error: expected `;' before ‘double’
qwt_abstract_scale_draw.cpp:381: error: ‘it’ was not declared in this scope
qwt_abstract_scale_draw.cpp:381: error: ‘class QwtAbstractScaleDraw::PrivateData’ has no member named ‘labelCache’
qwt_abstract_scale_draw.cpp:387: error: ‘class QwtText’ has no member named ‘textSize’
qwt_abstract_scale_draw.cpp:389: error: ‘class QwtAbstractScaleDraw::PrivateData’ has no member named ‘labelCache’
qwt_abstract_scale_draw.cpp:392: error: ‘it’ was not declared in this scope
qwt_abstract_scale_draw.cpp: In member function ‘void QwtAbstractScaleDraw::invalidateCache()’:
qwt_abstract_scale_draw.cpp:404: error: ‘class QwtAbstractScaleDraw::PrivateData’ has no member named ‘labelCache’
make[1]: *** [obj/qwt_abstract_scale_draw.o] Error 1
make[1]: Leaving directory `/home/lorry/qtiplot-0.9.3-rc2/3rdparty/qwt/src'
make: *** [sub-src] Error 2
Qlc ha qualche idea?
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 5 ospiti