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. HelloWorld 5.10.1 / MSVC2013 build fails in qstringview.h
Forum Updated to NodeBB v4.3 + New Features

HelloWorld 5.10.1 / MSVC2013 build fails in qstringview.h

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 1.8k 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.
  • B Offline
    B Offline
    BlackDogWhite
    wrote on last edited by
    #1

    For a new first time install (and user of Qt) on Win10 with MS Visual Studio 2013, I'm trying to create a simple helloWorld application. (File->NewFile or Project: Qt Widgets Application)

    I've installed 5.10.1 for MinGW & MSVC2013-64b, as well as 5.6.2 for MinGW & MSVC2013-32&64b.

    I can build and run 5.6.2 for all combinations of compilers, and 5.10.1 for MinGW.

    However, when I try to build for 5.10.1 I get build errors and warnings.

    The warning is:
    cl : Command line warning D9002 : ignoring unknown option '-Zc:inline'

    The error is:
    C:\Qt\5.10.1\msvc2013_64\include\QtCore/qstringview.h(178) : fatal error C1001: An internal error has occurred in the compiler. (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\convert.cpp', line 10610)

    Most importantly, I'd like to know how to get past the compile error. Second I'd like to know how to get rid of the -Z warning.

    Any hints??

    jsulmJ 1 Reply Last reply
    1
    • B BlackDogWhite

      For a new first time install (and user of Qt) on Win10 with MS Visual Studio 2013, I'm trying to create a simple helloWorld application. (File->NewFile or Project: Qt Widgets Application)

      I've installed 5.10.1 for MinGW & MSVC2013-64b, as well as 5.6.2 for MinGW & MSVC2013-32&64b.

      I can build and run 5.6.2 for all combinations of compilers, and 5.10.1 for MinGW.

      However, when I try to build for 5.10.1 I get build errors and warnings.

      The warning is:
      cl : Command line warning D9002 : ignoring unknown option '-Zc:inline'

      The error is:
      C:\Qt\5.10.1\msvc2013_64\include\QtCore/qstringview.h(178) : fatal error C1001: An internal error has occurred in the compiler. (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\convert.cpp', line 10610)

      Most importantly, I'd like to know how to get past the compile error. Second I'd like to know how to get rid of the -Z warning.

      Any hints??

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @BlackDogWhite Did you install Update 1 for Visual Studio 2013?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      B 1 Reply Last reply
      3
      • jsulmJ jsulm

        @BlackDogWhite Did you install Update 1 for Visual Studio 2013?

        B Offline
        B Offline
        BlackDogWhite
        wrote on last edited by
        #3

        @jsulm Ha! They're up to rev 5 now, and that fixed my problem. Thanks!

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved