<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div></div><div><br><blockquote type="cite"><div>
<blockquote type="CITE">
    Also, the '--Werror' flag is not defined for autoconf :
</blockquote>
<blockquote type="CITE">
    automake: error: unrecognized option '--Werror'.
</blockquote>
<blockquote type="CITE">
    '-Werror' should be used.
</blockquote>
<br>
Fixed,<br>
<br>
<blockquote type="CITE">
    And finally, there is a problem for headers : they are installed in …/include/nopoll, but, in the headers, #include <nopoll_[…].h> is used, so the compiler can't find it.
</blockquote>
<blockquote type="CITE">
    Maybe the includes should me prefixed with 'nopoll/', like this : #include <nopoll/nopoll_[…].h>
</blockquote>
<br>
Ok, for this to work, you have to use pkg-config, that is, running the following will give you the right includes:<br>
<br>
>> pkg-config --cflags nopoll<br>
-I/usr/include/nopoll  <br>
<br>
More info at: <a href="http://www.aspl.es/nopoll/html/nopoll_core_library_manual.html#using_nopoll">http://www.aspl.es/nopoll/html/nopoll_core_library_manual.html#using_nopoll</a><br></div></blockquote><div><br></div><div>Oh, sorry, I should have thought of that !</div><br><blockquote type="cite"><div>

Thanks for reporting Félix :-) Best Regards<br></div></blockquote><br></div><div>Have a good day !</div><div><br></div><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><hr><pre>Félix Faisant</pre></div></div>
</div>
<br></body></html>