On Nov 2, 2007 1:28 PM, Leon Moctezuma &lt;<a href="mailto:densedev@gmail.com">densedev@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, I created a FindGECKO&nbsp; modul, which tries<br>to look for the NPAPI headers for creating<br>FireFox plug-ins, the problem is that in some<br>distributions the paths have directories with<br>it&#39;s version number... for example:
<br><br>
/usr/include/firefox-<a href="http://2.0.0.5" target="_blank">2.0.0.5</a><br>/usr/include/nspr4<br><br>here is part of the actual script:<br><br>FIND_PATH(GECKO_ROOT_DIR npapi.h npupp.h /usr/include/firefox /usr/local/include/firefox)

<br>FIND_PATH(GECKO_NSPR_DIR prthread.h ${GECKO_ROOT_DIR}/nspr)<br><br>Is there a way to look for in all FireFox* or nspr* directories?<br><br>Best&nbsp; regards,<br><font color="#888888"><br>Leon</font></blockquote><div><br>
Could someone tell me how can I solve this  problem?<br><br>I have libraries that can be for example in  /usr/include/firefox and /usr/include/firefox-<a href="http://2.0.0.5">2.0.0.5</a>,<br>what I want to do is to find the path&nbsp; and look for the headers in all the /usr/include/firefoxXXX 
<br>directories, or exist a better aproach to what I&#39;m trying to do, please help....<br><br>Leon<br></div></div><br>