4 Sep
2019
4 Sep
'19
1:25 p.m.
Olivier:
So I did. I backported nasm 2.14.02 and tried to build cin from there. It's working for the 64 bits build, but not for the 32 bits build. The error is :
... zip ...
[ 98%] Building CXX object CMakeFiles/test_aom_encoder.dir/test/reconinter_test.cc.o mv -f .deps/ImfDeepImageStateAttribute.Tpo .=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../config -I/build/cin-5.1+20190831/thirdparty/../thirdparty/ilmbase-2.2.1/usr/include/OpenEXR
-
... zip ...
If that rings a bell, please let me know.
For your information, I've disabled the dav1d option for the 32 bits build for now.
Yes, correct permanent solution. Some of the assembler instructions that libdav1d uses are not available for 32-bit. GG says he will put in a check for that (someday!).