Neverlord on neverlord
Implement process_open_fds metr… (compare)
Neverlord on neverlord
Implement process_open_fds metr… (compare)
Neverlord on neverlord
Implement process_open_fds metr… (compare)
Neverlord on neverlord
Merge branch 'topic/neverlord/m… (compare)
Neverlord on neverlord
Merge branch 'topic/neverlord/m… (compare)
Neverlord on neverlord
Fix instance getters on the met… (compare)
Neverlord on neverlord
Set reuse-addr for Prometheus p… (compare)
Hi, i'm installing CAF on Ubuntu 20.10. When I try to run the configure file, then the following error occurs:
-- The CXX compiler identification is GNU 10.2.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/CMakeLists.txt:373 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory
"/home/student/Desktop/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/libcaf_core"
is not a subdirectory of
"/home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master".
When specifying an out-of-tree source a binary directory must be explicitly
specified.
CMake Error at /home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/CMakeLists.txt:376 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory
"/home/student/Desktop/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/libcaf_io"
is not a subdirectory of
"/home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master".
When specifying an out-of-tree source a binary directory must be explicitly
specified.
CMake Error at /home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/CMakeLists.txt:380 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory
"/home/student/Desktop/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/libcaf_openssl"
is not a subdirectory of
"/home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master".
When specifying an out-of-tree source a binary directory must be explicitly
specified.
CMake Error at /home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/CMakeLists.txt:384 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory
"/home/student/Desktop/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/examples"
is not a subdirectory of
"/home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master".
When specifying an out-of-tree source a binary directory must be explicitly
specified.
CMake Error at /home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/CMakeLists.txt:388 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory
"/home/student/Desktop/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master/tools"
is not a subdirectory of
"/home/student/Desktop/student/Desktop/student/Desktop/student/Downloads/actor-framework-master".
When specifying an out-of-tree source a binary directory must be explicitly
specified.
-- Configuring incomplete, errors occurred!
See also "/home/student/Desktop/student/Downloads/actor-framework-master/build/CMakeFiles/CMakeOutput.log".
The path of caf source code is; /home/student/Desktop/student/Downloads/actor-framework-master. Is something missing in my configuration? Thank you in advance!
exit_reason
?
category() == type_id_v<exit_reason>
.
Isn't this code supposed to check whether the error is an
exit_reason
?
Yes. Thank you!
[build] ...MSVC\14.28.29333\include\xmemory(701,82): error C2440: 'initializing': cannot convert from 'const caf::byte' to '_Objty'
[build] with
[build] [
[build] _Objty=unsigned char
[build] ]
Can you share what steps you've taken? Git checkout, configure arguments, etc. The CMake output looks weird, like something messed with the folders.
Hi Dominik, i just downloaded the source code from git, and ran ./configure without arguments (like the document on git).
--log-level=...
to the configure
script or by setting CAF_LOG_LEVEL
directly when using CMake. Maybe this article here is of some use: https://www.cafcademy.com/gems/indenting-trace-logs