Advertisement
Guest User

QWT Make Error Console

a guest
Jul 11th, 2011
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. cd src && make -f Makefile
  2. make[1]: Entering directory `/home/ME/Desktop/qwt-6.0.0/src'
  3. g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -Imoc/ -o obj/qwt_abstract_scale_draw.o qwt_abstract_scale_draw.cpp
  4. In file included from qwt_scale_div.h:14,
  5. from qwt_abstract_scale_draw.h:14,
  6. from qwt_abstract_scale_draw.cpp:10:
  7. qwt_interval.h:15:20: error: qdebug.h: No such file or directory
  8. In file included from qwt_abstract_scale_draw.cpp:11:
  9. qwt_math.h:27:19: error: qmath.h: No such file or directory
  10. In file included from qwt_abstract_scale_draw.cpp:13:
  11. qwt_painter.h:18:19: error: qline.h: No such file or directory
  12. In file included from qwt_scale_div.h:14,
  13. from qwt_abstract_scale_draw.h:14,
  14. from qwt_abstract_scale_draw.cpp:10:
  15. qwt_interval.h:47: error: ISO C++ forbids declaration of ‘QFlags’ with no type
  16. qwt_interval.h:47: error: expected ‘;’ before ‘<’ token
  17. qwt_interval.h:51: error: ‘BorderFlags’ has not been declared
  18. qwt_interval.h:54: error: ‘BorderFlags’ has not been declared
  19. qwt_interval.h:63: error: ‘BorderFlags’ has not been declared
  20. qwt_interval.h:64: error: ‘BorderFlags’ does not name a type
  21. qwt_interval.h:99: error: ‘BorderFlags’ does not name a type
  22. qwt_interval.h:102: error: ‘Q_MOVABLE_TYPE’ has not been declared
  23. qwt_interval.h:102: error: expected constructor, destructor, or type conversion before ‘;’ token
  24. qwt_interval.h: In constructor ‘QwtInterval::QwtInterval()’:
  25. qwt_interval.h:113: error: class ‘QwtInterval’ does not have any field named ‘d_borderFlags’
  26. qwt_interval.h: At global scope:
  27. qwt_interval.h:127: error: ‘BorderFlags’ has not been declared
  28. qwt_interval.h: In constructor ‘QwtInterval::QwtInterval(double, double, int)’:
  29. qwt_interval.h:130: error: class ‘QwtInterval’ does not have any field named ‘d_borderFlags’
  30. qwt_interval.h: At global scope:
  31. qwt_interval.h:142: error: ‘BorderFlags’ has not been declared
  32. qwt_interval.h: In member function ‘void QwtInterval::setInterval(double, double, int)’:
  33. qwt_interval.h:146: error: ‘d_borderFlags’ was not declared in this scope
  34. qwt_interval.h: At global scope:
  35. qwt_interval.h:155: error: variable or field ‘setBorderFlags’ declared void
  36. qwt_interval.h:155: error: ‘BorderFlags’ was not declared in this scope
  37. qwt_interval.h:164: error: ‘BorderFlags’ in class ‘QwtInterval’ does not name a type
  38. qwt_interval.h: In member function ‘bool QwtInterval::operator==(const QwtInterval&) const’:
  39. qwt_interval.h:238: error: ‘d_borderFlags’ was not declared in this scope
  40. qwt_interval.h:238: error: ‘const class QwtInterval’ has no member named ‘d_borderFlags’
  41. qwt_interval.h: In member function ‘bool QwtInterval::isValid() const’:
  42. qwt_interval.h:272: error: ‘d_borderFlags’ was not declared in this scope
  43. qwt_interval.h: At global scope:
  44. qwt_interval.h:290: error: expected constructor, destructor, or type conversion before ‘(’ token
  45. qwt_interval.h:293: error: expected constructor, destructor, or type conversion before ‘operator’
  46. In file included from qwt_abstract_scale_draw.h:14,
  47. from qwt_abstract_scale_draw.cpp:10:
  48. qwt_scale_div.h:86: error: ‘Q_MOVABLE_TYPE’ has not been declared
  49. qwt_scale_div.h:86: error: expected constructor, destructor, or type conversion before ‘;’ token
  50. In file included from qwt_abstract_scale_draw.h:15,
  51. from qwt_abstract_scale_draw.cpp:10:
  52. qwt_text.h:120: error: ISO C++ forbids declaration of ‘QFlags’ with no type
  53. qwt_text.h:120: error: expected ‘;’ before ‘<’ token
  54. qwt_text.h:138: error: ISO C++ forbids declaration of ‘QFlags’ with no type
  55. qwt_text.h:138: error: expected ‘;’ before ‘<’ token
  56. qwt_text.h:183: error: ‘QSizeF’ does not name a type
  57. qwt_text.h:213: error: expected constructor, destructor, or type conversion before ‘(’ token
  58. qwt_text.h:214: error: expected constructor, destructor, or type conversion before ‘(’ token
  59. In file included from qwt_abstract_scale_draw.cpp:10:
  60. qwt_abstract_scale_draw.h:53: error: ISO C++ forbids declaration of ‘QFlags’ with no type
  61. qwt_abstract_scale_draw.h:53: error: expected ‘;’ before ‘<’ token
  62. qwt_abstract_scale_draw.h:137: error: expected constructor, destructor, or type conversion before ‘(’ token
  63. In file included from qwt_abstract_scale_draw.cpp:11:
  64. qwt_math.h: In function ‘int qwtFuzzyCompare(double, double, double)’:
  65. qwt_math.h:125: error: ‘qAbs’ was not declared in this scope
  66. qwt_math.h: In function ‘bool qwtFuzzyGreaterOrEqual(double, double)’:
  67. qwt_math.h:139: error: ‘qFuzzyCompare’ was not declared in this scope
  68. qwt_math.h: In function ‘bool qwtFuzzyLessOrEqual(double, double)’:
  69. qwt_math.h:144: error: ‘qFuzzyCompare’ was not declared in this scope
  70. qwt_math.h: In function ‘double qwtRoundF(double)’:
  71. qwt_math.h:167: error: ‘::floor’ has not been declared
  72. qwt_math.h: In function ‘double qwtFloorF(double)’:
  73. qwt_math.h:173: error: ‘::floor’ has not been declared
  74. qwt_math.h: In function ‘double qwtCeilF(double)’:
  75. qwt_math.h:179: error: ‘::ceil’ has not been declared
  76. In file included from qwt_abstract_scale_draw.cpp:13:
  77. qwt_painter.h: At global scope:
  78. qwt_painter.h:50: error: ISO C++ forbids declaration of ‘QPointF’ with no type
  79. qwt_painter.h:50: error: expected ‘,’ or ‘...’ before ‘&’ token
  80. qwt_painter.h:69: error: ISO C++ forbids declaration of ‘QPointF’ with no type
  81. qwt_painter.h:69: error: expected ‘,’ or ‘...’ before ‘&’ token
  82. qwt_painter.h:70: error: ISO C++ forbids declaration of ‘QLineF’ with no type
  83. qwt_painter.h:70: error: expected ‘,’ or ‘...’ before ‘&’ token
  84. qwt_painter.h:70: error: ‘static void QwtPainter::drawLine(QPainter*, int)’ cannot be overloaded
  85. qwt_painter.h:69: error: with ‘static void QwtPainter::drawLine(QPainter*, int)’
  86. qwt_painter.h:74: error: ISO C++ forbids declaration of ‘QPointF’ with no type
  87. qwt_painter.h:74: error: expected ‘,’ or ‘...’ before ‘*’ token
  88. qwt_painter.h:77: error: ISO C++ forbids declaration of ‘QPointF’ with no type
  89. qwt_painter.h:77: error: expected ‘,’ or ‘...’ before ‘&’ token
  90. qwt_painter.h: In static member function ‘static void QwtPainter::drawPoint(QPainter*, double, double)’:
  91. qwt_painter.h:104: error: ‘QPointF’ was not declared in this scope
  92. qwt_painter.h: In static member function ‘static void QwtPainter::drawLine(QPainter*, double, double, double, double)’:
  93. qwt_painter.h:111: error: ‘QPointF’ was not declared in this scope
  94. qwt_painter.h: At global scope:
  95. qwt_painter.h:115: error: ISO C++ forbids declaration of ‘QLineF’ with no type
  96. qwt_painter.h:115: error: expected ‘,’ or ‘...’ before ‘&’ token
  97. qwt_painter.h: In static member function ‘static void QwtPainter::drawLine(QPainter*, int)’:
  98. qwt_painter.h:117: error: ‘line’ was not declared in this scope
  99. qwt_painter.h: At global scope:
  100. qwt_painter.h:115: warning: unused parameter ‘QLineF’
  101. In file included from qwt_abstract_scale_draw.cpp:14:
  102. qwt_scale_map.h:107: error: ‘QPointF’ does not name a type
  103. qwt_scale_map.h:109: error: ‘QPointF’ does not name a type
  104. qwt_scale_map.h: In member function ‘double QwtScaleMap::pDist() const’:
  105. qwt_scale_map.h:162: error: ‘qAbs’ was not declared in this scope
  106. qwt_scale_map.h: In member function ‘double QwtScaleMap::sDist() const’:
  107. qwt_scale_map.h:170: error: ‘qAbs’ was not declared in this scope
  108. qwt_scale_map.h: In member function ‘double QwtScaleMap::transform(double) const’:
  109. qwt_scale_map.h:187: error: ‘log’ was not declared in this scope
  110. qwt_scale_map.h: At global scope:
  111. qwt_scale_map.h:211: error: expected constructor, destructor, or type conversion before ‘operator’
  112. qwt_abstract_scale_draw.cpp:37: error: ‘ScaleComponents’ does not name a type
  113. qwt_abstract_scale_draw.cpp: In constructor ‘QwtAbstractScaleDraw::PrivateData::PrivateData()’:
  114. qwt_abstract_scale_draw.cpp:28: error: ‘components’ was not declared in this scope
  115. qwt_abstract_scale_draw.cpp: In member function ‘void QwtAbstractScaleDraw::enableComponent(QwtAbstractScaleDraw::ScaleComponent, bool)’:
  116. qwt_abstract_scale_draw.cpp:81: error: ‘class QwtAbstractScaleDraw::PrivateData’ has no member named ‘components’
  117. qwt_abstract_scale_draw.cpp:83: error: ‘class QwtAbstractScaleDraw::PrivateData’ has no member named ‘components’
  118. qwt_abstract_scale_draw.cpp: In member function ‘bool QwtAbstractScaleDraw::hasComponent(QwtAbstractScaleDraw::ScaleComponent) const’:
  119. qwt_abstract_scale_draw.cpp:92: error: ‘class QwtAbstractScaleDraw::PrivateData’ has no member named ‘components’
  120. qwt_abstract_scale_draw.cpp: In member function ‘virtual void QwtAbstractScaleDraw::draw(QPainter*, const QPalette&) const’:
  121. qwt_abstract_scale_draw.cpp:172: error: ‘class QPen’ has no member named ‘setCosmetic’
  122. qwt_abstract_scale_draw.cpp:178: error: ‘Text’ is not a member of ‘QPalette’
  123. qwt_abstract_scale_draw.cpp:185: error: no match for ‘operator[]’ in ‘majorTicks[i]’
  124. qwt_abstract_scale_draw.cpp:187: error: no match for ‘operator[]’ in ‘majorTicks[i]’
  125. qwt_abstract_scale_draw.cpp:198: error: ‘WindowText’ is not a member of ‘QPalette’
  126. qwt_abstract_scale_draw.cpp:209: error: no match for ‘operator[]’ in ‘ticks[i]’
  127. qwt_abstract_scale_draw.cpp:223: error: ‘WindowText’ is not a member of ‘QPalette’
  128. qwt_abstract_scale_draw.cpp: In member function ‘double QwtAbstractScaleDraw::maxTickLength() const’:
  129. qwt_abstract_scale_draw.cpp:350: error: ‘qMax’ was not declared in this scope
  130. qwt_abstract_scale_draw.cpp: In member function ‘const QwtText& QwtAbstractScaleDraw::tickLabel(const QFont&, double) const’:
  131. qwt_abstract_scale_draw.cpp:394: error: ‘class QwtText’ has no member named ‘textSize’
  132. make[1]: *** [obj/qwt_abstract_scale_draw.o] Error 1
  133. make[1]: Leaving directory `/home/ME/Desktop/qwt-6.0.0/src'
  134. make: *** [sub-src] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement