retrieving ... checking platform for `ola' ... checking dependencies for `ola' ... install order: ("ola") installing ola: ... changing current directory to . '/usr/local/bin/csi' -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"ola\" \"\"))" -e "(keep-intermediates #t)" -e "(setup-install-mode #f)" 'ola.setup' '/usr/local/bin/csc' -feature compiling-extension -setup-mode -k -s -O2 -d0 -c++ -X r7rs -R r7rs -J ola.sld -R srfi-99 -L `pkg-config --libs libola` -C -Wno-write-strings In file included from ola.cpp:11:0: ola.cpp: In function ‘long int stub333(long int, long int, long int)’: ola.cpp:154:37: error: call of overloaded ‘InitLogging(int&, int&)’ is ambiguous C_r=C_mk_bool(ola::InitLogging(t0,t1)); ^ /usr/local/include/chicken/chicken.h:1098:38: note: in definition of macro ‘C_mk_bool’ #define C_mk_bool(x) ((x) ? C_SCHEME_TRUE : C_SCHEME_FALSE) ^ ola.cpp:154:37: note: candidates are: C_r=C_mk_bool(ola::InitLogging(t0,t1)); ^ /usr/local/include/chicken/chicken.h:1098:38: note: in definition of macro ‘C_mk_bool’ #define C_mk_bool(x) ((x) ? C_SCHEME_TRUE : C_SCHEME_FALSE) ^ In file included from ola.cpp:14:0: /usr/include/ola/Logging.h:231:6: note: bool ola::InitLogging(ola::log_level, ola::log_output) bool InitLogging(log_level level, log_output output); ^ /usr/include/ola/Logging.h:231:6: note: no known conversion for argument 2 from ‘int’ to ‘ola::log_output’ /usr/include/ola/Logging.h:239:6: note: void ola::InitLogging(ola::log_level, ola::LogDestination*) void InitLogging(log_level level, LogDestination *destination); ^ /usr/include/ola/Logging.h:239:6: note: no known conversion for argument 2 from ‘int’ to ‘ola::LogDestination*’ Error: shell command terminated with non-zero exit status 256: 'g++' 'ola.cpp' -o 'ola.o' -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -fPIC -DPIC -DC_SHARED -Wno-write-strings -I"/usr/local/include/chicken" Error: shell command failed with nonzero exit status 256: '/usr/local/bin/csc' -feature compiling-extension -setup-mode -k -s -O2 -d0 -c++ -X r7rs -R r7rs -J ola.sld -R srfi-99 -L `pkg-config --libs libola` -C -Wno-write-strings Error: shell command terminated with nonzero exit code 17920 "'/usr/local/bin/csi' -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(...