Giter Club home page Giter Club logo

Comments (1)

gingerbeardman avatar gingerbeardman commented on August 17, 2024

Success!

if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")

becomes:

if(CMAKE_BUILD_TYPE STREQUAL "Debug")

For the second error, I had not included submodules in my clone.

Once I cloned correctly, everything worked.

❯ cmake ..
-- Build spdlog: 1.10.0
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Build type: Release
-- Found CURL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libcurl.tbd (found suitable version "7.85.0", minimum required is "7.10")  
-- Configuring done (0.6s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/matt/Projects/dcue/build
❯ make
[  5%] Building CXX object spdlog/CMakeFiles/spdlog.dir/src/spdlog.cpp.o
[ 11%] Building CXX object spdlog/CMakeFiles/spdlog.dir/src/stdout_sinks.cpp.o
[ 17%] Building CXX object spdlog/CMakeFiles/spdlog.dir/src/color_sinks.cpp.o
[ 23%] Building CXX object spdlog/CMakeFiles/spdlog.dir/src/file_sinks.cpp.o
[ 29%] Building CXX object spdlog/CMakeFiles/spdlog.dir/src/async.cpp.o
[ 35%] Building CXX object spdlog/CMakeFiles/spdlog.dir/src/cfg.cpp.o
[ 41%] Building CXX object spdlog/CMakeFiles/spdlog.dir/src/fmt.cpp.o
[ 47%] Linking CXX static library libspdlog.a
[ 47%] Built target spdlog
[ 52%] Building CXX object CMakeFiles/dcue_core.dir/cue.cpp.o
[ 58%] Building CXX object CMakeFiles/dcue_core.dir/naming.cpp.o
[ 64%] Building CXX object CMakeFiles/dcue_core.dir/string_utility.cpp.o
[ 70%] Building CXX object CMakeFiles/dcue_core.dir/multitrack_strategy.cpp.o
[ 76%] Building CXX object CMakeFiles/dcue_core.dir/album.cpp.o
[ 76%] Built target dcue_core
[ 82%] Building CXX object CMakeFiles/dcue.dir/discogs.cpp.o
[ 88%] Building CXX object CMakeFiles/dcue.dir/main.cpp.o
[ 94%] Building CXX object CMakeFiles/dcue.dir/http_curl.cpp.o
[100%] Linking CXX executable dcue
[100%] Built target dcue

from dcue.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.