On Jun 5, 2004, at 3:33 PM, Martin Costabel wrote:

This is a bug in the gimp2.info file. I wonder how the maintainer (CCed) got it compiled. The bug is in the line


 perl -pi -e 's;SVG = @SVG@;SVG = ;' plug-ins/common/Makefile.in

At least the first of the two '@' signs has to be escaped. Otherwise perl interprets @SVG as a variable (with empty value). The line

 perl -pi -e 's;SVG = [EMAIL PROTECTED]@;SVG = ;' plug-ins/common/Makefile.in

works correctly.

--
Martin

The reason it tested successfully on my machine is because this problem only occurs when someone builds 'gimp2' even though librsvg2 is available to be installed. librsvg2 is not installed on my machine, so it worked. librsvg2 is installed on my other tester (Todd Heidesch)'s machine, but he built 'gimp2-svg', which does not use that line.




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to