On Tue, 11 Sep 2018 18:05:39 -0400
Fletcher Barnes <n3vq...@gmail.com> wrote:

> meson.build:800:0: ERROR:  Native dependency 'mount' not found


This might be of help:

https://stackoverflow.com/questions/48690290/meson-cross-compiling-dependencies

meson uses pkg-config (.pc) files to detect dependencies. Also, libmount
is installed as part of the util-linux package.

So, either the mount.pc file does not exist, or cannot be located
by the system, or libmount and its headers were not installed as they
should have been with the util-linux package.


  Cheers,

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

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to