Greetings Borys<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre>First, you should see the line below in cmake output:
Found GRASS: /usr/local/grass-6.4.0svn
Then "make" should attempt to compile the grass support with such output among 
other plugins:
Linking CXX shared library libqgisgrass.so
[ 68%] Built target qgisgrass                                     
Linking CXX shared module libgrassprovider.so
[ 68%] Built target grassprovider                                 
Linking CXX shared module libgrassrasterprovider.so
[ 68%] Built target grassrasterprovider            
(...)
Linking CXX shared module libgrassplugin.so
[ 96%] Built target grassplugin 
</pre></span></blockquote><div>Unfortunely I didn't saved the text into a log file.</div><div> </div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre>Finally, "make install" installs the compiled .so libraries (e.g. 
libgrassplugin.so) in /lib/qgis/ within your destination folder, so usually in 
/usr/local/lib/qgis/
</pre></span></blockquote><div>At that folder I only have :</div><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre>libgrassplugin.so and libgrassprovider.so</pre>
<pre><font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="white-space: normal; font-size: small;"><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre; font-size: medium;"><span class="Apple-style-span" style="font-family: 'Times New Roman'; white-space: normal; "><pre>
libqgisgrass.so, libgrassrasterprovider.so are not there.</pre></span></span></font></span></font></pre></span></div><div> </div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre>If they are there, probably something is wrong with the library path. Do you 
see other c++ plugins like evis, North Arrow or Scale bar on the plugin list 
in the manager?</pre></span></blockquote><div>yes I do. They are all there.</div><div><br></div><div> </div>