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

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

Sincerely,
Robert Duffy
--
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