[Bf-committers] Blender fails to build with newer version of libXi and more

Brecht Van Lommel brechtvanlommel at pandora.be
Mon Oct 10 23:50:16 CEST 2016


It would be interesting to understand why you want to change the
default DPI to 96. Is there something specific about Fedora or a
recent change in a window manager that requires this?

We are still missing code in Blender to automatically detect the
system DPI and scale accordingly and we should address that at some
point, but as far as I know changing the default to 96 will make the
interface much too big on anything but high DPI displays.

On Mon, Oct 10, 2016 at 10:16 PM, Bastien Montagne
<montagne29 at wanadoo.fr> wrote:
> 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
>> Bf-committers at blender.org
>> https://lists.blender.org/mailman/listinfo/bf-committers
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list