<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>Compiling Umbrello 1.3.2</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">I have a binary available on my homepage:</FONT>
<BR><A HREF="http://home.comcast.net/~jay.snyder/"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">http://home.comcast.net/~jay.snyder/</FONT></U></A>
</P>

<P><FONT SIZE=2 FACE="Arial">To compile it, following the following instructions:</FONT>
<BR><A HREF="http://kde-cygwin.sourceforge.net/kde3/compiling.php#add"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">http://kde-cygwin.sourceforge.net/kde3/compiling.php#add</FONT></U></A>
</P>

<P><FONT SIZE=2 FACE="Arial">One added note, you'll need to set the environment variable PERL to your Perl binary:</FONT>
<BR><FONT SIZE=2 FACE="Arial">Tcsh: setenv PERL `which perl`</FONT>
<BR><FONT SIZE=2 FACE="Arial">Bash: export Perl=`which perl`</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Without this, the compiled failed.</FONT>
<BR><FONT SIZE=2 FACE="Arial">As the Makefiles use $(PERL) to invoke perl, but don't stop if it doesn't run, you just end up with come empty CPP files (which are created with Perl), and the compile fails.</FONT></P>
<BR>

</BODY>
</HTML>