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

CMake Error at conan.cmake:368 #5

Closed
ligi opened this issue Jan 9, 2020 · 2 comments
Closed

CMake Error at conan.cmake:368 #5

ligi opened this issue Jan 9, 2020 · 2 comments

Comments

@ligi
Copy link

ligi commented Jan 9, 2020

when trying to build the jar from source as described in the readme like this:

git clone git@github.com:slockit/in3-core.git
mkdir -p in3-core/build
cd in3-core/build
cmake -DJAVA=true .. && make

and replacing in3-core with in3-c -> I am getting this issue:

CMake Error at conan.cmake:368 (message):
  Conan install failed='No such file or directory'
Call Stack (most recent call first):
  conan.cmake:448 (conan_cmake_install)
  src/transport/curl/CMakeLists.txt:94 (conan_cmake_run)
@simon-jentzsch
Copy link
Contributor

fixed in develop , this was due to the fact that the gitlab project was called in3-c

@ligi
Copy link
Author

ligi commented Jan 16, 2020

I am still seeing the error - also on develop:

✓ ~/g/3/i/build (develop %=) git rev-parse HEAD                         10:50:21
2c9e4e2200b199234db4dc048b9d856ac220d1e0
✓ ~/g/3/i/build (develop %=) cmake -DJAVA=true .. && make               10:50:27
-- Building version 0.1.0-alpha.0
-- Enable GAS in EVM
-- Disable math optimizations (optimised for executable size)
-- check for curl:  
-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) 
-- check for curl....: FALSE 
-- Conan: Automatic detection of conan settings from cmake
-- Conan: Settings= -s;build_type=Release;-s;compiler=gcc;-s;compiler.version=7;-s;compiler.libcxx=libstdc++11
-- Conan executing: conan install . -s build_type=Release -s compiler=gcc -s compiler.version=7 -s compiler.libcxx=libstdc++11 -g=cmake --build=missing
-- 
CMake Error at conan.cmake:368 (message):
  Conan install failed='No such file or directory'
Call Stack (most recent call first):
  conan.cmake:448 (conan_cmake_install)
  src/transport/curl/CMakeLists.txt:94 (conan_cmake_run)


-- Configuring incomplete, errors occurred!
See also "/home/ligi/git/3rd/in3-c/CMakeFiles/CMakeOutput.log".

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