Subject: | Compilation failure (2.14) |
Compilation fails on all my smoker systems (various debian, ubuntu, centos, freebsd systems). Interesting log is:
....
x86_64-linux-gnu-gcc -c -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.22/CORE" private.c
private.c: In function '_wrap_get_par_embedding_levels_ex':
private.c:2409:5: error: unknown type name 'FriBidiBracketType'
FriBidiBracketType *arg2 = (FriBidiBracketType *) 0 ;
^
private.c:2409:33: error: 'FriBidiBracketType' undeclared (first use in this function)
FriBidiBracketType *arg2 = (FriBidiBracketType *) 0 ;
^
...
Again, attached a Dockerfile to reproduce the problem in an Ubuntu 16.04 container.
Subject: | Dockerfile |
Message body not shown because it is not plain text.