Le 30/11/2020 à 11:18, Enrico Forestieri a écrit :
It is required, otherwise configuration is successful but compilation fails:
CXX os.o
../../../src/support/checksum.cpp:13:10: fatal error: boost/crc.hpp: No such
file or directory
13 | #include "boost/crc.hpp"
| ^~~
Le 11/12/2020 à 17:47, Stephan Witt a écrit :
CXX os.o
../../../src/support/checksum.cpp:13:10: fatal error: boost/crc.hpp: No such
file or directory
13 | #include "boost/crc.hpp"
| ^~~
compilation terminated.
So, either warn at the end of configuration that
Am 30.11.2020 um 11:18 schrieb Enrico Forestieri :
>
> On Sun, Nov 29, 2020 at 09:38:38PM +0100, Jean-Marc Lasgouttes wrote:
>> commit ca938c08d9d110226f2c0133e304914f9cc83533
>> Author: Jean-Marc Lasgouttes
>> Date: Sun Nov 29 22:07:26 2020 +0100
>>
>>autotools: use system boost by defaul
Le 30/11/2020 à 11:18, Enrico Forestieri a écrit :
What is missing is a test to use bundled boost automatically when
system boost is missing. I am not sure this is required, though.
It is required, otherwise configuration is successful but compilation fails:
I knew that, but I
On Sun, Nov 29, 2020 at 09:38:38PM +0100, Jean-Marc Lasgouttes wrote:
> commit ca938c08d9d110226f2c0133e304914f9cc83533
> Author: Jean-Marc Lasgouttes
> Date: Sun Nov 29 22:07:26 2020 +0100
>
> autotools: use system boost by default
>
> What is missing is a test to use bundled boos