Skip to content

Instantly share code, notes, and snippets.

@ZachBacon
Created January 5, 2023 05:37
Show Gist options
  • Save ZachBacon/77c024f68ef47222239581dbab4a28c1 to your computer and use it in GitHub Desktop.
Save ZachBacon/77c024f68ef47222239581dbab4a28c1 to your computer and use it in GitHub Desktop.
cmake ../ -DCMAKE_INSTALL_PREFIX=/opt/newvbam
-- Building for: Ninja
-- The C compiler identification is Clang 15.0.5
-- The CXX compiler identification is Clang 15.0.5
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/clang64/bin/cc.exe - 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: C:/msys64/clang64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: C:/msys64/clang64/bin/pkg-config.exe (found version "1.8.0")
-- Found SFML 2.5.1 in C:/msys64/clang64/include
-- Found FFmpeg: C:/msys64/clang64/lib/libavcodec.a;C:/msys64/clang64/lib/libavformat.a;C:/msys64/clang64/lib/libswscale.a;C:/msys64/clang64/lib/libavutil.a;C:/msys64/clang64/lib/libswresample.a
Submodule 'dependencies' (https://github.com/visualboyadvance-m/dependencies.git) registered for path 'dependencies'
Cloning into '/home/wowza/visualboyadvance-m/dependencies'...
Submodule path 'dependencies': checked out 'e8ce758a98161d47559aa294d3298425ec75e28e'
-- Found Git: C:/msys64/usr/bin/git.exe (found version "2.39.0")
-- Found ZLIB: C:/msys64/clang64/lib/libz.a (found version "1.2.13")
-- Found OpenGL: opengl32
-- 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 - found
-- Found Threads: TRUE
-- Found SDL2: -lmingw32;-mwindows;C:/msys64/clang64/lib/libSDL2.a;-lpthread;-lversion;-limm32;-lmingw32;-lmingw32;-lm;-luser32;-lgdi32;-lwinmm;-limm32;-lole32;-loleaut32;-lversion;-luuid;-ladvapi32;-lsetupapi;-lshell32;-ldinput8;-mwindows;-mwindows
-- Looking for sem_timedwait
-- Looking for sem_timedwait - found
-- Looking for gettext
-- Looking for gettext - found
-- Performing Test LTO_WORKS
-- Performing Test LTO_WORKS - Success
-- Performing Test COMPILER_COLOR_DIAGNOSTICS
-- Performing Test COMPILER_COLOR_DIAGNOSTICS - Success
-- Performing Test GNUPP17_FLAG
-- Performing Test GNUPP17_FLAG - Success
-- Found OpenAL: C:/msys64/clang64/lib/libopenal.a
-- Found wxWidgets: -LC:/msys64/clang64/lib;;;-pipe;-Wl,--subsystem,windows;-mwindows;C:/msys64/clang64/lib/libwx_mswu_xrc-3.2.a;C:/msys64/clang64/lib/libwx_baseu_net-3.2.a;C:/msys64/clang64/lib/libwx_mswu_gl-3.2.a;C:/msys64/clang64/lib/libwx_mswu_html-3.2.a;C:/msys64/clang64/lib/libwx_mswu_core-3.2.a;C:/msys64/clang64/lib/libwx_baseu_xml-3.2.a;C:/msys64/clang64/lib/libwx_baseu-3.2.a;-lopengl32;-lglu32;-lwxtiff-3.2;-lwxjpeg-3.2;-lwxpng-3.2;-lwxregexu-3.2;-lwxscintilla-3.2;-lwxexpat-3.2;-lwxzlib-3.2;-lrpcrt4;-loleaut32;-lole32;-luuid;-llzma;-luxtheme;-lwinspool;-lwinmm;-lshell32;-lshlwapi;-lcomctl32;-lcomdlg32;-ladvapi32;-lversion;-lws2_32;-lgdi32;-loleacc;-lwinhttp (found version "3.2.1")
-- Performing Test WX_DEFAULT_ABI_VERSION_COMPATIBLE
-- Performing Test WX_DEFAULT_ABI_VERSION_COMPATIBLE - Success
-- Performing Test WX_HAS_OPENGL
-- Performing Test WX_HAS_OPENGL - Success
-- Found Gettext: C:/msys64/clang64/bin/msgmerge.exe (found version "0.21")
-- Configuring done
-- Generating done
-- Build files have been written to: C:/msys64/home/wowza/visualboyadvance-m/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment