FW: Compiling Umbrello 1.3.2
"Snyder, Jay A" <[email protected]>
| Newsgroups | gmane.linux.umbrello.user |
|---|---|
| Message-ID | <A0BBE143077B49439014F9532D3544E4EE922F__48805.7001996369$1107450211$gmane$org@us194mx12.tycoelectronics.net> |
I'm resending this because my homepage link got mangled > ______________________________________________ > From: Snyder, Jay A > Sent: Thursday, February 03, 2005 11:17 AM > To: '[email protected]'; '[email protected]' > Subject: Compiling Umbrello 1.3.2 > > I have a binary available on my homepage: > http://home.comcast.net/~jay.snyder <http://home.comcast.net/~jay.snyder> > > To compile it, following the following instructions: > http://kde-cygwin.sourceforge.net/kde3/compiling.php#add > <http://kde-cygwin.sourceforge.net/kde3/compiling.php#add> > > One added note, you'll need to set the environment variable PERL to your > Perl binary: > Tcsh: setenv PERL `which perl` > Bash: export Perl=`which perl` > > Without this, the compiled failed. > 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. > >