Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6470

Compiler Errors with VS 2008 SP1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • 4.7.1
    • 4.6.0
    • Packaging & Installer
    • None
    • Windows XP SP3 and Windows 7, Visual Studio 2008 SP1

    Description

      Compiling under Windows XP SP3 or Windows 7 with Visual Studio 2008 SP1 and Qt 4.6.0 doesn't work. I ran the following commands to build Qt:

      vcvars32
      configure -platform win32-msvc2008
      nmake

      I received the same errors as found in QTBUG-6014 regarding unresolved externals with QtWebKit.

      So I then started over and ran the the following commands to built Qt without QtWebKit:

      vcvars32
      configure -platform win32-msvc2008 -no-webkit
      nmake

      I received the following errors:

      C:\Qt\2009.05\qt\bin\moc.exe -DQT_SHARED -DQT_THREAD_SUPPORT -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DJSC=QTJS
      C -Djscyyparse=qtjscyyparse -Djscyylex=qtjscyylex -Djscyyerror=qtjscyyerror -DQT_BUILD_SCRIPT_LIB -DQT_NO_USING_NAMESPAC
      E -DQLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MO
      C_COMPAT -D_USE_MATH_DEFINES -DBUILDING_QT_=1 -DUSE_SYSTEM_MALLOC -DBUILDING_QT_ -DBUILDING_JavaScriptCore -DBUILDING_
      WTF -DENABLE_JIT=0 -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DNDEBUG -DJS_EXPORT= -DJS_EXPORTDATA= -DQT_DLL -
      DQT_CORE_LIB @tmp\moc\debug_shared/mocinclude.tmp -D_MSC_VER=1500 -DWIN32 api\qscriptextensionplugin.h -o tmp\moc\debug_
      shared\moc_qscriptextensionplugin.cpp
      api\qscriptextensionplugin.h(43): Error: Undefined interface
      NMAKE : fatal error U1077: 'C:\Qt\2009.05\qt\bin\moc.exe' : return code '0x1'
      Stop.
      NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.EXE"' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.EXE"' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.EXE"' : return code '0x2'
      Stop.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            serrate Jason McCann
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes