Gopala, thanks for your help.  I managed to compile and run Umbrello.  <br><br>Now I'm trying to figure out the best development setup.  What do other Umbrello developers use?<br><br><br><div class="gmail_quote">On Thu, Feb 5, 2009 at 3:18 AM, Gopala Krishna <span dir="ltr"><<a href="mailto:krishna.ggk@gmail.com">krishna.ggk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">On Thu, Feb 5, 2009 at 12:37 PM, Ryan Oblak <<a href="mailto:rroblak@gmail.com">rroblak@gmail.com</a>> wrote:<br>

> Hi,<br>
><br>
> I'm interested in doing some development on Umbrello.  I checked out the<br>
> latest from anonsvn, but I find build instructions that work.  For<br>
> reference, I tried running 'make' and 'cmake -Wno-dev' in the umbrello<br>
> directory.  make complained about not having targets and cmake complained<br>
> 'Unknown CMake command "kde4_install_icons"'.  If anybody could help me with<br>
> build instructions, I'd appreciate it.<br>
><br>
> Thanks,<br>
> Ryan<br>
<br>
</div></div>Hi Ryan,<br>
 Actually you are supposed to invoke "make" after invoking "cmake".<br>
The cmake execution generates Makefile which can be used by make.<br>
<br>
Regarding kde4_install_icons, I think some of the kde macros aren't<br>
included directly in the CMakeLists.txt in the umbrello directory.<br>
They are inherited indirectly by the CMakeLists.txt file in the kdesdk<br>
directory.<br>
So, try just getting the CMakeLists.txt file from kdesdk and follow<br>
the next procedures.<br>
<br>
1)Create a directory called "kdesdk"<br>
2)Copy kdesdk/CMakeLists.txt and umbrello to above created kdesdk folder.<br>
3) cd <builddir><br>
4) cmake <options> <path to kdesdk created above><br>
5) make<br>
6) sudo make install<br>
<br>
HTH<br>
<font color="#888888">--<br>
Cheers,<br>
Gopala Krishna A<br>
</font></blockquote></div><br>