Coder Social home page Coder Social logo

Comments (3)

aknight2015 avatar aknight2015 commented on June 15, 2024 1

I tried copying CMakeLists.txt into the build folder.

`aknight2015@penguin:~/Programs/MagicSetEditor2$ cmake build -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk3u_core-3.0;-lwx_baseu-3.0;-lwx_baseu_net-3.0;-lwx_gtk3u_html-3.0 (found suitable version "3.0.5", minimum required is "3")
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_regex"
(requested version 1.74.0) with any of the following names:

boost_regexConfig.cmake
boost_regex-config.cmake

Add the installation prefix of "boost_regex" to CMAKE_PREFIX_PATH or set
"boost_regex_DIR" to a directory containing one of the above files. If
"boost_regex" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component)
/usr/share/cmake-3.18/Modules/FindBoost.cmake:448 (find_package)
CMakeLists.txt:9 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/aknight2015/Programs/MagicSetEditor2/CMakeFiles/CMakeOutput.log".`

CMakeOutput.log

from magicseteditor2.

mattiasb avatar mattiasb commented on June 15, 2024

Try:

aknight2015@penguin:~/Programs/MagicSetEditor2$ mkdir build && cmake build -DCMAKE_BUILD_TYPE=Release

:)

from magicseteditor2.

aknight2015 avatar aknight2015 commented on June 15, 2024

Sooooooo.
aknight2015@penguin:~/Programs/MagicSetEditor2$ mkdir build aknight2015@penguin:~/Programs/MagicSetEditor2$ cmake build -DCMAKE_BUILD_TYPE=Release CMake Error: The source directory "/home/aknight2015/Programs/MagicSetEditor2/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.
What do I need to copy into the build directory, besides CMakeLists.txt

from magicseteditor2.

Related Issues (20)

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.