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. Unable to complete custom Qt build (5.5.1, x64, msvc 2013, Windows)
Forum Update on Monday, May 27th 2025

Unable to complete custom Qt build (5.5.1, x64, msvc 2013, Windows)

Scheduled Pinned Locked Moved Solved Installation and Deployment
11 Posts 3 Posters 2.6k Views
  • 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.
  • Igor YI Offline
    Igor YI Offline
    Igor Y
    wrote on last edited by Igor Y
    #1

    Hello,

    Got compile error

    F:\qtsrc\qt3d\src\3rdparty\assimp\code\FBXParser.c pp(50) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory

    while trying to make custom build with

    -opensource -confirm-license -debug-and-release -mp

    Has anyone met such case?

    Thanks in advance

    stackprogramerS 1 Reply Last reply
    0
    • Igor YI Igor Y

      Hello,

      Got compile error

      F:\qtsrc\qt3d\src\3rdparty\assimp\code\FBXParser.c pp(50) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory

      while trying to make custom build with

      -opensource -confirm-license -debug-and-release -mp

      Has anyone met such case?

      Thanks in advance

      stackprogramerS Offline
      stackprogramerS Offline
      stackprogramer
      wrote on last edited by stackprogramer
      #2

      @Igor-Y hi, can you find zlib.h in your project path;it can not detect header file.

      Igor YI 1 Reply Last reply
      0
      • stackprogramerS stackprogramer

        @Igor-Y hi, can you find zlib.h in your project path;it can not detect header file.

        Igor YI Offline
        Igor YI Offline
        Igor Y
        wrote on last edited by
        #3

        @stackprogramer
        It's not my project )
        I'm trying to build Qt from sources
        configure -opensource -confirm-license -debug-and-release -mp
        nmake

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

          Hi and welcome to devnet,

          Out of curiosity, why not use the pre-built 5.5.1 package ? Both the 32 and 64bit version are available for VS2013

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

          Igor YI 1 Reply Last reply
          0
          • Igor YI Igor Y

            @stackprogramer
            It's not my project )
            I'm trying to build Qt from sources
            configure -opensource -confirm-license -debug-and-release -mp
            nmake

            stackprogramerS Offline
            stackprogramerS Offline
            stackprogramer
            wrote on last edited by
            #5

            @Igor-Y
            oh it's great for starting.
            please see http://doc.qt.io/qt-5/build-sources.html
            https://wiki.qt.io/Building_Qt_5_from_Git

            Igor YI 1 Reply Last reply
            0
            • SGaistS SGaist

              Hi and welcome to devnet,

              Out of curiosity, why not use the pre-built 5.5.1 package ? Both the 32 and 64bit version are available for VS2013

              Igor YI Offline
              Igor YI Offline
              Igor Y
              wrote on last edited by
              #6

              @SGaist Because prebuilt library causes http://en.community.dell.com/support-forums/software-os/f/3526/t/19634253 (https://bugreports.qt.io/browse/QTBUG-41416)

              1 Reply Last reply
              0
              • stackprogramerS stackprogramer

                @Igor-Y
                oh it's great for starting.
                please see http://doc.qt.io/qt-5/build-sources.html
                https://wiki.qt.io/Building_Qt_5_from_Git

                Igor YI Offline
                Igor YI Offline
                Igor Y
                wrote on last edited by Igor Y
                #7

                @stackprogramer I read it, I already built some Qt versions from sources. Even more - I built 5.5.1 for this configuration:
                configure -opensource -debug-and-release -no-compile-examples -nomake tests -nomake examples -confirm-license -skip qtwebkit -skip qtwebengine -skip qtserialport -skip qtmacextras -skip qtx11extras -skip qtandroidextras -skip qtenginio -skip qtsensors
                but as I said - failed to build full library
                configure -opensource -confirm-license -debug-and-release -mp

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

                  Do you need Qt3D ? if not then simply avoid building that module or try with Qt 5.6 RC

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

                  Igor YI 2 Replies Last reply
                  1
                  • Igor YI Igor Y

                    @stackprogramer I read it, I already built some Qt versions from sources. Even more - I built 5.5.1 for this configuration:
                    configure -opensource -debug-and-release -no-compile-examples -nomake tests -nomake examples -confirm-license -skip qtwebkit -skip qtwebengine -skip qtserialport -skip qtmacextras -skip qtx11extras -skip qtandroidextras -skip qtenginio -skip qtsensors
                    but as I said - failed to build full library
                    configure -opensource -confirm-license -debug-and-release -mp

                    stackprogramerS Offline
                    stackprogramerS Offline
                    stackprogramer
                    wrote on last edited by stackprogramer
                    #9

                    @Igor-Y
                    it's great:)
                    but i offer enjoying from coding with Qt:)
                    goodluck

                    1 Reply Last reply
                    0
                    • SGaistS SGaist

                      Do you need Qt3D ? if not then simply avoid building that module or try with Qt 5.6 RC

                      Igor YI Offline
                      Igor YI Offline
                      Igor Y
                      wrote on last edited by
                      #10

                      @SGaist said:

                      Do you need Qt3D ? if not then simply avoid building that module or try with Qt 5.6 RC

                      Thanks! I'll try

                      1 Reply Last reply
                      0
                      • SGaistS SGaist

                        Do you need Qt3D ? if not then simply avoid building that module or try with Qt 5.6 RC

                        Igor YI Offline
                        Igor YI Offline
                        Igor Y
                        wrote on last edited by
                        #11

                        @SGaist Thank you, mister ) It works!

                        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