iot - Pango-1.40.1: Error while compiling on Wind River Linux -


i trying install gtk-2+xx on wind river linux. have installed below dependencies in term install gtk. glib-2.48.1 atk-2.20.0 cairo-1.14.6 have put related *.pc pkg_config_path. trying install pango-1.40.1 1 of dependency gtk. ./configure pango done successfully. please see result below.

checking harfbuzz... yes // found harfbuzz checking fontconfig... yes // found fontconfig checking fcweightfromopentype... no checking freetype... yes // found freetype checking xft... no checking coretext availability... no checking cairo... yes* checking cairo font backends used... freetype checking glib... yes checking libthai... no checking gobject-introspection... no checking flockfile... yes checking strtok_r... yes      configuration:             backends: cairo freetype // configured cairo's font backend of type freetype 

but "make" giving error. below snippet of error received. same error repeated in different lines of source code of frimini.c file.

fribidi.c:73:24: error: expected expression before 'typelink'    link = g_slice_new0 (typelink); 

i enable resolve this.so if can advice how resolve issue or other dependency need installed, me. thanks

i myself resoled problem. source code versions of pango , glib has compatible each other. using glib-2.48 pango-1.40. changed compatible set of these 2 packages(glib-2.40 , pango-1.15) , resolved issue.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -