jetbrains-academy / CppBasics

Learn fundamentals of C/C++ while developing simple arcade game
MIT License
4 stars 1 forks source link

Failed to launch checking in First Words #63

Open neronguyenvn opened 2 hours ago

neronguyenvn commented 2 hours ago

My CMake have been built sucessfully.

neronguyenvn commented 2 hours ago

CMake log in first build

C:\Users\neronguyenvn\AppData\Local\Programs\CLion\bin\cmake\win\x64\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=C:/Users/neronguyenvn/AppData/Local/Programs/CLion/bin/ninja/win/x64/ninja.exe -G Ninja -S C:\Users\neronguyenvn\CLionProjects\CppBasics -B C:\Users\neronguyenvn\CLionProjects\CppBasics\cmake-build-debug
-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/neronguyenvn/AppData/Local/Programs/CLion/bin/mingw/bin/gcc.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:/Users/neronguyenvn/AppData/Local/Programs/CLion/bin/mingw/bin/g++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (0.2s)
-- Generating done (0.0s)
-- Build files have been written to: C:/Users/neronguyenvn/CLionProjects/CppBasics/test-framework
[1/9] Creating directories for 'googletest'
[2/9] Performing download step (git clone) for 'googletest'
Cloning into 'googletest-src'...
HEAD is now at 15460959 Update versions of WORKSPACE dependencies
[3/9] Performing update step for 'googletest'
[4/9] No patch step for 'googletest'
[5/9] No configure step for 'googletest'
[6/9] No build step for 'googletest'
[7/9] No install step for 'googletest'
[8/9] No test step for 'googletest'
[9/9] Completed 'googletest'
-- Could NOT find Python (missing: Python_EXECUTABLE Interpreter) 
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: C:/Users/neronguyenvn/CLionProjects/CppBasics/sfml
[1/9] Creating directories for 'sfml'
[2/9] Performing download step (git clone) for 'sfml'
Cloning into 'sfml-src'...
HEAD is now at 2f11710a Updated the changelog and version number for 2.5.1
[3/9] Performing update step for 'sfml'
[4/9] No patch step for 'sfml'
[5/9] No configure step for 'sfml'
[6/9] No build step for 'sfml'
[7/9] No install step for 'sfml'
[8/9] No test step for 'sfml'
[9/9] Completed 'sfml'
CMake Deprecation Warning at sfml/sfml-src/CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.5 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.

-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Found OpenGL: opengl32
-- Looking for dinput.h
-- Looking for dinput.h - found
-- Found OpenAL: C:/Users/neronguyenvn/CLionProjects/CppBasics/sfml/sfml-src/extlibs/libs-mingw/x64/libopenal32.a
CMake Warning (dev) at C:/Users/neronguyenvn/AppData/Local/Programs/CLion/bin/cmake/win/x64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (VORBIS)
  does not match the name of the calling package (Vorbis).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  sfml/sfml-src/cmake/Modules/FindVorbis.cmake:25 (find_package_handle_standard_args)
  sfml/sfml-src/cmake/Macros.cmake:279 (find_package)
  sfml/sfml-src/src/SFML/Audio/CMakeLists.txt:70 (sfml_find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found VORBIS: C:/Users/neronguyenvn/CLionProjects/CppBasics/sfml/sfml-src/extlibs/libs-mingw/x64/libvorbisenc.a;C:/Users/neronguyenvn/CLionProjects/CppBasics/sfml/sfml-src/extlibs/libs-mingw/x64/libvorbisfile.a;C:/Users/neronguyenvn/CLionProjects/CppBasics/sfml/sfml-src/extlibs/libs-mingw/x64/libvorbis.a;C:/Users/neronguyenvn/CLionProjects/CppBasics/sfml/sfml-src/extlibs/libs-mingw/x64/libogg.a
-- Found FLAC: C:/Users/neronguyenvn/CLionProjects/CppBasics/sfml/sfml-src/extlibs/libs-mingw/x64/libFLAC.a
-- Configuring done (47.4s)
-- Generating done (0.5s)
-- Build files have been written to: C:/Users/neronguyenvn/CLionProjects/CppBasics/cmake-build-debug

[Finished]