Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt5 beta build problem in windows 7 using visual studio 2008
Forum Updated to NodeBB v4.3 + New Features

Qt5 beta build problem in windows 7 using visual studio 2008

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.9k 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.
  • J Offline
    J Offline
    joonhwan
    wrote on last edited by
    #1

    Hi,
    I've just downloaded Qt5 from "here":http://qt-project.org/wiki/Qt-5-Beta
    and run following two lines.

    @
    C:\Qt\5.0.0B1-x64>configure -prefix c:\qt\5.0.0B1-x64\qtbase -opensource -nomake tests
    perl build
    @

    Configuration phase was ok. but i got following complains

    @
    C:\Qt\5.0.0B1-x64\qtbase\bin\uic.exe dialogs\qpagesetupwidget.ui -o ui_qpagesetupwidget.h
    ASSERT: "&other != this" in file c:\qt\5.0.0b1-x64\qtbase\include\qtcore../../src/corelib/tools/qstring.h, line 755
    NMAKE : fatal error U1077: 'C:\Qt\5.0.0B1-x64\qtbase\bin\uic.exe' : return code '0x1' Stop.
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop.
    'cd qtbase && "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.exe" ' failed: 512
    Fatal failure building qtbase at build line 443
    Qt::Build::build_project('Qt::Build=HASH(0x3483c0)', 'qtbase') called at build line 484
    Qt::Build::build_qt('Qt::Build=HASH(0x3483c0)') called at build line 544
    Qt::Build::run('Qt::Build=HASH(0x3483c0)') called at build line 553
    @

    It reads there is a kinda string handling issue in uic.exe .
    Any idea?

    joonhwan at gmail dot com

    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