You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been building quite a few opencog projects lately. This is the first where the usual mkdir build && cd build && cmake .. && make doesn't work. Here is the output:
minime@virtucon ~/h/c/learn (master)> mkdir buildminime@virtucon ~/h/c/learn (master)> cd build/minime@virtucon ~/h/c/l/build (master)> lsminime@virtucon ~/h/c/l/build (master)> cmake ..-- The C compiler identification is GNU 11.4.0-- The CXX compiler identification is GNU 11.4.0-- Detecting C compiler ABI info-- Detecting C compiler ABI info - done-- Check for working C compiler: /usr/bin/cc - skipped-- Detecting C compile features-- Detecting C compile features - done-- Detecting CXX compiler ABI info-- Detecting CXX compiler ABI info - done-- Check for working CXX compiler: /usr/bin/c++ - skipped-- Detecting CXX compile features-- Detecting CXX compile features - done-- Guile (3.0.7 >= 2.2.2) was found.-- Configuring done-- Generating done-- Build files have been written to: /home/minime/home/cellar/learn/buildminime@virtucon ~/h/c/l/build (master)> makeBuilt target COPY_TO_LOAD_PATH_IN_BUILD_DIR_FROM__home_minime_home_cellar_learn_fakeBuilt target COPY_TO_LOAD_PATH_IN_BUILD_DIR_FROM__home_minime_home_cellar_learn_scm
Weird things: 1. it skips finding the cc and c++ compilers. 2. the autogenerated target names are out of whack and not interpolated.
The text was updated successfully, but these errors were encountered:
I've been building quite a few opencog projects lately. This is the first where the usual
mkdir build && cd build && cmake .. && make
doesn't work. Here is the output:Weird things: 1. it skips finding the cc and c++ compilers. 2. the autogenerated target names are out of whack and not interpolated.
The text was updated successfully, but these errors were encountered: