You probably want to update BLO_update_defaults_userpref_blend() in blenloader/intern/versionning_default.c for the DPI…
As for the errors, they rather seems to come from openEXR to me? Would suspect some cxx11 issue here, are you sure your OpenEXR package has been built with gcc6.2? And if so, without any '--std=c++98' kind of option? Also, and if I understand your page correctly, looks like glibc was updated at that time too, maybe that’s the issue? In any case, there is a clear conflict in headers related to OpenEXR, libXi doesn’t have anything to do with it. Hard to help you further here, you’ll have to build blender yourself on that newest-fedora system and try to understand what is going wrong… Bastien Le 10/10/2016 à 21:27, Luya Tshimbalanga a écrit : > Hello Blender developers, > > I am the new maintainers of Blender for the Fedora distribution. > Blender failed to build with newer version of libXi according to this > report below: > https://apps.fedoraproject.org/koschei/package/blender > > Details of the build is located on > https://kojipkgs.fedoraproject.org/work/tasks/1403/15951403/build.log > Could someone investigate the issue please? > > > Another question is related to change the default dpi setting of the > interface. How to assign it to 96dpi for the build? > I changed the default variable from 72.0f to 96.0f inside > "source/blender/editors/include/UI_interface.h" with no effect. Is there > another way. > > > Thanks in advance. > > > > _______________________________________________ > Bf-committers mailing list > [email protected] > https://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-committers
