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. Help precompiled boost library
Qt 6.11 is out! See what's new in the release blog

Help precompiled boost library

Scheduled Pinned Locked Moved Solved General and Desktop
24 Posts 3 Posters 20.2k Views 2 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #21

    Before trying to build a project with a static version of Qt, build it with the standard dynamic version.

    Note that the -std=c++11 is not an option for VS.

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    J 1 Reply Last reply
    0
    • SGaistS SGaist

      Before trying to build a project with a static version of Qt, build it with the standard dynamic version.

      Note that the -std=c++11 is not an option for VS.

      J Offline
      J Offline
      Jeronimo
      wrote on last edited by Jeronimo
      #22

      @SGaist i used this and the first error doesnt appear:
      QMAKE_CXXFLAGS += /FS

      But now show me still show me the last:
      C:\Users\moh\Desktop\boost-1.60.0-x64-vs2013\boost64-1.60.0-vs2013\include\boost-1_60\boost\type_traits\common_type.hpp:42: error: C1001: Error internal in the compiler

      And when i click this is the part alert me:

      namespace type_traits_detail
      {

      template<class T1, class T2, class... T> using common_type_fold = common_type_t<common_type_t<T1, T2>, T...>; //here

      }

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #23

        That's noting Qt related, the compiler crashed on boost.

        You should upgrade to VS2015 or try MinGW.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        J 1 Reply Last reply
        1
        • SGaistS SGaist

          That's noting Qt related, the compiler crashed on boost.

          You should upgrade to VS2015 or try MinGW.

          J Offline
          J Offline
          Jeronimo
          wrote on last edited by Jeronimo
          #24
          This post is deleted!
          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