Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 5.0.1 problem with build qt3d. [sub-src-make_first] Error 255

Qt 5.0.1 problem with build qt3d. [sub-src-make_first] Error 255

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 3.0k Views
  • 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.
  • C Offline
    C Offline
    Cholineus
    wrote on last edited by
    #1

    Hey,

    Im trying to build qt3d i downloanded master branch from http://qt.gitorious.org/qt/qt3d/commits/master as pack tar.gz, i'm spending the second day to fix this issue. :/

    When i press build button, it building a while and:
    @cd src\ && ( if not exist Makefile C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe C:\Users\Damian\Downloads\qt-qt3d-master(1)\qt-qt3d\src\src.pro -spec win32-g++ CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ) && C:/Qt/Qt5.0.1/Tools/MinGW/bin/mingw32-make -f Makefile
    W tym momencie \qt-qt3d\src\src.pro byˆo nieoczekiwane.
    makefile:43: recipe for target 'sub-src-make_first' failed
    mingw32-make: *** [sub-src-make_first] Error 255
    21:46:52: Proces "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" zakończył się kodem wyjściowym 2.
    Error while building/deploying project qt3d (kit: Desktop Qt 5.0.1 MinGW 32bit)
    Podczas wykonywania kroku "Make"@

    W tym momencie \qt-qt3d\src\src.pro byˆo nieoczekiwane. -> In this moment \qt-qt3d\src\src.pro was unexpected.

    Any hints what im doing wrong?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deus
      wrote on last edited by
      #2

      You need to start the project with qt3d.pro in the previous folder.

      Also you need a build of QT that is set to use OpenGL directly.

      http://releases.qt-project.org/digia/5.0.2/latest_successful/

      The alternative is to build QT yourself.

      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