homebrew - jhbuild bootstrap doesn't see brew's pixman -


i'm trying install missing dependencies mac os (10.11.6 el capitan) following guide

there problem pixman:

jhbuild bootstrap 

pixman installed , linked via brew, jhbuild tries build anyway , fails while running 'make -j 9'.

***/pixman/pixman-mmx.c:100:20: error:   constraint 'k' expects integer constant expression     : "y" (__a), "k" (__n) 

i've tried options 'wipe directory , start over'/'clean'/'distclean' , tried jhbuild clean before starting bootstrap on again. doesn't work.

in guide mentoned, that:

it assumed not using brew, fink, macports, etc.

however, there similar problem intltool , jhbuild clean & sudo port install intltool worked fine.

do have ideas why jhbuild doesn't recognise brew's pixman? i'd appreciate help. thanks!


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -