Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. CGAL Linking Error QT Creator Project for Windows and Linux
Forum Updated to NodeBB v4.3 + New Features

CGAL Linking Error QT Creator Project for Windows and Linux

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
19 Posts 3 Posters 4.1k 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
    #10

    The MinGW version of the Visual Studio version ?

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

    1 Reply Last reply
    0
    • U Offline
      U Offline
      username1
      wrote on last edited by
      #11

      MingW 5.3.0 (Thats the Version in Startmenu -> QT
      Dont know were to find the MinGW Version of Visual Studio.

      CMake 3.12.2

      And here some Visual Studio Infos
      Microsoft Visual Studio Community 2017
      Version 15.8.3
      VisualStudio.15.Release/15.8.3+28010.2019
      Microsoft .NET Framework
      Version 4.7.03056

      Installierte Version: Community

      Visual C++ 2017 00369-60000-00001-AA878
      Microsoft Visual C++ 2017

      Allgemeine Azure-Tools 1.10
      Bietet allgemeine Dienste für die Verwendung durch Azure Mobile Services und Microsoft Azure-Tools.

      Application Insights-Tools für Visual Studio-Paket 8.13.10627.1
      Application Insights-Tools für Visual Studio

      ASP.NET and Web Tools 2017 15.8.05077.0
      ASP.NET and Web Tools 2017

      ASP.NET Core Razor Language Services 15.8.31590
      Provides languages services for ASP.NET Core Razor.

      Azure App Service Tools v3.0.0 15.8.05023.0
      Azure App Service Tools v3.0.0

      C#-Tools 2.9.0-beta8-63208-01
      C#-Komponenten, die in der IDE verwendet werden. Je nach Projekttyp und Einstellungen kann eine andere Compilerversion verwendet werden.

      Cookiecutter 15.8.18241.1
      Stellt Tools zum Suchen, Instanziieren und Anpassen von Vorlagen im Cookiecutter-Format bereit.

      JavaScript-Sprachdienst 2.0
      JavaScript-Sprachdienst

      JavaScript Project System 2.0
      JavaScript Project System

      Microsoft Azure-Tools 2.9
      Microsoft Azure-Tools für Microsoft Visual Studio 2017 – v2.9.10730.2

      Microsoft JVM Debugger 1.0
      Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

      Microsoft MI-Based Debugger 1.0
      Provides support for connecting Visual Studio to MI compatible debuggers

      Microsoft Visual C++-Assistenten 1.0
      Microsoft Visual C++-Assistenten

      MLGen Package Extension 1.0
      MLGen Package Visual Studio Extension Detailed Info

      NuGet-Paket-Manager 4.6.0
      NuGet-Paket-Manager in Visual Studio. Weitere Informationen zu NuGet finden Sie unter "http://docs.nuget.org/".

      ProjectServicesPackage Extension 1.0
      ProjectServicesPackage Visual Studio Extension Detailed Info

      Python 15.8.18241.1
      Stellt IntelliSense, Projekte, Vorlagen, Debuggen, interaktive Fenster und weitere Unterstützung für Python-Entwickler bereit.

      Python – Django-Unterstützung 15.8.18241.1
      Stellt Vorlagen und Integration für das Django-Webframework bereit.

      Python – IronPython-Unterstützung 15.8.18241.1
      Stellt Vorlagen und Integration für IronPython-basierte Projekte bereit.

      Python – Unterstützung für die Profilerstellung 15.8.18241.1
      Profilerstellungsunterstützung für Python-Projekte.

      ResourcePackage-Erweiterung 1.0
      Detaillierte Informationen zur ResourcePackage-Erweiterung von Visual Studio

      ResourcePackage-Erweiterung 1.0
      Detaillierte Informationen zur ResourcePackage-Erweiterung von Visual Studio

      Test Adapter for Boost.Test 1.0
      Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

      TypeScript-Tools 15.8.20801.2001
      TypeScript-Tools für Microsoft Visual Studio

      VC-Paket für Microsoft Visual Studio 1.0
      VC-Paket für Microsoft Visual Studio

      Visual Basic-Tools 2.9.0-beta8-63208-01
      Visual Basic-Komponenten, die in der IDE verwendet werden. Je nach Projekttyp und Einstellungen kann eine andere Version des Compilers verwendet werden.

      Visual C++ für Linux-Entwicklung 1.0.9.27924
      Visual C++ für Linux-Entwicklung

      Visual Studio-Tools für CMake 1.0
      Visual Studio-Tools für CMake

      Visual Studio Code-Debugadapter-Hostpaket 1.0
      Interopebene zum Hosten der Visual Studio Code-Adapter in Visual Studio

      Visual Studio Tools für universelle Windows-Apps 15.0.28010.00
      Mit den Visual Studio Tools für universelle Windows-Apps können Sie eine universelle App-Erfahrung erstellen, die auf jedem Gerät genutzt werden kann, das Windows 10 ausführt: Smartphone, Tablet, PC und viele weitere Geräte. Das Microsoft Windows 10 SDK ist in den Tools enthalten.

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

        You can't mix and match C++ compilers like that. Either you do go full Visual Studio or full MinGW but both are not compatible one with the other. Neither are the Visual Studio versions between except for VS2017 which is compatible with VS2015.

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

        1 Reply Last reply
        0
        • U Offline
          U Offline
          username1
          wrote on last edited by
          #13

          Our project is realized with QT but i can build CGAL only with Visual Studio in CMake.

          Thats how the instruction of CGAL tells me:
          I open CMake set the paths and click configure. Now i choose MingW and got a error "Error in configuration process, project files may be invalid"
          I only can build CGAL with Visual Studio.
          If i do that i get a .sln file which should be build in Debug and Realease mode in Visual Studio.

          And now i have the salad :D zefix

          J.HilkJ 1 Reply Last reply
          0
          • U username1

            Our project is realized with QT but i can build CGAL only with Visual Studio in CMake.

            Thats how the instruction of CGAL tells me:
            I open CMake set the paths and click configure. Now i choose MingW and got a error "Error in configuration process, project files may be invalid"
            I only can build CGAL with Visual Studio.
            If i do that i get a .sln file which should be build in Debug and Realease mode in Visual Studio.

            And now i have the salad :D zefix

            J.HilkJ Offline
            J.HilkJ Offline
            J.Hilk
            Moderators
            wrote on last edited by
            #14

            @username1

            if you compiled CGAL yourself, than you already have a MSVC Compiler on your system.

            Find out what version you used (2012, 2015, 2017, 32bit or 64 bit, etc.) and use the MaintenanceTool of your QtCreator to download the precompiled MSVC Qt-libary.

            QtCreator should auto setup a new kit for you.
            Select the new kit, compile, and you're done.


            Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


            Q: What's that?
            A: It's blue light.
            Q: What does it do?
            A: It turns blue.

            1 Reply Last reply
            0
            • U Offline
              U Offline
              username1
              wrote on last edited by
              #15

              I used Visual Studio 15 2017 in CMake.
              In QT it was already installed.
              New Kit selected. Compiled. Error.
              Some errors qalgorithms.h
              "...\qalgorithms.h:847: error: C3615: Die constexpr-Funktion "qCountLeadingZeroBits" darf keinen konstanten Ausdruck ergeben."

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

                Did you install the 32bit Visual Studio build of Qt ?

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

                1 Reply Last reply
                0
                • U Offline
                  U Offline
                  username1
                  wrote on last edited by
                  #17

                  All Tools and Programs i used are installed in 32Bit

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

                    But again: Did you build everything using the same compiler ? And are you sure you are using the correct version of everything to build your application ?

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

                    1 Reply Last reply
                    0
                    • U Offline
                      U Offline
                      username1
                      wrote on last edited by
                      #19

                      Jep i did

                      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