| Something must have changed somewhere, because last week I tried to build the android lib and it complained about
not finding this header. I have boost in my /usr/local/include, so cmake would never complain about it. The android
build does not use cmake, and it does not look into /usr/local/include, so it failed. Anyway, it was easy enough to
place a link somewhere else to be picked up by the build. Nevertheless, I think it means something had changed.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952
> On 12 Apr 2016, at 13:14, jpff wrote:
>
> All I ever tdo on this machine in "git pull; make" s no. It did go through full cmake just before this hpened.
>
> On Tue, 12 Apr 2016, Michael Gogins wrote:
>
>> boost.
>>
>> Did you used to build this interface? If you did not, that might explain it.
>>
>> Best,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Tue, Apr 12, 2016 at 2:57 PM, jpff wrote:
>>> on 32bit Linux; this used to work but no longe
>>>
>>> [ 74%] Built target ipmidi
>>> [ 74%] Built target rtalsa
>>> [ 74%] Built target rtjack
>>> [ 75%] Built target rtpa
>>> [ 75%] Building CXX object
>>> interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o
>>> /home/jpff/csound6/interfaces/CsoundFile.cpp:24:38: fatal error:
>>> boost/algorithm/string.hpp: No such file or directory
>>> #include
>>> ^
>>> compilation terminated.
>>> make[2]: *** [interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o] Error 1
>>> make[1]: *** [interfaces/CMakeFiles/libcsnd6.dir/all] Error 2
>>> make: *** [all] Error 2
>>>
>>> I assume I now need a new package but what?
>>> ==John |