Results 1 to 2 of 2

Thread: Build issues on Windows 7 with VS 2008

  1. #1

    Default Build issues on Windows 7 with VS 2008

    I'm running VS 2008 on Windows 7 with Windows 7.1 SDK. Building QT is a crapshoot. I've built it in the past, and now all of a sudden I can't build it. Any ideas?

    Here's my configure line.

    configure -debug-and-release -no-qt3support -prefix C:\Qt\4.7.2 -qt-libjpeg -qt-libpng -qt-gif -qt-libtiff -no-phonon -no-phonon-backend -openssl-linked -I C:\openssl-1.0.0a\include -L C:\openssl-1.0.0a\out32dll -fast -nomake examples -nomake demos -opensource
    ...

    qsimplex_p.cpp
    qgraphicsanchorlayout_p.cpp
    qgraphicsanchorlayout.cpp
    cl -c -FIqt_gui_pch.h -Yuqt_gui_pch.h -Fptmp\obj\debug_shared\QtGuid_pch
    .pch -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 -w34100 -w34189 -MP -GR -EHsc -DQT
    _SHARED -DQT_THREAD_SUPPORT -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_BUILD_
    GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CA
    ST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENAT
    ION -D_USE_MATH_DEFINES -DQT_NO_DIRECTDRAW -DQT_USE_BUNDLED_LIBPNG -DPNG_NO_ASSE
    MBLER_CODE -DQT_NO_CUPS -DQT_NO_LPR -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_S
    TYLE_GTK -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -
    DQT_NO_EGL -DQ_INTERNAL_QAPP_SRC -DQT_DLL -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_
    3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\..\include\QtCore" -I"
    ..\..\include" -I"c:\openssl-1.0.0a\include" -I"..\..\include\QtGui" -I"tmp\rcc\
    debug_shared" -I"tmp" -I"..\3rdparty\wintab" -I"image" -I"..\3rdparty\libpng" -I
    "..\3rdparty\zlib" -I"..\3rdparty\zlib" -I"..\3rdparty\harfbuzz\src" -I"dialogs"
    -I"..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"..\..\mkspecs\win3
    2-msvc2008" -Fotmp\obj\debug_shared\ @C:\Users\DTENNE~1\AppData\Local\Temp\nmEE8
    A.tmp
    NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\
    VC\BIN\cl.EXE"' : return code '0xc0000025'
    Stop.
    NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\
    VC\BIN\nmake.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: '""c:\Program' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: '""c:\Program' : return code '0x2'
    Stop.

  2. #2
    Join Date
    Jul 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Build issues on Windows 7 with VS 2008

    Hello I see this is an old thread and you might have solved the issue (I hope so).
    I got into the same error. I found that running the DOS script VCVARSALL.bat before running configure solved the problem...well at least it configure finishished without further errors ....I can't tell more because I am waiting for nmake to finishes its job.
    Best regards,
    Andres

Similar Threads

  1. Replies: 7
    Last Post: 31st January 2011, 16:46
  2. exe Build Issues
    By hojoff79 in forum Newbie
    Replies: 1
    Last Post: 19th January 2011, 06:16
  3. Mac OSX Build Issues
    By ETweedale in forum Qt Programming
    Replies: 2
    Last Post: 23rd July 2010, 16:41
  4. How do you build QwtPolar for VC++2008?
    By Joachie in forum Qwt
    Replies: 1
    Last Post: 16th April 2009, 16:57
  5. VS 2008, Qt Add-in, current build platform error message
    By dbf in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd April 2009, 18:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.