Hi all,<br>
<br>
This is howto for building any plugin from sources:<br>
1. Check out plugin&#39;s source in QGis plugins directory qgis/src/plugins:<br>
cd qgis/src/plugins<br>
svn co <a href="http://svn.repo-of-plugin/some_plugin">http://svn.repo-of-plugin/some_plugin</a><br>
2. Add name of new plugin&#39;s directory in CMakeLists.txt of plugins dir:<br>
cd qgis/src/plugins<br>
nano CMakeLists.txt<br>
SUBDIRS (some_plugin)<br>
3. Build QGis as usually:<br>
cd qgis/build<br>
ccmake ..<br>
make &amp;&amp; make install<br><br><div class="gmail_quote">2009/11/5 Jim Hammack <span dir="ltr">&lt;<a href="mailto:hammack@gotslack.org">hammack@gotslack.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">I have the
same problem compiling on Slackware Linux.  (cmake version 2.6-patch 2)<br>
<br>
hwy61:~/gis/qgis/&gt; cmake ../qgis2google2<br>
-- The C compiler identification is GNU<br>
-- The CXX compiler identification is GNU<br>
-- Check for working C compiler: /usr/local/bin/gcc<br>
-- Check for working C compiler: /usr/local/bin/gcc -- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Check for working CXX compiler: /usr/bin/c++<br>
-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
CMake Error at CMakeLists.txt:28 (QT4_WRAP_UI):<br>
  Unknown CMake command &quot;QT4_WRAP_UI&quot;.<br>
<br>
</font></font><br>
Don MacQueen wrote:
<blockquote type="cite">I downloaded the source code using
  <br>
   svn checkout <a href="http://svn.gis-lab.info/qgis2google2" target="_blank">http://svn.gis-lab.info/qgis2google2</a> qgis2google2
  <br>
  <br>
Then, on Macintosh (OS version 10.5.8) I get
  <br>
  <br>
build[91]% cmake ../qgis2google2
  <br>
-- The C compiler identification is GNU
  <br>
-- The CXX compiler identification is GNU
  <br>
-- Check for working C compiler: /usr/bin/gcc
  <br>
-- Check for working C compiler: /usr/bin/gcc -- works
  <br>
-- Detecting C compiler ABI info
  <br>
-- Detecting C compiler ABI info - done
  <br>
-- Check for working CXX compiler: /usr/bin/c++
  <br>
-- Check for working CXX compiler: /usr/bin/c++ -- works
  <br>
-- Detecting CXX compiler ABI info
  <br>
-- Detecting CXX compiler ABI info - done
  <br>
CMake Error at CMakeLists.txt:28 (QT4_WRAP_UI):
  <br>
  Unknown CMake command &quot;QT4_WRAP_UI&quot;.
  <br>
  <br>
The CMake error looks as if it is a problem in the CMakeLists.txt file,
rather than a problem with missing dependencies in my system, but it&#39;s
hard for me to know, since I&#39;m unfamiliar with CMake.
  <br>
  <br>
I have installed QT 4.5.3 from a binary download at
  <br>
   <a href="http://qt.nokia.com/downloads" target="_blank">http://qt.nokia.com/downloads</a>
  <br>
  <br>
I installed cmake from a binary download for Mac at
  <br>
  <a href="http://www.cmake.org/" target="_blank">http://www.cmake.org/</a>
  <br>
  <br>
build[100]% cmake --version
  <br>
cmake version 2.6-patch 4
  <br>
  <br>
Suggestions would be welcome!
  <br>
  <br>
Thanks
  <br>
-Don
  <br>
  <br>
p.s.
  <br>
I have no idea what &quot;the usual way it&#39;s done for other plugins&quot; is.
Although I have generally been successful following instructions to
&quot;configure, make, make install&quot; for a variety of open source projects,
I am not a QGis plugin developer.
  <br>
  <br>
At 11:33 AM +0200 10/21/09, G. Allegri wrote:
  <br>
  <blockquote type="cite">Hi Barend,
    <br>
I forward your request to the list, as you probably have submitted it
only to me.
    <br>
Anyway I think you shouldn&#39;t have problems to compile it under your
platforms, the usual way it&#39;s done for the other plugins, as the
CmakeLists is provided in the svn.
    <br>
    <br>
Giovanni
    <br>
    <br>
2009/10/21 Barend Köbben
&lt;<a href="mailto:kobben@itc.nl" target="_blank">&lt;mailto:kobben@itc.nl&gt;</a><a href="mailto:kobben@itc.nl" target="_blank">kobben@itc.nl</a>&gt;
    <br>
    <br>
When can we expect a multi-platform verison...?
    <br>
    <br>
    <br>
    <br>
On 20-10-09 19:16, &quot;G. Allegri&quot;
&lt;<a href="mailto:giohappy@gmail.com" target="_blank">&lt;mailto:giohappy@gmail.com&gt;</a><a href="mailto:giohappy@gmail.com" target="_blank">giohappy@gmail.com</a>&gt; wrote:
    <br>
    <br>
    <blockquote type="cite"> Compliments for the plugin. I&#39;ve just
tried it. It works very well and I find
      <br>
 it&#39;s really useful.
      <br>
 Thank you very much!
      <br>
      <br>
 Giovanni
      <br>
      <br>
 2009/10/20 Maxim Dubinin
&lt;<a href="mailto:sim@gis-lab.info" target="_blank">&lt;mailto:sim@gis-lab.info&gt;</a><a href="mailto:sim@gis-lab.info" target="_blank">sim@gis-lab.info</a>&gt;
      <br>
      <blockquote type="cite"> Hi all,
        <br>
        <br>
 a little announcement, we&#39;ve made a new version of our plugin. It
        <br>
 gives QGIS several tools for interacting with Google Earth. You can
        <br>
 quickly send a feature or the whole layer to GE keeping current layer
        <br>
 symbology or override it with your own one. Unique values and single
        <br>
 symbol legends are supported.
        <br>
        <br>
 More info:
<a href="http://*gis-lab.info/qa/qgis2google-eng.html" target="_blank">&lt;http://*gis-lab.info/qa/qgis2google-eng.html&gt;</a><a href="http://*gis-lab.info/qa/qgis2google-eng.html" target="_blank">http://*gis-lab.info/qa/qgis2google-eng.html</a>
        <br>
        <br>
 It is tested and working under Windows/OSGeo4W/trunk and source code
is
        <br>
 available
        <br>
 for linux hackers.
        <br>
        <br>
 Maxim
        <br>
        <br>
 PS: I&#39;ve recorded a video to have a look how it works, but it turned
out
        <br>
 to be huge (100 mb) and I couldn&#39;t compress it to more reasonable
size. You
        <br>
 can still see
        <br>
 it, if this is not a problem for you.
        <br>
        <br>
 _______________________________________________
        <br>
 Qgis-user mailing list
        <br>
      </blockquote>
    </blockquote>
 &gt;&gt;
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">&lt;mailto:Qgis-user@lists.osgeo.org&gt;</a><a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a>
    <br>
 &gt;&gt;
<a href="http://*lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">&lt;http://*lists.osgeo.org/mailman/listinfo/qgis-user&gt;</a><a href="http://*lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://*lists.osgeo.org/mailman/listinfo/qgis-user</a>
    <br>
 &gt;
    <br>
    <br>
International Institute for Geo-Information Science and Earth
Observation (ITC)
    <br>
Chamber of Commerce: 410 27 560
    <br>
    <br>
E-mail disclaimer
    <br>
The information in this e-mail, including any attachments, is intended
for the addressee only. If you are not the intended recipient, you are
hereby notified that any disclosure, copying, distribution or action in
relation to the content of this information is strictly prohibited. If
you have received this e-mail by mistake, please delete the message and
any attachment and inform the sender by return e-mail. ITC accepts no
liability for any error or omission in the message content or for
damage of any kind that may arise as a result of e-mail transmission.
    <br>
    <br>
    <br>
    <br>
_______________________________________________
    <br>
Qgis-user mailing list
    <br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a>
    <br>
<a href="http://*lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://*lists.osgeo.org/mailman/listinfo/qgis-user</a>
    <br>
  </blockquote>
  <br>
  <br>
</blockquote>
</div>

<br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Jack R<br>