Compiling Umbrello 1.3.2
"Snyder, Jay A" <[email protected]>
| Newsgroups | gmane.linux.umbrello.devel,gmane.linux.umbrello.user |
|---|---|
| Message-ID | <A0BBE143077B49439014F9532D3544E4EE920A@us194mx12.tycoelectronics.net> |
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.