On 16/03/2019 11:16, Pierre Labastie via blfs-dev wrote:
> On 16/03/2019 10:39, Pierre Labastie via blfs-dev wrote:
>> Hi,
>>
>> For porting lxde to GTK+3, I have decided to rebuild completely lfs/blfs with
>> most recent versions. I found a few issues (only built lxde deps):
>> - mesa-19.0.0: running "make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX" 
>> generates
>> an error because libGL cannot be found. I guess it wouldn't show up if a
>> previous version of mesa were installed, since there is /usr/lib/libGL.so.
>> I do not know what would be a fix, but my guess is that we should look at the
>> source of the demos and see whether they have been ported to meson/ninja.
>> Otherwise, we may need to run configure for those
>> - pango-1.42.4: Fails if gobject-instrospection is not installed: either
>> recommend g-i or pass -Dgir=false to meson.
>> - vte-0.54.3: when compiling bindings/vala/app.vala, stops with an error:
>> struct Test.app.Options cannot be empty. My version of vala is 0.44.0.
>>
>> I fixed the first two issues by:
>> - not compiling the mesa demos
>> - compiling g-i before pango
>>
>> I'm stuck at the last one, so that I cannot build lxterminal...
>>
> 
> OK, found the fix at
> https://github.com/GNOME/vte/commit/53690d5cee51bdb7c3f7680d3c22b316b1086f2c
> 
> should work with a sed:
> 
> sed -i '/bool audible/i\    public int dummy;' bindings/vala/app.vala
> 
> Let me try before including into the book.

That worked. Will fix the book.

BTW, what do you think about recommending g-i for pango?

Pierre

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to