Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.19 KB | None | 0 0
  1. [root@yharuhi] ~/libs # hg clone https://bitbucket.org/michaelc
  2.  
  3.  
  4. [root@yharuhi] ~/libs # hg clone https://bitbucket.org/michaelc37/qtd-experimental qtd
  5. requesting all changes
  6. adding changesets
  7. adding manifests
  8. adding file changes
  9. added 429 changesets with 2568 changes to 786 files (+1 heads)
  10. updating to branch default
  11. 666 files updated, 0 files merged, 0 files removed, 0 files unresolved
  12. [root@yharuhi] ~/libs # cd qtd
  13. [root@yharuhi] ~/libs/qtd # ls
  14. boost-license-1.0.txt changelog.txt CMakeLists.txt d1 demos generator lib mini tools
  15. build cmake cpp d2 examples include license.txt todo.txt wiki
  16. [root@yharuhi] ~/libs/qtd # mkdir build_dir
  17. [root@yharuhi] ~/libs/qtd # cd build_dir
  18. [root@yharuhi] ~/libs/qtd/build_dir # cmake -DCMAKE_CXX_FLAGS="-fpermissive" ../
  19. -- The CXX compiler identification is GNU 4.9.2
  20. -- The C compiler identification is GNU 4.9.2
  21. -- Check for working CXX compiler: /usr/bin/c++
  22. -- Check for working CXX compiler: /usr/bin/c++ -- works
  23. -- Detecting CXX compiler ABI info
  24. -- Detecting CXX compiler ABI info - done
  25. -- Detecting CXX compile features
  26. -- Detecting CXX compile features - done
  27. -- Check for working C compiler: /usr/bin/cc
  28. -- Check for working C compiler: /usr/bin/cc -- works
  29. -- Detecting C compiler ABI info
  30. -- Detecting C compiler ABI info - done
  31. -- Detecting C compile features
  32. -- Detecting C compile features - done
  33. -- Looking for Q_WS_X11
  34. -- Looking for Q_WS_X11 - found
  35. -- Looking for Q_WS_WIN
  36. -- Looking for Q_WS_WIN - not found
  37. -- Looking for Q_WS_QWS
  38. -- Looking for Q_WS_QWS - not found
  39. -- Looking for Q_WS_MAC
  40. -- Looking for Q_WS_MAC - not found
  41. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.6")
  42. -- D compiler found -- DMD32 D Compiler v2.066
  43. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.6")
  44. CMake Warning (dev) at CMakeLists.txt:164 (add_custom_target):
  45. Policy CMP0037 is not set: Target names should not be reserved and should
  46. match a validity pattern. Run "cmake --help-policy CMP0037" for policy
  47. details. Use the cmake_policy command to set the policy and suppress this
  48. warning.
  49.  
  50. The target name "install" is reserved or not valid for certain CMake
  51. features, such as generator expressions, and may result in undefined
  52. behavior.
  53. This warning is for project developers. Use -Wno-dev to suppress it.
  54.  
  55. -- Configuring done
  56. CMake Warning (dev) at CMakeLists.txt:168 (add_dependencies):
  57. Policy CMP0046 is not set: Error on non-existent dependency in
  58. add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
  59. Use the cmake_policy command to set the policy and suppress this warning.
  60.  
  61. The dependency target "preinstall" of target "install" does not exist.
  62. This warning is for project developers. Use -Wno-dev to suppress it.
  63.  
  64. -- Generating done
  65. -- Build files have been written to: /root/libs/qtd/build_dir
  66. [root@yharuhi] ~/libs/qtd/build_dir # make
  67. [ 1%] Generating qrc_generator.cxx
  68. [ 2%] Generating moc_cppgenerator.cxx
  69. [ 4%] Generating moc_cppheadergenerator.cxx
  70. [ 5%] Generating moc_cppimplgenerator.cxx
  71. [ 7%] Generating moc_generatorsetd.cxx
  72. [ 8%] Generating moc_dgenerator.cxx
  73. [ 9%] Generating moc_jumptable.cxx
  74. [ 11%] Generating moc_containergenerator.cxx
  75. [ 12%] Generating moc_generator.cxx
  76. [ 14%] Generating moc_fileout.cxx
  77. [ 15%] Generating moc_generatorset.cxx
  78. [ 16%] Generating moc_prigenerator.cxx
  79. Scanning dependencies of target generator
  80. [ 18%] Building CXX object generator/CMakeFiles/generator.dir/global.cpp.o
  81. [ 19%] Building CXX object generator/CMakeFiles/generator.dir/classlistgenerator.cpp.o
  82. [ 21%] Building CXX object generator/CMakeFiles/generator.dir/cppgenerator.cpp.o
  83. [ 22%] Building CXX object generator/CMakeFiles/generator.dir/cppheadergenerator.cpp.o
  84. [ 23%] Building CXX object generator/CMakeFiles/generator.dir/cppimplgenerator.cpp.o
  85. [ 25%] Building CXX object generator/CMakeFiles/generator.dir/docparser.cpp.o
  86. [ 26%] Building CXX object generator/CMakeFiles/generator.dir/generatorsetd.cpp.o
  87. [ 28%] Building CXX object generator/CMakeFiles/generator.dir/dgenerator.cpp.o
  88. [ 29%] Building CXX object generator/CMakeFiles/generator.dir/jumptable.cpp.o
  89. [ 30%] Building CXX object generator/CMakeFiles/generator.dir/metainfogenerator.cpp.o
  90. [ 32%] Building CXX object generator/CMakeFiles/generator.dir/metajavabuilder.cpp.o
  91. [ 33%] Building CXX object generator/CMakeFiles/generator.dir/qdocgenerator.cpp.o
  92. [ 35%] Building CXX object generator/CMakeFiles/generator.dir/uiconverter.cpp.o
  93. [ 36%] Building CXX object generator/CMakeFiles/generator.dir/containergenerator.cpp.o
  94. [ 38%] Building CXX object generator/CMakeFiles/generator.dir/generator.cpp.o
  95. [ 39%] Building CXX object generator/CMakeFiles/generator.dir/main.cpp.o
  96. [ 40%] Building CXX object generator/CMakeFiles/generator.dir/reporthandler.cpp.o
  97. [ 42%] Building CXX object generator/CMakeFiles/generator.dir/typeparser.cpp.o
  98. [ 43%] Building CXX object generator/CMakeFiles/generator.dir/typesystem.cpp.o
  99. [ 45%] Building CXX object generator/CMakeFiles/generator.dir/asttoxml.cpp.o
  100. [ 46%] Building CXX object generator/CMakeFiles/generator.dir/fileout.cpp.o
  101. [ 47%] Building CXX object generator/CMakeFiles/generator.dir/generatorset.cpp.o
  102. [ 49%] Building CXX object generator/CMakeFiles/generator.dir/metajava.cpp.o
  103. [ 50%] Building CXX object generator/CMakeFiles/generator.dir/customtypes.cpp.o
  104. [ 52%] Building CXX object generator/CMakeFiles/generator.dir/abstractmetabuilder.cpp.o
  105. [ 53%] Building CXX object generator/CMakeFiles/generator.dir/abstractmetalang.cpp.o
  106. [ 54%] Building CXX object generator/CMakeFiles/generator.dir/prigenerator.cpp.o
  107. [ 56%] Building CXX object generator/CMakeFiles/generator.dir/parser/ast.cpp.o
  108. [ 57%] Building CXX object generator/CMakeFiles/generator.dir/parser/lexer.cpp.o
  109. [ 59%] Building CXX object generator/CMakeFiles/generator.dir/parser/list.cpp.o
  110. [ 60%] Building CXX object generator/CMakeFiles/generator.dir/parser/parser.cpp.o
  111. /root/libs/qtd/generator/parser/parser.cpp:801:2: warning: #warning "implement me" [-Wcpp]
  112. #warning "implement me"
  113. ^
  114. /root/libs/qtd/generator/parser/parser.cpp:2348:2: warning: #warning "implement me" [-Wcpp]
  115. #warning "implement me"
  116. ^
  117. /root/libs/qtd/generator/parser/parser.cpp:2372:2: warning: #warning "implemente me (AST)" [-Wcpp]
  118. #warning "implemente me (AST)"
  119. ^
  120. /root/libs/qtd/generator/parser/parser.cpp:2548:2: warning: #warning "implement me" [-Wcpp]
  121. #warning "implement me"
  122. ^
  123. /root/libs/qtd/generator/parser/parser.cpp:2556:2: warning: #warning "implement me" [-Wcpp]
  124. #warning "implement me"
  125. ^
  126. /root/libs/qtd/generator/parser/parser.cpp:3199:2: warning: #warning "mark the ast as constant" [-Wcpp]
  127. #warning "mark the ast as constant"
  128. ^
  129. /root/libs/qtd/generator/parser/parser.cpp:3300:2: warning: #warning "Parser::skipFunctionBody() -- implement me" [-Wcpp]
  130. #warning "Parser::skipFunctionBody() -- implement me"
  131. ^
  132. /root/libs/qtd/generator/parser/parser.cpp:3329:2: warning: #warning "implement me" [-Wcpp]
  133. #warning "implement me"
  134. ^
  135. [ 61%] Building CXX object generator/CMakeFiles/generator.dir/parser/smallobject.cpp.o
  136. [ 63%] Building CXX object generator/CMakeFiles/generator.dir/parser/control.cpp.o
  137. [ 64%] Building CXX object generator/CMakeFiles/generator.dir/parser/visitor.cpp.o
  138. [ 66%] Building CXX object generator/CMakeFiles/generator.dir/parser/default_visitor.cpp.o
  139. [ 67%] Building CXX object generator/CMakeFiles/generator.dir/parser/dumptree.cpp.o
  140. [ 69%] Building CXX object generator/CMakeFiles/generator.dir/parser/tokens.cpp.o
  141. [ 70%] Building CXX object generator/CMakeFiles/generator.dir/parser/binder.cpp.o
  142. [ 71%] Building CXX object generator/CMakeFiles/generator.dir/parser/codemodel.cpp.o
  143. [ 73%] Building CXX object generator/CMakeFiles/generator.dir/parser/type_compiler.cpp.o
  144. [ 74%] Building CXX object generator/CMakeFiles/generator.dir/parser/name_compiler.cpp.o
  145. /root/libs/qtd/generator/parser/name_compiler.cpp:85:2: warning: #warning "NameCompiler::visitUnqualifiedName() -- implement me" [-Wcpp]
  146. #warning "NameCompiler::visitUnqualifiedName() -- implement me"
  147. ^
  148. /root/libs/qtd/generator/parser/name_compiler.cpp:98:2: warning: #warning "don't use an hardcoded string as cast' name" [-Wcpp]
  149. #warning "don't use an hardcoded string as cast' name"
  150. ^
  151. [ 76%] Building CXX object generator/CMakeFiles/generator.dir/parser/declarator_compiler.cpp.o
  152. /root/libs/qtd/generator/parser/declarator_compiler.cpp:135:2: warning: #warning "ptr to mem -- not implemented" [-Wcpp]
  153. #warning "ptr to mem -- not implemented"
  154. ^
  155. [ 77%] Building CXX object generator/CMakeFiles/generator.dir/parser/class_compiler.cpp.o
  156. [ 78%] Building CXX object generator/CMakeFiles/generator.dir/parser/codemodel_finder.cpp.o
  157. [ 80%] Building CXX object generator/CMakeFiles/generator.dir/parser/compiler_utils.cpp.o
  158. [ 81%] Building CXX object generator/CMakeFiles/generator.dir/parser/rpp/preprocessor.cpp.o
  159. [ 83%] Building CXX object generator/CMakeFiles/generator.dir/moc_cppgenerator.cxx.o
  160. [ 84%] Building CXX object generator/CMakeFiles/generator.dir/moc_cppheadergenerator.cxx.o
  161. [ 85%] Building CXX object generator/CMakeFiles/generator.dir/moc_cppimplgenerator.cxx.o
  162. [ 87%] Building CXX object generator/CMakeFiles/generator.dir/moc_generatorsetd.cxx.o
  163. [ 88%] Building CXX object generator/CMakeFiles/generator.dir/moc_dgenerator.cxx.o
  164. [ 90%] Building CXX object generator/CMakeFiles/generator.dir/moc_jumptable.cxx.o
  165. [ 91%] Building CXX object generator/CMakeFiles/generator.dir/moc_containergenerator.cxx.o
  166. [ 92%] Building CXX object generator/CMakeFiles/generator.dir/moc_generator.cxx.o
  167. [ 94%] Building CXX object generator/CMakeFiles/generator.dir/moc_fileout.cxx.o
  168. [ 95%] Building CXX object generator/CMakeFiles/generator.dir/moc_generatorset.cxx.o
  169. [ 97%] Building CXX object generator/CMakeFiles/generator.dir/moc_prigenerator.cxx.o
  170. [ 98%] Building CXX object generator/CMakeFiles/generator.dir/qrc_generator.cxx.o
  171. Linking CXX executable generator
  172. [ 98%] Built target generator
  173. Scanning dependencies of target dgen
  174. [100%] Generating binding...
  175. Running the QtD Generator. Please wait while source files are being generated...
  176. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::setTransformations', unmatched parameter type 'QList<QGraphicsTransform*> const&'
  177. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::setGraphicsEffect', unmatched parameter type 'QGraphicsEffect*'
  178. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::setPanelModality', unmatched parameter type 'QGraphicsItem::PanelModality'
  179. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::panelModality', unmatched return type 'QGraphicsItem::PanelModality'
  180. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::setInputMethodHints', unmatched parameter type 'Qt::InputMethodHints'
  181. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::transformations', unmatched return type 'QList<QGraphicsTransform*>'
  182. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::inputMethodHints', unmatched return type 'Qt::InputMethodHints'
  183. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsItem::graphicsEffect', unmatched return type 'QGraphicsEffect*'
  184. WARNING(MetaJavaBuilder) :: enum 'QGraphicsItem::PanelModality' does not have a type entry or is not an enum
  185. WARNING(MetaJavaBuilder) :: skipping function 'QSqlField::setType', unmatched parameter type 'QVariant::Type'
  186. WARNING(MetaJavaBuilder) :: skipping function 'QSqlField::QSqlField', unmatched parameter type 'QVariant::Type'
  187. WARNING(MetaJavaBuilder) :: skipping function 'QSqlField::type', unmatched return type 'QVariant::Type'
  188. WARNING(MetaJavaBuilder) :: unsupported default value 'QChar()' of argument in function 'QTextOption_Tab', class 'QTextOption_Tab'
  189. WARNING(MetaJavaBuilder) :: signal 'highlighted' in class 'QComboBox' is overloaded.
  190. WARNING(MetaJavaBuilder) :: signal 'activated' in class 'QComboBox' is overloaded.
  191. WARNING(MetaJavaBuilder) :: signal 'currentIndexChanged' in class 'QComboBox' is overloaded.
  192. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'Qt::CursorMoveStyle' in class 'QLineEdit'
  193. WARNING(MetaJavaBuilder) :: skipping function 'QLineEdit::setTextMargins', unmatched parameter type 'QMargins const&'
  194. WARNING(MetaJavaBuilder) :: skipping function 'QLineEdit::textMargins', unmatched return type 'QMargins'
  195. WARNING(MetaJavaBuilder) :: skipping function 'QLineEdit::cursorMoveStyle', unmatched return type 'Qt::CursorMoveStyle'
  196. WARNING(MetaJavaBuilder) :: skipping function 'QLineEdit::setCursorMoveStyle', unmatched parameter type 'Qt::CursorMoveStyle'
  197. WARNING(MetaJavaBuilder) :: signal 'buttonClicked' in class 'QButtonGroup' is overloaded.
  198. WARNING(MetaJavaBuilder) :: signal 'buttonPressed' in class 'QButtonGroup' is overloaded.
  199. WARNING(MetaJavaBuilder) :: signal 'buttonReleased' in class 'QButtonGroup' is overloaded.
  200. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::options', unmatched return type 'QInputDialog::InputDialogOptions'
  201. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::testOption', unmatched parameter type 'QInputDialog::InputDialogOption'
  202. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::inputMode', unmatched return type 'QInputDialog::InputMode'
  203. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::setOption', unmatched parameter type 'QInputDialog::InputDialogOption'
  204. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::getText', unmatched parameter type 'Qt::InputMethodHints'
  205. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::setOptions', unmatched parameter type 'QInputDialog::InputDialogOptions'
  206. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::getItem', unmatched parameter type 'Qt::InputMethodHints'
  207. WARNING(MetaJavaBuilder) :: skipping function 'QInputDialog::setInputMode', unmatched parameter type 'QInputDialog::InputMode'
  208. WARNING(MetaJavaBuilder) :: enum 'QInputDialog::InputMode' does not have a type entry or is not an enum
  209. WARNING(MetaJavaBuilder) :: enum 'QInputDialog::InputDialogOption' does not have a type entry or is not an enum
  210. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkProxyQuery::networkConfiguration', unmatched return type 'QNetworkConfiguration'
  211. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkProxyQuery::setNetworkConfiguration', unmatched parameter type 'QNetworkConfiguration const&'
  212. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkProxyQuery::QNetworkProxyQuery', unmatched parameter type 'QNetworkConfiguration const&'
  213. WARNING(MetaJavaBuilder) :: signal 'valueChanged' in class 'QDoubleSpinBox' is overloaded.
  214. WARNING(MetaJavaBuilder) :: skipping function 'QAccessibleInterface::actionInterface', unmatched return type 'QAccessibleActionInterface*'
  215. WARNING(MetaJavaBuilder) :: skipping function 'QAccessibleInterface::table2Interface', unmatched return type 'QAccessibleTable2Interface*'
  216. WARNING(MetaJavaBuilder) :: skipping function 'QAccessibleInterface::imageInterface', unmatched return type 'QAccessibleImageInterface*'
  217. WARNING(MetaJavaBuilder) :: skipping function 'QDomElement::setAttribute', unmatched parameter type 'qlonglong'
  218. WARNING(MetaJavaBuilder) :: skipping function 'QDomElement::setAttributeNS', unmatched parameter type 'qlonglong'
  219. WARNING(MetaJavaBuilder) :: signal 'highlighted' in class 'QCompleter' is overloaded.
  220. WARNING(MetaJavaBuilder) :: signal 'activated' in class 'QCompleter' is overloaded.
  221. WARNING(MetaJavaBuilder) :: unsupported default value 'QLatin1String(defaultConnection)' of argument in function 'contains', class 'QSqlDatabase'
  222. WARNING(MetaJavaBuilder) :: unsupported default value 'QLatin1String(defaultConnection)' of argument in function 'addDatabase', class 'QSqlDatabase'
  223. WARNING(MetaJavaBuilder) :: unsupported default value 'QLatin1String(defaultConnection)' of argument in function 'database', class 'QSqlDatabase'
  224. WARNING(MetaJavaBuilder) :: skipping function 'QByteArray::toLongLong', unmatched return type 'qlonglong'
  225. WARNING(MetaJavaBuilder) :: skipping function 'QByteArray::setNum', unmatched parameter type 'qlonglong'
  226. WARNING(MetaJavaBuilder) :: skipping function 'QByteArray::number', unmatched parameter type 'qlonglong'
  227. WARNING(MetaJavaBuilder) :: skipping function 'QByteArray::QByteArray', unmatched parameter type 'Qt::Initialization'
  228. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::nameToType', unmatched return type 'QVariant::Type'
  229. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::QVariant', unmatched parameter type 'QEasingCurve const&'
  230. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::QVariant', unmatched parameter type 'qlonglong'
  231. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::QVariant', unmatched parameter type 'QVariant::Type'
  232. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::canConvert', unmatched parameter type 'QVariant::Type'
  233. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::toEasingCurve', unmatched return type 'QEasingCurve'
  234. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::fromValue', unmatched parameter type 'T const&'
  235. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::value', unmatched return type 'T'
  236. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::convert', unmatched parameter type 'QVariant::Type'
  237. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::toLongLong', unmatched return type 'qlonglong'
  238. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::typeToName', unmatched parameter type 'QVariant::Type'
  239. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::setValue', unmatched parameter type 'T const&'
  240. WARNING(MetaJavaBuilder) :: skipping function 'QVariant::type', unmatched return type 'QVariant::Type'
  241. WARNING(MetaJavaBuilder) :: enum 'QVariant::Type' does not have a type entry or is not an enum
  242. WARNING(MetaJavaBuilder) :: skipping field 'QVariant::handler' with unmatched type 'QVariant::Handler'
  243. WARNING(MetaJavaBuilder) :: skipping function 'QMimeData::retrieveData', unmatched parameter type 'QVariant::Type'
  244. WARNING(MetaJavaBuilder) :: skipping function 'QFont::hintingPreference', unmatched return type 'QFont::HintingPreference'
  245. WARNING(MetaJavaBuilder) :: skipping function 'QFont::setHintingPreference', unmatched parameter type 'QFont::HintingPreference'
  246. WARNING(MetaJavaBuilder) :: enum 'QFont::HintingPreference' does not have a type entry or is not an enum
  247. WARNING(MetaJavaBuilder) :: skipping function 'QMatrix::QMatrix', unmatched parameter type 'Qt::Initialization'
  248. WARNING(MetaJavaBuilder) :: skipping function 'QLayout::setContentsMargins', unmatched parameter type 'QMargins const&'
  249. WARNING(MetaJavaBuilder) :: skipping function 'QLayout::contentsMargins', unmatched return type 'QMargins'
  250. WARNING(MetaJavaBuilder) :: skipping function 'QTextDocument::setDefaultCursorMoveStyle', unmatched parameter type 'Qt::CursorMoveStyle'
  251. WARNING(MetaJavaBuilder) :: skipping function 'QTextDocument::clearUndoRedoStacks', unmatched parameter type 'QTextDocument::Stacks'
  252. WARNING(MetaJavaBuilder) :: skipping function 'QTextDocument::defaultCursorMoveStyle', unmatched return type 'Qt::CursorMoveStyle'
  253. WARNING(MetaJavaBuilder) :: enum 'QTextDocument::Stacks' does not have a type entry or is not an enum
  254. WARNING(MetaJavaBuilder) :: skipping function 'QSqlRelationalTableModel::setJoinMode', unmatched parameter type 'QSqlRelationalTableModel::JoinMode'
  255. WARNING(MetaJavaBuilder) :: enum 'QSqlRelationalTableModel::JoinMode' does not have a type entry or is not an enum
  256. WARNING(MetaJavaBuilder) :: skipping function 'QTransform::QTransform', unmatched parameter type 'Qt::Initialization'
  257. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::script', unmatched return type 'QLocale::Script'
  258. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::quoteString', unmatched parameter type 'QLocale::QuotationStyle'
  259. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::toULongLong', unmatched return type 'qlonglong'
  260. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::currencySymbol', unmatched parameter type 'QLocale::CurrencySymbolFormat'
  261. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::matchingLocales', unmatched parameter type 'QLocale::Script'
  262. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::scriptToString', unmatched parameter type 'QLocale::Script'
  263. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::toCurrencyString', unmatched parameter type 'qlonglong'
  264. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::toLongLong', unmatched return type 'qlonglong'
  265. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::toString', unmatched parameter type 'qlonglong'
  266. WARNING(MetaJavaBuilder) :: skipping function 'QLocale::QLocale', unmatched parameter type 'QLocale::Script'
  267. WARNING(MetaJavaBuilder) :: enum 'QLocale::QuotationStyle' does not have a type entry or is not an enum
  268. WARNING(MetaJavaBuilder) :: enum 'QLocale::CurrencySymbolFormat' does not have a type entry or is not an enum
  269. WARNING(MetaJavaBuilder) :: enum 'QLocale::Script' does not have a type entry or is not an enum
  270. WARNING(MetaJavaBuilder) :: skipping function 'QGLWidget::bindTexture', unmatched parameter type 'QGLContext::BindOptions'
  271. WARNING(MetaJavaBuilder) :: skipping function 'QAbstractSocket::socketOption', unmatched parameter type 'QAbstractSocket::SocketOption'
  272. WARNING(MetaJavaBuilder) :: skipping function 'QAbstractSocket::setSocketOption', unmatched parameter type 'QAbstractSocket::SocketOption'
  273. WARNING(MetaJavaBuilder) :: enum 'QAbstractSocket::SocketOption' does not have a type entry or is not an enum
  274. WARNING(MetaJavaBuilder) :: skipping function 'QAbstractScrollArea::setViewportMargins', unmatched parameter type 'QMargins const&'
  275. WARNING(MetaJavaBuilder) :: enum 'QStyle::RequestSoftwareInputPanel' does not have a type entry or is not an enum
  276. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'ColorDialogOptions' in class 'QColorDialog'
  277. WARNING(MetaJavaBuilder) :: skipping function 'QColorDialog::getColor', unmatched parameter type 'QColorDialog::ColorDialogOptions'
  278. WARNING(MetaJavaBuilder) :: skipping function 'QColorDialog::testOption', unmatched parameter type 'QColorDialog::ColorDialogOption'
  279. WARNING(MetaJavaBuilder) :: skipping function 'QColorDialog::setOptions', unmatched parameter type 'QColorDialog::ColorDialogOptions'
  280. WARNING(MetaJavaBuilder) :: skipping function 'QColorDialog::setOption', unmatched parameter type 'QColorDialog::ColorDialogOption'
  281. WARNING(MetaJavaBuilder) :: skipping function 'QColorDialog::options', unmatched return type 'QColorDialog::ColorDialogOptions'
  282. WARNING(MetaJavaBuilder) :: enum 'QColorDialog::ColorDialogOption' does not have a type entry or is not an enum
  283. WARNING(MetaJavaBuilder) :: skipping function 'QTextLayout::setCursorMoveStyle', unmatched parameter type 'Qt::CursorMoveStyle'
  284. WARNING(MetaJavaBuilder) :: skipping function 'QTextLayout::cursorMoveStyle', unmatched return type 'Qt::CursorMoveStyle'
  285. WARNING(MetaJavaBuilder) :: skipping function 'QDateTimeEdit::QDateTimeEdit', unmatched parameter type 'QVariant::Type'
  286. WARNING(MetaJavaBuilder) :: Object type 'QGraphicsObject' passed as value. Resulting code will not compile.
  287. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'QGraphicsEffect' in class 'QGraphicsObject'
  288. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsObject::ungrabGesture', unmatched parameter type 'Qt::GestureType'
  289. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsObject::grabGesture', unmatched parameter type 'Qt::GestureType'
  290. WARNING(MetaJavaBuilder) :: skipping function 'QFSFileEngine::open', unmatched parameter type 'QFile::FileHandleFlags'
  291. WARNING(MetaJavaBuilder) :: skipping function 'QItemEditorFactory::createEditor', unmatched parameter type 'QVariant::Type'
  292. WARNING(MetaJavaBuilder) :: skipping function 'QItemEditorFactory::registerEditor', unmatched parameter type 'QVariant::Type'
  293. WARNING(MetaJavaBuilder) :: skipping function 'QItemEditorFactory::valuePropertyName', unmatched parameter type 'QVariant::Type'
  294. WARNING(MetaJavaBuilder) :: signal 'mapped' in class 'QSignalMapper' is overloaded.
  295. WARNING(MetaJavaBuilder) :: skipping function 'QGLFramebufferObject::format', unmatched return type 'QGLFramebufferObjectFormat'
  296. WARNING(MetaJavaBuilder) :: skipping function 'QGLFramebufferObject::QGLFramebufferObject', unmatched parameter type 'QGLFramebufferObjectFormat const&'
  297. WARNING(MetaJavaBuilder) :: skipping function 'QGLFramebufferObject::blitFramebuffer', unmatched parameter type 'GLbitfield'
  298. WARNING(MetaJavaBuilder) :: skipping function 'QTextCharFormat::setFontHintingPreference', unmatched parameter type 'QFont::HintingPreference'
  299. WARNING(MetaJavaBuilder) :: skipping function 'QTextCharFormat::fontHintingPreference', unmatched return type 'QFont::HintingPreference'
  300. WARNING(MetaJavaBuilder) :: skipping function 'QTextStream::operator<<', unmatched parameter type 'qlonglong'
  301. WARNING(MetaJavaBuilder) :: skipping function 'QTextStream::operator>>', unmatched parameter type 'qlonglong&'
  302. WARNING(MetaJavaBuilder) :: skipping function 'QPixmapCache::replace', unmatched parameter type 'QPixmapCache::Key const&'
  303. WARNING(MetaJavaBuilder) :: skipping function 'QPixmapCache::remove', unmatched parameter type 'QPixmapCache::Key const&'
  304. WARNING(MetaJavaBuilder) :: skipping function 'QPixmapCache::find', unmatched parameter type 'QPixmapCache::Key const&'
  305. WARNING(MetaJavaBuilder) :: skipping function 'QPixmapCache::insert', unmatched return type 'QPixmapCache::Key'
  306. WARNING(MetaJavaBuilder) :: skipping function 'QGLContext::bindTexture', unmatched parameter type 'QGLContext::BindOptions'
  307. WARNING(MetaJavaBuilder) :: enum 'QGLContext::BindOption' does not have a type entry or is not an enum
  308. WARNING(MetaJavaBuilder) :: skipping function 'QList::detach_helper_grow', unmatched return type 'Node*'
  309. WARNING(MetaJavaBuilder) :: skipping function 'QSslSocket::setSocketOption', unmatched parameter type 'QAbstractSocket::SocketOption'
  310. WARNING(MetaJavaBuilder) :: skipping function 'QSslSocket::socketOption', unmatched parameter type 'QAbstractSocket::SocketOption'
  311. WARNING(MetaJavaBuilder) :: signal 'highlighted' in class 'QTextBrowser' is overloaded.
  312. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'NetworkAccessibility' in class 'QNetworkAccessManager'
  313. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::activeConfiguration', unmatched return type 'QNetworkConfiguration'
  314. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::networkAccessibleChanged', unmatched parameter type 'QNetworkAccessManager::NetworkAccessibility'
  315. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::post', unmatched parameter type 'QHttpMultiPart*'
  316. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::setNetworkAccessible', unmatched parameter type 'QNetworkAccessManager::NetworkAccessibility'
  317. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::configuration', unmatched return type 'QNetworkConfiguration'
  318. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::put', unmatched parameter type 'QHttpMultiPart*'
  319. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::setConfiguration', unmatched parameter type 'QNetworkConfiguration const&'
  320. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkAccessManager::networkAccessible', unmatched return type 'QNetworkAccessManager::NetworkAccessibility'
  321. WARNING(MetaJavaBuilder) :: enum 'QNetworkAccessManager::NetworkAccessibility' does not have a type entry or is not an enum
  322. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'Qt::InputMethodHints' in class 'QWidget'
  323. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::grabGesture', unmatched parameter type 'Qt::GestureType'
  324. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setGraphicsEffect', unmatched parameter type 'QGraphicsEffect*'
  325. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::ungrabGesture', unmatched parameter type 'Qt::GestureType'
  326. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::contentsMargins', unmatched return type 'QMargins'
  327. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setInputMethodHints', unmatched parameter type 'Qt::InputMethodHints'
  328. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::graphicsEffect', unmatched return type 'QGraphicsEffect*'
  329. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::inputMethodHints', unmatched return type 'Qt::InputMethodHints'
  330. WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setContentsMargins', unmatched parameter type 'QMargins const&'
  331. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'SoftKeyRole' in class 'QAction'
  332. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'Priority' in class 'QAction'
  333. WARNING(MetaJavaBuilder) :: skipping function 'QAction::softKeyRole', unmatched return type 'QAction::SoftKeyRole'
  334. WARNING(MetaJavaBuilder) :: skipping function 'QAction::priority', unmatched return type 'QAction::Priority'
  335. WARNING(MetaJavaBuilder) :: skipping function 'QAction::setSoftKeyRole', unmatched parameter type 'QAction::SoftKeyRole'
  336. WARNING(MetaJavaBuilder) :: skipping function 'QAction::setPriority', unmatched parameter type 'QAction::Priority'
  337. WARNING(MetaJavaBuilder) :: enum 'QAction::Priority' does not have a type entry or is not an enum
  338. WARNING(MetaJavaBuilder) :: enum 'QAction::SoftKeyRole' does not have a type entry or is not an enum
  339. WARNING(MetaJavaBuilder) :: skipping function 'QXmlStreamReader::readElementText', unmatched parameter type 'QXmlStreamReader::ReadElementTextBehaviour'
  340. WARNING(MetaJavaBuilder) :: enum 'QXmlStreamReader::ReadElementTextBehaviour' does not have a type entry or is not an enum
  341. WARNING(MetaJavaBuilder) :: skipping function 'QFile::open', unmatched parameter type 'QFile::FileHandleFlags'
  342. WARNING(MetaJavaBuilder) :: enum 'QFile::FileHandleFlag' does not have a type entry or is not an enum
  343. WARNING(MetaJavaBuilder) :: enum 'QIconEngineV2::IconEngineHook' does not have a type entry or is not an enum
  344. WARNING(MetaJavaBuilder) :: skipping function 'QDataStream::floatingPointPrecision', unmatched return type 'QDataStream::FloatingPointPrecision'
  345. WARNING(MetaJavaBuilder) :: skipping function 'QDataStream::setFloatingPointPrecision', unmatched parameter type 'QDataStream::FloatingPointPrecision'
  346. WARNING(MetaJavaBuilder) :: enum 'QDataStream::FloatingPointPrecision' does not have a type entry or is not an enum
  347. WARNING(MetaJavaBuilder) :: signal 'valueChanged' in class 'QSpinBox' is overloaded.
  348. WARNING(MetaJavaBuilder) :: skipping function 'QPainter::drawStaticText', unmatched parameter type 'QStaticText const&'
  349. WARNING(MetaJavaBuilder) :: skipping function 'QPainter::drawPixmapFragments', unmatched parameter type 'QPainter::PixmapFragmentHints'
  350. WARNING(MetaJavaBuilder) :: skipping function 'QPainter::drawPixmapFragments', unmatched parameter type 'QPainter::PixmapFragment const*'
  351. WARNING(MetaJavaBuilder) :: enum 'QPainter::PixmapFragmentHint' does not have a type entry or is not an enum
  352. WARNING(MetaJavaBuilder) :: skipping function 'QGradient::setInterpolationMode', unmatched parameter type 'QGradient::InterpolationMode'
  353. WARNING(MetaJavaBuilder) :: skipping function 'QGradient::interpolationMode', unmatched return type 'QGradient::InterpolationMode'
  354. WARNING(MetaJavaBuilder) :: enum 'QGradient::InterpolationMode' does not have a type entry or is not an enum
  355. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'SelectionBehavior' in class 'QTabBar'
  356. WARNING(MetaJavaBuilder) :: skipping function 'QTabBar::selectionBehaviorOnRemove', unmatched return type 'QTabBar::SelectionBehavior'
  357. WARNING(MetaJavaBuilder) :: skipping function 'QTabBar::setSelectionBehaviorOnRemove', unmatched parameter type 'QTabBar::SelectionBehavior'
  358. WARNING(MetaJavaBuilder) :: skipping function 'QTabBar::setTabButton', unmatched parameter type 'QTabBar::ButtonPosition'
  359. WARNING(MetaJavaBuilder) :: skipping function 'QTabBar::tabButton', unmatched parameter type 'QTabBar::ButtonPosition'
  360. WARNING(MetaJavaBuilder) :: enum 'QTabBar::SelectionBehavior' does not have a type entry or is not an enum
  361. WARNING(MetaJavaBuilder) :: enum 'QTabBar::ButtonPosition' does not have a type entry or is not an enum
  362. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'QEasingCurve' in class 'QTimeLine'
  363. WARNING(MetaJavaBuilder) :: skipping function 'QTimeLine::easingCurve', unmatched return type 'QEasingCurve'
  364. WARNING(MetaJavaBuilder) :: skipping function 'QTimeLine::setEasingCurve', unmatched parameter type 'QEasingCurve const&'
  365. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkRequest::setPriority', unmatched parameter type 'QNetworkRequest::Priority'
  366. WARNING(MetaJavaBuilder) :: skipping function 'QNetworkRequest::priority', unmatched return type 'QNetworkRequest::Priority'
  367. WARNING(MetaJavaBuilder) :: enum 'QNetworkRequest::Priority' does not have a type entry or is not an enum
  368. WARNING(MetaJavaBuilder) :: enum 'QNetworkRequest::LoadControl' does not have a type entry or is not an enum
  369. WARNING(MetaJavaBuilder) :: skipping function 'QProcess::processEnvironment', unmatched return type 'QProcessEnvironment'
  370. WARNING(MetaJavaBuilder) :: skipping function 'QProcess::setProcessEnvironment', unmatched parameter type 'QProcessEnvironment const&'
  371. WARNING(MetaJavaBuilder) :: signal 'finished' in class 'QProcess' is overloaded.
  372. WARNING(MetaJavaBuilder) :: skipping function 'QGLFormat::profile', unmatched return type 'QGLFormat::OpenGLContextProfile'
  373. WARNING(MetaJavaBuilder) :: skipping function 'QGLFormat::setProfile', unmatched parameter type 'QGLFormat::OpenGLContextProfile'
  374. WARNING(MetaJavaBuilder) :: enum 'QGLFormat::OpenGLContextProfile' does not have a type entry or is not an enum
  375. WARNING(MetaJavaBuilder) :: enum 'QTextBlockFormat::LineHeightTypes' does not have a type entry or is not an enum
  376. WARNING(MetaJavaBuilder) :: skipping function 'QMetaType::registerType', unmatched parameter type 'QMetaType::Destructor'
  377. WARNING(MetaJavaBuilder) :: skipping function 'QMetaType::registerStreamOperators', unmatched parameter type 'QMetaType::SaveOperator'
  378. WARNING(MetaJavaBuilder) :: enum 'QMetaType::Type' does not have a type entry or is not an enum
  379. WARNING(MetaJavaBuilder) :: skipping function 'QSslConfiguration::testSslOption', unmatched parameter type 'QSsl::SslOption'
  380. WARNING(MetaJavaBuilder) :: skipping function 'QSslConfiguration::setSslOption', unmatched parameter type 'QSsl::SslOption'
  381. WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'FontDialogOptions' in class 'QFontDialog'
  382. WARNING(MetaJavaBuilder) :: skipping function 'QFontDialog::testOption', unmatched parameter type 'QFontDialog::FontDialogOption'
  383. WARNING(MetaJavaBuilder) :: skipping function 'QFontDialog::setOptions', unmatched parameter type 'QFontDialog::FontDialogOptions'
  384. WARNING(MetaJavaBuilder) :: skipping function 'QFontDialog::setOption', unmatched parameter type 'QFontDialog::FontDialogOption'
  385. WARNING(MetaJavaBuilder) :: skipping function 'QFontDialog::getFont', unmatched parameter type 'QFontDialog::FontDialogOptions'
  386. WARNING(MetaJavaBuilder) :: skipping function 'QFontDialog::options', unmatched return type 'QFontDialog::FontDialogOptions'
  387. WARNING(MetaJavaBuilder) :: enum 'QFontDialog::FontDialogOption' does not have a type entry or is not an enum
  388. WARNING(MetaJavaBuilder) :: skipping function 'QDate::shortMonthName', unmatched parameter type 'QDate::MonthNameType'
  389. WARNING(MetaJavaBuilder) :: skipping function 'QDate::longDayName', unmatched parameter type 'QDate::MonthNameType'
  390. WARNING(MetaJavaBuilder) :: skipping function 'QDate::shortDayName', unmatched parameter type 'QDate::MonthNameType'
  391. WARNING(MetaJavaBuilder) :: skipping function 'QDate::longMonthName', unmatched parameter type 'QDate::MonthNameType'
  392. WARNING(MetaJavaBuilder) :: enum 'QDate::MonthNameType' does not have a type entry or is not an enum
  393. WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<qValueType<Iterator>::value_type>'
  394. WARNING(MetaJavaBuilder) :: enum 'Qt::GestureType' does not have a type entry or is not an enum
  395. WARNING(MetaJavaBuilder) :: enum 'Qt::GestureFlag' does not have a type entry or is not an enum
  396. WARNING(MetaJavaBuilder) :: enum 'Qt::CursorMoveStyle' does not have a type entry or is not an enum
  397. WARNING(MetaJavaBuilder) :: enum 'Qt::GestureState' does not have a type entry or is not an enum
  398. WARNING(MetaJavaBuilder) :: enum 'Qt::CoordinateSystem' does not have a type entry or is not an enum
  399. WARNING(MetaJavaBuilder) :: enum 'Qt::TileRule' does not have a type entry or is not an enum
  400. WARNING(MetaJavaBuilder) :: enum 'Qt::Initialization' does not have a type entry or is not an enum
  401. WARNING(MetaJavaBuilder) :: enum 'Qt::AnchorPoint' does not have a type entry or is not an enum
  402. WARNING(MetaJavaBuilder) :: enum 'Qt::NavigationMode' does not have a type entry or is not an enum
  403. WARNING(MetaJavaBuilder) :: enum 'Qt::InputMethodHint' does not have a type entry or is not an enum
  404. WARNING(MetaJavaBuilder) :: enum 'Qt::TouchPointState' does not have a type entry or is not an enum
  405. WARNING(MetaJavaBuilder) :: namespace 'QtSharedPointer' does not have a type entry
  406. WARNING(MetaJavaBuilder) :: namespace 'QtStringBuilder' does not have a type entry
  407. WARNING(MetaJavaBuilder) :: enum 'QSsl::SslOption' does not have a type entry or is not an enum
  408. WARNING(MetaJavaBuilder) :: namespace 'QDrawBorderPixmap' does not have a type entry
  409. WARNING(MetaJavaBuilder) :: enum 'QtValidLicenseForOpenVGModule' does not have a type entry or is not an enum
  410. WARNING(MetaJavaBuilder) :: enum 'QtValidLicenseForScriptToolsModule' does not have a type entry or is not an enum
  411. WARNING(MetaJavaBuilder) :: enum 'QtValidLicenseForDeclarativeModule' does not have a type entry or is not an enum
  412. WARNING(MetaJavaBuilder) :: enum 'enum_2' does not have a type entry or is not an enum
  413. WARNING(MetaJavaBuilder) :: enum 'enum_3' does not have a type entry or is not an enum
  414. WARNING(MetaJavaBuilder) :: enum 'QtValidLicenseForMultimediaModule' does not have a type entry or is not an enum
  415. WARNING(MetaJavaBuilder) :: Shadowing: QObject::parent() const and QAbstractItemModel::parent() const; Java code will not compile
  416. WARNING(MetaJavaBuilder) :: Shadowing: QAbstractItemModel::parent() const and QDirModel::parent() const; Java code will not compile
  417. WARNING(MetaJavaBuilder) :: Shadowing: QObject::parent() const and QDirModel::parent() const; Java code will not compile
  418. WARNING(MetaJavaBuilder) :: Shadowing: QAbstractSocket::error() const and QSslSocket::sslErrors() const; Java code will not compile
  419. WARNING(MetaJavaBuilder) :: Shadowing: QWidget::render(QPainter * painter, const QPoint & targetOffset, const QRegion & sourceRegion, QFlags<QWidget::RenderFlag> renderFlags) and QGraphicsView::render(QPainter * painter, const QRectF & target, const QRect & source, Qt::AspectRatioMode aspectRatioMode); Java code will not compile
  420. WARNING(MetaJavaBuilder) :: private virtual function 'create(const QString & name)' in 'QTextCodecPlugin'
  421. WARNING(MetaJavaBuilder) :: private virtual function 'keys() const' in 'QTextCodecPlugin'
  422. WARNING(MetaJavaBuilder) :: type 'QSizeF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  423. WARNING(MetaJavaBuilder) :: type 'JObjectWrapper' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  424. WARNING(MetaJavaBuilder) :: type 'QLineF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  425. WARNING(MetaJavaBuilder) :: type 'QtJambiFuture' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  426. WARNING(MetaJavaBuilder) :: type 'QtJambiFutureSynchronizer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  427. WARNING(MetaJavaBuilder) :: type 'QPoint' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  428. WARNING(MetaJavaBuilder) :: type 'QLine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  429. WARNING(MetaJavaBuilder) :: type 'QtJambiFutureWatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  430. WARNING(MetaJavaBuilder) :: type 'QtJambiVoidFutureSynchronizer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  431. WARNING(MetaJavaBuilder) :: type 'QSize' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  432. WARNING(MetaJavaBuilder) :: enum 'QFormLayout::FormStyle' is specified in typesystem, but not declared
  433. WARNING(MetaJavaBuilder) :: type 'QRectF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  434. WARNING(MetaJavaBuilder) :: type 'QtJambiVoidFuture' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  435. WARNING(MetaJavaBuilder) :: type 'QGuiSignalMapper' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  436. WARNING(MetaJavaBuilder) :: namespace 'qt.gui.QLineF' for enum 'IntersectType' is not declared
  437. WARNING(MetaJavaBuilder) :: type 'QRect' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  438. WARNING(MetaJavaBuilder) :: type 'QPointF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  439. WARNING(MetaJavaBuilder) :: type 'QtJambiFutureIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  440. WARNING(MetaJavaBuilder) :: type 'QModelIndex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  441. WARNING(MetaJavaBuilder) :: type 'QTreeModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  442. WARNING(MetaJavaBuilder) :: type 'QtJambiVoidFutureWatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
  443. WARNING(MetaJavaBuilder) :: duplicate enum values: QSlider::TickPosition, TicksLeft and TicksAbove are 1, already rejected: ()
  444. WARNING(MetaJavaBuilder) :: duplicate enum values: QSlider::TickPosition, TicksRight and TicksBelow are 2, already rejected: ()
  445. WARNING(MetaJavaBuilder) :: duplicate enum values: QLocale::Language, Kurundi and Rundi are 68, already rejected: (LastLanguage, NorwegianBokmal, Nynorsk)
  446. WARNING(MetaJavaBuilder) :: duplicate enum values: QDataStream::Version, Qt_4_7 and Qt_4_6 are 12, already rejected: (Qt_4_1, Qt_4_5)
  447. WARNING(MetaJavaBuilder) :: duplicate enum values: QDataStream::Version, Qt_4_8 and Qt_4_6 are 12, already rejected: (Qt_4_1, Qt_4_5)
  448. WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QDataStream::Qt_4_5
  449.  
  450. WARNING(MetaJavaBuilder) :: duplicate enum values: Qt::Modifier, SHIFT and META are 0, already rejected: ()
  451. WARNING(MetaJavaBuilder) :: duplicate enum values: Qt::Modifier, CTRL and META are 0, already rejected: ()
  452. WARNING(MetaJavaBuilder) :: duplicate enum values: Qt::Modifier, ALT and META are 0, already rejected: ()
  453. WARNING(MetaJavaBuilder) :: duplicate enum values: Qt::Modifier, MODIFIER_MASK and META are 0, already rejected: ()
  454. WARNING(MetaJavaBuilder) :: duplicate enum values: Qt::Modifier, UNICODE_ACCEL and META are 0, already rejected: ()
  455. WARNING(MetaJavaBuilder) :: duplicate enum values: Qt::MouseButton, MiddleButton and MidButton are 4, already rejected: ()
  456. WARNING(MetaJavaBuilder) :: unhandled enum value: RenderFlags(DrawWindowBackground in QWidget::RenderFlag
  457. WARNING(MetaJavaBuilder) :: unhandled enum value: DrawChildren) in QWidget::RenderFlag
  458. WARNING(MetaJavaBuilder) :: unmatched enum RenderFlags(DrawWindowBackground | DrawChildren) when parsing default value of 'render' in class 'QWidget'
  459. WARNING(MetaJavaBuilder) :: unhandled enum value: static_cast<Qt::MatchFlags>(Qt::MatchExactly in Qt::MatchFlag
  460. WARNING(MetaJavaBuilder) :: unhandled enum value: Qt::MatchCaseSensitive) in Qt::MatchFlag
  461. WARNING(MetaJavaBuilder) :: unmatched enum static_cast<Qt::MatchFlags>(Qt::MatchExactly|Qt::MatchCaseSensitive) when parsing default value of 'findData' in class 'QComboBox'
  462. WARNING(MetaJavaBuilder) :: unmatched enum static_cast<Qt::MatchFlags>(Qt::MatchExactly|Qt::MatchCaseSensitive) when parsing default value of 'findText' in class 'QComboBox'
  463. WARNING(MetaJavaBuilder) :: unhandled enum value: Qt::MatchFlags(Qt::MatchStartsWith in Qt::MatchFlag
  464. WARNING(MetaJavaBuilder) :: unhandled enum value: Qt::MatchWrap) in Qt::MatchFlag
  465. WARNING(MetaJavaBuilder) :: unmatched enum Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap) when parsing default value of 'match' in class 'QAbstractItemModel'
  466. WARNING(MetaJavaBuilder) :: unmatched enum Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap) when parsing default value of 'match' in class 'QProxyModel'
  467. WARNING(MetaJavaBuilder) :: signature 'parse(QXmlInputSource)' for function modification in 'QXmlStreamReader' not found. Possible candidates:
  468. WARNING(MetaJavaBuilder) :: signature 'toULongLong(QString,bool*,int)const' for function modification in 'QLocale' not found. Possible candidates:
  469. WARNING(MetaJavaBuilder) :: signature 'operator<<(long long)' for function modification in 'QTextStream' not found. Possible candidates: operator<<(QBool) in QTextStream, operator<<(QChar) in QTextStream, operator<<(char) in QTextStream, operator<<(QByteArray) in QTextStream, operator<<(QString) in QTextStream, operator<<(const char*) in QTextStream, operator<<(const void*) in QTextStream, operator<<(double) in QTextStream, operator<<(float) in QTextStream, operator<<(signed int) in QTextStream, operator<<(signed long) in QTextStream, operator<<(signed short) in QTextStream, operator<<(uint) in QTextStream, operator<<(ulong) in QTextStream, operator<<(unsigned long long) in QTextStream, operator<<(unsigned short) in QTextStream
  470. WARNING(MetaJavaBuilder) :: signature 'operator>>(long long&)' for function modification in 'QTextStream' not found. Possible candidates: operator>>(QByteArray&) in QTextStream, operator>>(QChar&) in QTextStream, operator>>(QString&) in QTextStream, operator>>(char&) in QTextStream, operator>>(char*) in QTextStream, operator>>(double&) in QTextStream, operator>>(float&) in QTextStream, operator>>(signed int&) in QTextStream, operator>>(signed long&) in QTextStream, operator>>(signed short&) in QTextStream, operator>>(uint&) in QTextStream, operator>>(ulong&) in QTextStream, operator>>(unsigned long long&) in QTextStream, operator>>(unsigned short&) in QTextStream
  471. WARNING(MetaJavaBuilder) :: signature 'write(const char*,long long)' for function modification in 'QIODevice' not found. Possible candidates: write(QByteArray) in QIODevice, write(const char*) in QIODevice, write(const char*,qint64) in QIODevice
  472. WARNING(MetaJavaBuilder) :: signature 'map(long long,long long,QFile::MemoryMapFlags)' for function modification in 'QFile' not found. Possible candidates: map(qint64,qint64,QFile::MemoryMapFlags) in QFile
  473. WARNING(MetaJavaBuilder) :: signature 'matrix()const' for function modification in 'QGraphicsTextItem' not found. Possible candidates:
  474. WARNING(MetaJavaBuilder) :: signature 'resetMatrix()' for function modification in 'QGraphicsTextItem' not found. Possible candidates:
  475. WARNING(MetaJavaBuilder) :: signature 'sceneMatrix()const' for function modification in 'QGraphicsTextItem' not found. Possible candidates:
  476. WARNING(MetaJavaBuilder) :: signature 'setMatrix(QMatrix,bool)' for function modification in 'QGraphicsTextItem' not found. Possible candidates:
  477. WARNING(MetaJavaBuilder) :: signature 'getContentsMargins(double*,double*,double*,double*)const' for function modification in 'QGraphicsProxyWidget' not found. Possible candidates: getContentsMargins(double*,double*,double*,double*)const in QGraphicsWidget
  478. WARNING(MetaJavaBuilder) :: signature 'QCoreApplication(int&,char**)' for function modification in 'QCoreApplication' not found. Possible candidates: QCoreApplication(int&,char**,int) in QCoreApplication
  479. WARNING(MetaJavaBuilder) :: signature 'setExtension(QGraphicsItem::Extension,QVariant)' for function modification in 'QGraphicsLayoutItem' not found. Possible candidates:
  480. WARNING(MetaJavaBuilder) :: signature 'supportsExtension(QGraphicsItem::Extension)const' for function modification in 'QGraphicsLayoutItem' not found. Possible candidates:
  481. WARNING(MetaJavaBuilder) :: signature 'operator QPointF()const' for function modification in 'QPainterPath::Element' not found. Possible candidates:
  482. WARNING(MetaJavaBuilder) :: signature 'toLongLong(bool*,int)const' for function modification in 'QByteArray' not found. Possible candidates:
  483. WARNING(MetaJavaBuilder) :: signature 'map(long long,long long,QFile::MemoryMapFlags)' for function modification in 'QAbstractFileEngine' not found. Possible candidates: map(qint64,qint64,QFile::MemoryMapFlags) in QAbstractFileEngine
  484. WARNING(MetaJavaBuilder) :: signature 'matrix()const' for function modification in 'QGraphicsSvgItem' not found. Possible candidates:
  485. WARNING(MetaJavaBuilder) :: signature 'resetMatrix()' for function modification in 'QGraphicsSvgItem' not found. Possible candidates:
  486. WARNING(MetaJavaBuilder) :: signature 'sceneMatrix()const' for function modification in 'QGraphicsSvgItem' not found. Possible candidates:
  487. WARNING(MetaJavaBuilder) :: signature 'setMatrix(QMatrix,bool)' for function modification in 'QGraphicsSvgItem' not found. Possible candidates:
  488. WARNING(MetaJavaBuilder) :: signature 'setGroup(QGraphicsItemGroup*)' for function modification in 'QGraphicsSvgItem' not found. Possible candidates: setGroup(QGraphicsItemGroup*) in QGraphicsObject
  489. WARNING(MetaJavaBuilder) :: signature 'setParentItem(QGraphicsItem*)' for function modification in 'QGraphicsSvgItem' not found. Possible candidates: setParentItem(QGraphicsItem*) in QGraphicsObject
  490. WARNING(MetaJavaBuilder) :: signature 'registerEditor(QVariant::Type,QItemEditorCreatorBase*)' for function modification in 'QItemEditorFactory' not found. Possible candidates:
  491. WARNING(MetaJavaBuilder) :: Class 'QNetworkCacheMetaData' has equals operators but no qHash() function
  492. WARNING(MetaJavaBuilder) :: Class 'QNetworkProxyQuery' has equals operators but no qHash() function
  493. WARNING(MetaJavaBuilder) :: Class 'QVariant' has equals operators but no qHash() function
  494. WARNING(MetaJavaBuilder) :: Class 'QNetworkAddressEntry' has equals operators but no qHash() function
  495. WARNING(JavaGenerator) :: insert-template referring to non-existing template 'gui.addAction'
  496. WARNING(JavaGenerator) :: insert-template referring to non-existing template 'gui.pixmap_constructor'
  497. WARNING(JavaGenerator) :: insert-template referring to non-existing template 'gui.pixmap_load'
  498. WARNING(CppImplGenerator) :: enum not found: 'QPaintDevice::PaintDeviceMetric'
  499. WARNING(CppImplGenerator) :: enum not found: 'QGraphicsItem::GraphicsItemChange'
  500. WARNING(CppImplGenerator) :: enum not found: 'QGraphicsItem::CacheMode'
  501. WARNING(CppImplGenerator) :: enum not found: 'QGraphicsItem::GraphicsItemFlag'
  502. WARNING(MetaInfoGenerator) :: Value type 'qt.gui.QFontMetrics' is missing a default constructor. The resulting C++ code will not compile. If necessary, use <custom-constructor> and <custom-destructor> tags to provide the constructors.
  503. WARNING(MetaInfoGenerator) :: Value type 'qt.gui.QFontMetricsF' is missing a default constructor. The resulting C++ code will not compile. If necessary, use <custom-constructor> and <custom-destructor> tags to provide the constructors.
  504. WARNING(MetaInfoGenerator) :: Value type 'qt.sql.QSqlField' is missing a default constructor. The resulting C++ code will not compile. If necessary, use <custom-constructor> and <custom-destructor> tags to provide the constructors.
  505. QString::arg: Argument missing: ArrayOps_shell.cpp, qt_core
  506. QString::arg: Argument missing: ArrayOps_shell.cpp, qt_gui
  507. QString::arg: Argument missing: ArrayOps_shell.cpp, qt_xml
  508. QString::arg: Argument missing: ArrayOps_shell.cpp, qt_network
  509. QString::arg: Argument missing: ArrayOps_shell.cpp, qt_opengl
  510. QString::arg: Argument missing: ArrayOps_shell.cpp, qt_svg
  511. QString::arg: Argument missing: ArrayOps_shell.cpp, qt_sql
  512. QString::arg: Argument missing: ArrayOps.d, qt_core
  513. QString::arg: Argument missing: ArrayOps.d, qt_gui
  514. QString::arg: Argument missing: ArrayOps.d, qt_xml
  515. QString::arg: Argument missing: ArrayOps.d, qt_network
  516. QString::arg: Argument missing: ArrayOps.d, qt_opengl
  517. QString::arg: Argument missing: ArrayOps.d, qt_svg
  518. QString::arg: Argument missing: ArrayOps.d, qt_sql
  519. QString::arg: Argument missing: ArrayOps2.d, qt_core
  520. QString::arg: Argument missing: ArrayOps2.d, qt_gui
  521. QString::arg: Argument missing: ArrayOps2.d, qt_xml
  522. QString::arg: Argument missing: ArrayOps2.d, qt_network
  523. QString::arg: Argument missing: ArrayOps2.d, qt_opengl
  524. QString::arg: Argument missing: ArrayOps2.d, qt_svg
  525. QString::arg: Argument missing: ArrayOps2.d, qt_sql
  526. Classes in typesystem: 543
  527. Generated:
  528. - d.........: 534 (534)
  529. - cpp-impl..: 511 (511)
  530. - cpp-h.....: 402 (402)
  531. - meta-info.: 28 (28)
  532. - pri.......: 7 (7)
  533.  
  534. Done, 328 warnings (592 known issues)
  535. [100%] Built target dgen
  536. Scanning dependencies of target main
  537. -- The CXX compiler identification is GNU 4.9.2
  538. -- The C compiler identification is GNU 4.9.2
  539. -- Check for working CXX compiler: /usr/bin/c++
  540. -- Check for working CXX compiler: /usr/bin/c++ -- works
  541. -- Detecting CXX compiler ABI info
  542. -- Detecting CXX compiler ABI info - done
  543. -- Detecting CXX compile features
  544. -- Detecting CXX compile features - done
  545. -- Check for working C compiler: /usr/bin/cc
  546. -- Check for working C compiler: /usr/bin/cc -- works
  547. -- Detecting C compiler ABI info
  548. -- Detecting C compiler ABI info - done
  549. -- Detecting C compile features
  550. -- Detecting C compile features - done
  551. -- D compiler found -- DMD32 D Compiler v2.066
  552. -- Looking for Q_WS_X11
  553. -- Looking for Q_WS_X11 - found
  554. -- Looking for Q_WS_WIN
  555. -- Looking for Q_WS_WIN - not found
  556. -- Looking for Q_WS_QWS
  557. -- Looking for Q_WS_QWS - not found
  558. -- Looking for Q_WS_MAC
  559. -- Looking for Q_WS_MAC - not found
  560. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.6")
  561. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.6")
  562. -- Configuring done
  563. CMake Error at CMakeLists.txt:464 (add_library):
  564. Cannot find source file:
  565.  
  566. /root/libs/qtd/build_dir/build/cpp/qt_webkit/ArrayOps_shell.cpp
  567.  
  568. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  569. .hxx .in .txx
  570.  
  571.  
  572. CMake Error: CMake can not determine linker language for target: cpp_webkit
  573. CMake Error: Cannot determine link language for target "cpp_webkit".
  574. -- Generating done
  575. -- Build files have been written to: /root/libs/qtd/build_dir/build
  576. CMakeFiles/main.dir/build.make:49: recipe for target 'main' failed
  577. make[2]: *** [main] Error 1
  578. CMakeFiles/Makefile2:91: recipe for target 'CMakeFiles/main.dir/all' failed
  579. make[1]: *** [CMakeFiles/main.dir/all] Error 2
  580. Makefile:96: recipe for target 'all' failed
  581. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement