On Sun, 2014-07-27 at 10:39 +0100, Florent Berthaut wrote:
Waf should find it even if it is in /usr/include
instead
of /usr/local/include
The Ubuntu packages put the files into /usr/include/, so this directory
shouldn't be empty.
Since /usr/local/include is empty, the OP could link to /usr/include/,
but since the default paths are /usr/local/include
and /usr/include it wouldn't make sense.
JFTR, it can't harm to run
$ sudo ldconfig
even if it seems not really related to the issue, but you never know.