openAV-Sorcer icon indicating copy to clipboard operation
openAV-Sorcer copied to clipboard

make fails during compile

Open thijz opened this issue 7 years ago • 5 comments

Hi Harry

I'm probably missing something obvious here, but Sorcer make fails below is the output of 'cmake' and below that the output of 'make'

tvanseve@tvanseve-ThinkPad-P50:~/Code/prive/openAV-Sorcer/build$ cmake ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- 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
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'lv2'
--   Found lv2, version 1.12.0
-- Checking for module 'ntk'
--   Found ntk, version 1.3.0

  Sorcer Configuration : 1.1.3
-----------------------
* Install Directory               : /usr/local

-- Configuring done
-- Generating done
-- Build files have been written to: /home/tvanseve/Code/prive/openAV-Sorcer/build

output of the make command :

tvanseve@tvanseve-ThinkPad-P50:~/Code/prive/openAV-Sorcer/build$ make
Scanning dependencies of target sorcer
[ 25%] Building CXX object CMakeFiles/sorcer.dir/faust/main.cpp.o
/home/tvanseve/Code/prive/openAV-Sorcer/faust/main.cpp:710:37: fatal error: boost/circular_buffer.hpp: No such file or directory
compilation terminated.
CMakeFiles/sorcer.dir/build.make:62: recipe for target 'CMakeFiles/sorcer.dir/faust/main.cpp.o' failed
make[2]: *** [CMakeFiles/sorcer.dir/faust/main.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/sorcer.dir/all' failed
make[1]: *** [CMakeFiles/sorcer.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

thijz avatar Jan 12 '17 10:01 thijz