<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">You want that i execute the following steps:</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- git clone <a href="http://olsr.org/git/oonf.git">http://olsr.org/git/oonf.git</a></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- cd oonf/build</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- cmake ..</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- make</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- cd oonf/build</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- rm *.*</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- cmake ..</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">- make</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000"><br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small;color:#000000">Is it this?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font face="trebuchet ms, sans-serif"><i><br></i></font></div><div dir="ltr"><font face="trebuchet ms, sans-serif"><i>Cumprimentos,</i></font><div><font face="trebuchet ms, sans-serif"><i>Fábio Carvalho</i></font></div></div></div></div></div></div>
<br><div class="gmail_quote">2016-03-14 7:50 GMT+00:00 Henning Rogge <span dir="ltr"><<a href="mailto:hrogge@gmail.com" target="_blank">hrogge@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, Mar 13, 2016 at 1:38 AM, Fábio Carvalho<br>
<<a href="mailto:fabio.carvalho545@gmail.com">fabio.carvalho545@gmail.com</a>> wrote:<br>
> I have discovered the problem for the daemon does not load the plugin<br>
> nl80211 on OONF version v.0.11.1.<br>
<br>
</span>Yes, and no...<br>
<span class=""><br>
> The CMakeList.txt file of folder olsrd2 only load the plugin like optional:<br>
><br>
> IF (NOT OONF_OPTIONAL_STATIC_PLUGINS)<br>
>     set (OONF_OPTIONAL_STATIC_PLUGINS nl80211_listener)<br>
> ENDIF (NOT OONF_OPTIONAL_STATIC_PLUGINS)<br>
<br>
</span>Yes, this is on purpose to prevent the build to break on systems who<br>
do NOT have the necessary development files for nl80211_listener.<br>
<span class=""><br>
> If i add one line on OONF_STATIC_PLUGINS the plugin is loaded without any<br>
> problems.<br>
<br>
</span>I wonder if for some reason your cmake cache just contains an empty<br>
"OONF_OPTIONAL_STATIC_PLUGINS" variable.<br>
<br>
Could you maybe just remove your whole build directory and run "cmake<br>
.. && make" again?<br>
<br>
I think you will get a nl80211_listener included without any<br>
modification of the CMAKE Makefiles.<br>
<span class="HOEnZb"><font color="#888888"><br>
Henning<br>
</font></span></blockquote></div><br></div>