I am not able to compile a version on my Debian system. Hopefully somebody is able to give me a hint how to solve my issue.
After correcting the compiler flags as indicated in https://github.com/andrewprock/pokerstove/issues/24,
I get the following error message while compiling
"Building CXX object lib/pokerstove/peval/CMakeFiles/peval_tests.dir/Rank.test.cpp.o
/opt/pokerstove/src/lib/pokerstove/peval/Rank.test.cpp:1:25: fatal error: gtest/gtest.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make[2]: [lib/pokerstove/peval/CMakeFiles/peval_tests.dir/Rank.test.cpp.o] Fehler 1
make[1]: [lib/pokerstove/peval/CMakeFiles/peval_tests.dir/all] Fehler 2
make: *** [all] Fehler 2
"
Apologies for the error message being in german.
"Fehler" means Error
"Datei oder Verzeichnis nicht gefunden" means "File or directory not found"
However the file gtest.h is located in
"
./src/ext/googletest/googletest/include/gtest/internal/custom/gtest.h
./src/ext/googletest/googletest/include/gtest/gtest.h
"
I am not able to compile a version on my Debian system. Hopefully somebody is able to give me a hint how to solve my issue.
After correcting the compiler flags as indicated in https://github.com/andrewprock/pokerstove/issues/24, I get the following error message while compiling "Building CXX object lib/pokerstove/peval/CMakeFiles/peval_tests.dir/Rank.test.cpp.o /opt/pokerstove/src/lib/pokerstove/peval/Rank.test.cpp:1:25: fatal error: gtest/gtest.h: Datei oder Verzeichnis nicht gefunden compilation terminated. make[2]: [lib/pokerstove/peval/CMakeFiles/peval_tests.dir/Rank.test.cpp.o] Fehler 1 make[1]: [lib/pokerstove/peval/CMakeFiles/peval_tests.dir/all] Fehler 2 make: *** [all] Fehler 2 "
Apologies for the error message being in german. "Fehler" means Error "Datei oder Verzeichnis nicht gefunden" means "File or directory not found"
However the file gtest.h is located in " ./src/ext/googletest/googletest/include/gtest/internal/custom/gtest.h ./src/ext/googletest/googletest/include/gtest/gtest.h "