<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi Roleic,<br>
<br>
I am not an Umbrello expert yet, but I had the same issue when I first started to check Umbrello out of svn.<br>
<br>
Here is what I had to do on my Debian Sarge (stable) intallation:<br>
<br>
svn checkout svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common<br>
svn checkout -N svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdesdk<br>
cd kdesdk<br>
svn update umbrello<br>
ln -s ../kde-common/admin .<br>
export AUTOCONF=autoconf<br>
export AUTOHEADER=autoheader<br>
export AUTOMAKE=automake<br>
make -f Makefile.cvs<br>
./configure --prefix=/usr<br>
cd umbrello<br>
make<br>
<br>
Apparently, I am not supposed to do the export commands but I can't do without them.<br>
<br>
Be sure to replace 3.5 in the svn checkout commands by the KDE branch you are interested in.<br>
If this is KDE4 you're using, I guess the checkout commands should be:<br>
svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common<br>
svn checkout -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk<br>
<br>
I hope that helps,<br>
<br>
   Vincent<br><br>----- Message d'origine ----<br>De : roleic <roleic@vtxmail.ch><br>À : umbrello@kde.org.net<br>Envoyé le : Jeudi, 2 Mars 2006, 1h13mn 53s<br>Objet : [Uml-user] building umbrello from svn<br><br><div>Hello umbrello experts,<br><br>Question:<br>Please, could someone either give me a hint on how to compile umbrello from <br>svn or at least where to read up on the necessary build process. (if possible <br>in beginner level compatible language.)<br><br>Situation:<br>I use a Kanotix box (debian unstable). I managed to check out the umbrello <br>code from the KDE repository using Kdesvn.<br>However, I do not know how to compile it. I checked the installation page and <br>FAQ of umbrello but neither instructions worked out for me. Neither make nor <br>make -f Makefile.cvs worked but gave me missing-file-messages (no Makefile, <br>no configure file). Obviously my knowledge of building KDE source code is <br>almost inexistent maybe
 because I'd like to learn python first before <br>adressing C and C++.<br><br>Motivation:<br>I am in the process of learning python being my first prog. language. Now I <br>read that the current svn version of umbrello can read python and display it <br>as UML. This can be very useful for a beginner to gain an overview of <br>existing python code and learn from it. That's what open source is about, <br>isn't it. In the latest published umbrello release 1.5.1 this does not yet <br>work due to a bug. But the current svn version is announced to have it fixed. <br>The next umbrello release 1.5.2 comes out probably only sometime in april.<br><br>Thank you for your help<br>roleic<br><br><br>-------------------------------------------------------<br>This SF.Net email is sponsored by xPML, a groundbreaking scripting language<br>that extends applications into web and mobile media. Attend the live webcast<br>and join the prime developer group breaking into this new coding
 territory!<br><a target="_blank" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a><br>_______________________________________________<br>Uml-user mailing list<br>umbrello@kde.org<br><a target="_blank" href="https://mail.kde.org/mailman/listinfo/umbrello">https://lists.sourceforge.net/lists/listinfo/uml-user</a><br></div></div></div></div></body></html>