On 24/11/2017 09:10, Robert Duffy wrote:
Hello!

I think there is an error in the development version of the BLFS-Book under http://www.linuxfromscratch.org/blfs/view/svn/general/glib2.html

meson --prefix=/usr -Dwith-pcre=system -Dwith-docs=no .. &&
ninja
ninja install &&

should be:

./configure --prefix=/usr --with-pcre=system --with-docs=no &&
make &&
make install

BLFS editors try to switch to meson/ninja as much as possible (see below
why meson/ninja are not in the dependencies). The instructions in the book
work (do not forget the "mkdir build-glib && cd build-glib" part).


The package libffi is missing in the svn version and there is no hint to the dependency of glib from libffi and python.


libffi, Python 3, ninja, and meson are now part of the development
LFS book. So they are not referenced in the dependencies.

Regards
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