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

Build fails with wxWidgets 3.2 #7

Open
lszl84 opened this issue Jul 18, 2022 · 0 comments
Open

Build fails with wxWidgets 3.2 #7

lszl84 opened this issue Jul 18, 2022 · 0 comments

Comments

@lszl84
Copy link
Owner

lszl84 commented Jul 18, 2022

Last wxWidgets version that works: v3.1.4.

Version 3.2 and master branch fails to build on Mac and Windows. Changing external project definition in thirdparty/wxwidgets/CMakeLists.txt to:

 ExternalProject_Add(wxWidgets_external
        GIT_REPOSITORY
        https://github.com/wxWidgets/wxWidgets.git
        GIT_TAG
        master
        UPDATE_COMMAND
        ""
        CMAKE_ARGS
        -DCMAKE_INSTALL_PREFIX=${STAGED_INSTALL_PREFIX}
        -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
        -DwxBUILD_SHARED=OFF
        CMAKE_CACHE_ARGS
        TEST_AFTER_INSTALL
        0
        DOWNLOAD_NO_PROGRESS
        1
        LOG_CONFIGURE
        1
        LOG_BUILD
        1
        LOG_INSTALL
        1
    )

fixes the issue on Mac but NOT on Windows.

Sticking to v3.1.4 for now and investigating the bug.

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

No branches or pull requests

1 participant