Created
September 15, 2021 02:01
-
-
Save TheMartianObserver/715c9fab4b6d4ccf8e21a77d5b81bc5b to your computer and use it in GitHub Desktop.
Building nappgui SDK with Xcode -- CMake Output (001)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ cmake -G "Xcode" ../nappgui_sdk/src | |
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required): | |
Compatibility with CMake < 2.8.12 will be removed from a future version of | |
CMake. | |
Update the VERSION argument <min> value or use a ...<max> suffix to tell | |
CMake that the project does not need compatibility with older versions. | |
-- The C compiler identification is AppleClang 12.0.5.12050022 | |
-- The CXX compiler identification is AppleClang 12.0.5.12050022 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- --------------------------------------------- | |
-- NAppGUI Cross-Platform SDK 1.2.0.3382 | |
-- 2015-2021 Francisco Garcia Collado | |
-- MIT License | |
-- --------------------------------------------- | |
-- Xcode | |
-- - Clang compiler (12.0.5.12050022) | |
-- - Xcode: 12.5.1 SDK: 11.0-Big Sur | |
-- - Deployment Target: 11.0-Big Sur | |
-- - Build architecture: x86_64 | |
-- - Host architecture: x86_64 | |
-- - sewer: Starting | |
-- - sewer: Completed | |
-- - osbs: Starting | |
-- - osbs: Completed | |
-- - core: Starting | |
-- - core: Completed | |
-- - geom2d: Starting | |
-- - geom2d: Completed | |
-- - draw2d: Starting | |
-- - draw2d: Completed | |
-- - osgui: Starting | |
-- - osgui: Completed | |
-- - gui: Starting | |
-- - gui: Completed | |
-- - osapp: Starting | |
-- - osapp: Completed | |
-- - inet: Starting | |
-- - inet: Completed | |
-- - nlib: Starting | |
-- - nlib: Completed | |
-- - nrc: Starting | |
-- - nrc: Completed | |
-- - HelloWorld: Starting | |
-- - HelloWorld: Completed | |
-- - HelloCpp: Starting | |
-- - HelloCpp: Completed | |
-- - casino: Starting | |
-- - casino: Completed | |
-- - Die: Starting | |
-- - Die: Completed | |
-- - Dice: Starting | |
-- - Dice: Completed | |
-- - Bricks: Starting | |
-- - Bricks: Completed | |
-- - Fractals: Starting | |
-- - Fractals: Completed | |
-- - Bode: Starting | |
-- - Bode: Completed | |
-- - Products: Starting | |
-- - Products: Completed | |
-- - GuiHello: Starting | |
-- - GuiHello: Completed | |
-- - DrawHello: Starting | |
-- - DrawHello: Completed | |
-- - Col2dHello: Starting | |
-- - Col2dHello: Completed | |
-- - DrawImg: Starting | |
-- - DrawImg: Completed | |
-- - UrlImg: Starting | |
-- - UrlImg: Completed | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/orion/Downloads/nappgui_build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment