Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Warning typesystem_kddockwidgets.xml #552

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

ethan-0l
Copy link

@ethan-0l ethan-0l commented Dec 13, 2024

Small fix, remove duplicate enum, add rejection value

Small contribution, not yet used to PR. Hope it can help

Buid with 6.8.1

**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.12.3
** Copyright (c) 2022 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Updating libclang.dll for Shiboken...
        1 fichier(s) copié(s).
-- The CXX compiler identification is MSVC 19.40.33817.0
-- The C compiler identification is MSVC 19.40.33817.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
No frontends specified explicitly.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) 
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) 
Following frontends have been enabled:
* qtwidgets
* qtquick
-- Building KDDockWidgets 2.1.1 in Release mode. Installing to .venv/Lib/PyKDDockWidgets
-- nlohmann_json not found in system. Using our own bundled one
-- Found Python3: .venv/Scripts/python.exe (found suitable version "3.12.0", minimum required is "3.7") found components: Interpreter Development Development.Module Development.Embed
-- ShibokenGenerator base dir:.venv\Lib\site-packages\shiboken6_generator
-- Shiboken base dir:        .venv\Lib\site-packages\shiboken6
-- Shiboken custom path:
-- Shiboken include dir:      .venv/Lib/site-packages/shiboken6_generator/include
-- Shiboken library:           .venv/Lib/site-packages/shiboken6/shiboken6.abi3.lib
-- Shiboken binary:            .venv/Scripts/shiboken6.exe
-- Shiboken version:           6.8.1
-- Found Shiboken6: .venv\Lib\site-packages\shiboken6 (found version "6.8.1")
-- PySide6 base dir:         .venv\Lib\site-packages\PySide6
-- PySide6 suffix:             pyd.6.8
-- PySide include dir:         .venv/Lib/site-packages/PySide6/include
-- PySide library:             .venv/Lib/site-packages/PySide6/pyside6.abi3.lib
-- PySide typesystems:         .venv/Lib/site-packages/PySide6/typesystems
-- PySide6 version:            6.8.1
-- Found PySide6:.venv\Lib\site-packages\PySide6 (found suitable exact version "6.8.1")
-- PYTHON INSTALL PREFIX .venv/Lib//site-packages/PyKDDockWidgetsQt6
-- The following OPTIONAL packages have been found:

 * Qt6WidgetsTools (required version >= 6.8.1)
 * Qt6CoreTools (required version >= 6.8.1)
 * Qt6GuiTools (required version >= 6.8.1)
 * Qt6Widgets (required version >= 6.2.0)
 * Qt6QuickTools (required version >= 6.8.1)
 * Qt6QmlTools (required version >= 6.8.1)
 * Qt6Quick (required version >= 6.2.0)
 * Qt6QuickControls2 (required version >= 6.2.0)

-- The following REQUIRED packages have been found:

 * Python3 (required version >= 3.7)
 * Shiboken6
 * PySide6 (required version == 6.8.1)
 * Qt6

-- The following OPTIONAL packages have not been found:

 * Qt6QmlCompilerPlusPrivateTools (required version >= 2.1.1)
 * Vulkan
 * WrapVulkanHeaders
 * spdlog (required version >= 1.8.0)
 * fmt
 * nlohmann_json

-- Configuring done (3.9s)
-- Generating done (0.2s)
-- Build files have been written to: KDDockWidgets/build
(kddockwidgets) [1611ms] Generated enum model (6).                                   [OK]
(kddockwidgets) [1614ms] Generated namespace model (166).                            [OK]
(kddockwidgets) [1726ms] Resolved typedefs (109).                                    [OK]
(kddockwidgets) [1727ms] Fixed class inheritance.                                    [OK]
(kddockwidgets) [1756ms] Checked for inconsistencies in class model.                 [OK]
(kddockwidgets) [1782ms] Checked for inconsistencies in typesystem (5163).           [OK]
(kddockwidgets) [1782ms] Checked for inconsistencies in function modifications.      [OK]
(kddockwidgets) [1788ms] Wrote log files.                                            [OK]
(kddockwidgets) [1810ms] Ran Source generator.                                       [OK]
(kddockwidgets) [1815ms] Ran Header generator.                                       [OK]

@iamsergio
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants