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. Error with nmake (Qt 4.8.0 for WinCE) on Vista with VS2008

Error with nmake (Qt 4.8.0 for WinCE) on Vista with VS2008

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 2.7k 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.
  • S Offline
    S Offline
    ssopiadis
    wrote on last edited by
    #1

    Hi everybody!

    Issuing the nmake command i got the following error:

    @cd src\winmain\ && "c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile
    "c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile.Debug all
    "c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile.Release all
    cd src\corelib\ && "c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile
    "c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makefile.Debug all
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fptmp\obj\debug_shared\QtCored_pch.pch -nologo -Zm200 -Zc:wchar_t- -DDEBUG -D_DEBUG -Zi -MDd -W3 -w34100 -w34189 -EHs-c- -DQT_SHARED -DQT_THREAD_SUPPORT -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE -D_WIN32 -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -D_WIN32_WCE=0x501 -DARMV4I -D_ARMV4I_ -Darmv4i -D_ARM_ -DARM -D_M_ARM -DARM -D__arm__ -DQ_OS_WINCE_WM -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -D_USE_MATH_DEFINES -DNO_ERRNO_H -DHB_EXPORT=Q_CORE_EXPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_IWMMXT -DQT_NO_DYNAMIC_CAST -I"....\include" -I"....\include\QtCore" -I"tmp\rcc\debug_shared" -I"tmp" -I"global" -I"..\3rdparty\zlib" -I"..\3rdparty\harfbuzz\src" -I"..\3rdparty\md5" -I"..\3rdparty\md4" -I"....\include\ActiveQt" -I"tmp\moc\debug_shared" -I"....\mkspecs\wincewm50pocket-msvc2008" -Fotmp\obj\debug_shared\ @C:\Users\DEVELO~1\AppData\Local\Temp\nm3A90.tmp
    qlocale_tools.cpp
    tools\qlocale_tools.cpp(2273) : error C3861: '_control87': identifier not found
    tools\qlocale_tools.cpp(2281) : error C3861: '_control87': identifier not found
    tools\qlocale_tools.cpp(2294) : error C3861: '_control87': identifier not found@

    I 'm not sure what to do with it (i 'm a beginner in this field!)
    Thanks in advance!

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fronald
      wrote on last edited by
      #2

      Hi ssopiadis,

      That bug is reported here https://bugreports.qt.nokia.com/browse/QTBUG-23226

      1 Reply Last reply
      0
      • S Offline
        S Offline
        ssopiadis
        wrote on last edited by
        #3

        Thanks for the reply fronald,

        so what does this mean? (is there a big gap regarding functionality or what so ever from 4.7 to 4.8?)

        Reading the bug report i understand that working with ver 4.7 should be without any problems.

        So i will give that a try!

        Thanks very much!

        1 Reply Last reply
        0
        • F Offline
          F Offline
          fronald
          wrote on last edited by
          #4

          Right,

          On the 4.7 works fine.

          ;-)

          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