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... Regards Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
