Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to install Qt Modeling en Windows 8.1
Forum Updated to NodeBB v4.3 + New Features

How to install Qt Modeling en Windows 8.1

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 745 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    ZiCruz
    wrote on last edited by
    #1

    How to install Qt Modeling (http://qt-project.org/wiki/QtModeling) in Windows 8.1.

    I have tired the following thing:

    1.- Download: https://github.com/qtproject/qtmodeling/archive/master.zip (OK) or
    https://qt.gitorious.org/qt/qtmodeling/archive/f26b2836d0271e53f30b94d9a854477309f65a02.tar.gz (OK)
    2.- Decompress the files in folder QtModeling (OK)
    3.- CD QtModeling (OK)
    4.- qmake -recursive (OK)
    5.- mingw32-make (Error...)

    @
    d src\ && ( if not exist Makefile C:\Qt\5.3\mingw482_32\bin\qmake.exe U:\Users\ZiCruz\Documents\Qt\QtModeling1\src\src.pro -o Makefile ) && mingw32-make -f Makefile
    mingw32-make[1]: Entering directory 'U:/Users/ZiCruz/Documents/Qt/QtModeling1/src'
    cd modeling\ && ( if not exist Makefile C:\Qt\5.3\mingw482_32\bin\qmake.exe U:\Users\ZiCruz\Documents\Qt\QtModeling1\src\modeling\modeling.pro -o Makefile ) && mingw32-make -f Makefile
    mingw32-make[2]: Entering directory 'U:/Users/ZiCruz/Documents/Qt/QtModeling1/src/modeling'
    mingw32-make -f Makefile.Release all
    mingw32-make[3]: Entering directory 'U:/Users/ZiCruz/Documents/Qt/QtModeling1/src/modeling'
    g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O2 -std=c++0x -fno-exceptions -frtti -Wall -Wextra -DUNICODE -DQT_BUILD_MODELING_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I"....\include" -I"....\include\QtModeling" -I"U:\Users\ZiCruz\Documents\Qt\QtModeling1\include\QtModeling\5.3.0" -I"U:\Users\ZiCruz\Documents\Qt\QtModeling1\include\QtModeling\5.3.0\QtModeling" -I"tmp" -I"C:\Qt\5.3\mingw482_32\include\QtCore\5.3.1" -I"C:\Qt\5.3\mingw482_32\include\QtCore\5.3.1\QtCore" -I"C:\Qt\5.3\mingw482_32\include" -I"C:\Qt\5.3\mingw482_32\include\QtCore" -I".moc\release" -I"C:\Qt\5.3\mingw482_32\mkspecs\win32-g++" -o .obj\release\qtmodelingnamespace.o qtmodelingnamespace.cpp
    Makefile.Release:496: recipe for target '.obj/release/qtmodelingnamespace.o' failed
    mingw32-make[3]: Leaving directory 'U:/Users/ZiCruz/Documents/Qt/QtModeling1/src/modeling'
    Makefile:38: recipe for target 'release-all' failed
    mingw32-make[2]: Leaving directory 'U:/Users/ZiCruz/Documents/Qt/QtModeling1/src/modeling'
    Makefile:44: recipe for target 'sub-modeling-make_first-ordered' failed
    mingw32-make[1]: Leaving directory 'U:/Users/ZiCruz/Documents/Qt/QtModeling1/src'
    Makefile:40: recipe for target 'sub-src-make_first' failed

    n file included from qtmodelingnamespace.cpp:41:0:
    qtmodelingnamespace.h:44:39: fatal error: QtModeling/QtModelingGlobal: No such file or directory
    #include <QtModeling/QtModelingGlobal>
    ^
    compilation terminated.
    mingw32-make[3]: *** [.obj/release/qtmodelingnamespace.o] Error 1
    mingw32-make[2]: *** [release-all] Error 2
    mingw32-make[1]: *** [sub-modeling-make_first-ordered] Error 2
    mingw32-make: *** [sub-src-make_first] Error 2
    @

    [andreyc EDIT] Added @ around log messages.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved