Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error #13

Open
marco-trovato opened this issue Aug 30, 2024 · 1 comment
Open

Build error #13

marco-trovato opened this issue Aug 30, 2024 · 1 comment

Comments

@marco-trovato
Copy link

I remember Game Master and ArtMoney! The latter could even SAVE STATE in games that don't support saving!
So THANK YOU for making this!

I am trying to build but i get the following error:

-- Checking for one of the modules 'jsoncpp'
CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:894 (message):
  None of the required 'jsoncpp' found
Call Stack (most recent call first):
  CMakeLists.txt:17 (pkg_search_module)


-- Checking for one of the modules 'icu-uc'
-- Could NOT find CxxTest (missing: CXXTEST_INCLUDE_DIR CXXTEST_PYTHON_TESTGEN_EXECUTABLE) 
-- Configuring incomplete, errors occurred!
See also "/home/debian/Documents/med/build/CMakeFiles/CMakeOutput.log".

(It's like cmake hates me and has an array of random errors for everything i try to compile.)

Could you care to spend few minutes to explain me what am i doing wrong? Maybe it can help other people in the future.

UNRELATED:
When I was young I used this one on MS-DOS:
image

@allencch
Copy link
Owner

Hi @marco-trovato , are you using Debian based distro like Ubuntu? I guess you didn't install these packages,

JSONPP (libjsoncpp-dev)
ICU (libicu-dev)

I believe you are building the application correctly. You can refer to these steps if needed,

# In the directory that contains the source code including CMakeLists.txt,
mkdir build && cd build
cmake ../
make

P/S: I didn't use DOS related memory editor. But did use Ultra Edit to edit save file. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants