-
Notifications
You must be signed in to change notification settings - Fork 176
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
Problem when installing pastec on ubuntu 18.04 #66
Comments
I got under Arch Linux the similar problem that the libjsoncpp can not been included.
Under Arch the json.h is located here: usr/include/json/json.h (Under Arch I had also to install hdf5 first) |
I think that this is fixed by the #36 PR, but it was never merged |
I tested #36 - for me, the changes doesn't fix the include. |
Maybe installing |
|
Hi,
I followed the setup guide, When i run cmake .. it shows tthis error:
-- Could NOT find libjsoncpp (missing: LIBJSONCPP_INCLUDE_DIR)
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindCURL.cmake:48 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:47 (find_package)
-- Configuring incomplete, errors occurred!
See also "/root/pastec/build/CMakeFiles/CMakeOutput.log".
See also "/root/pastec/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered: