eserte / perl-tk

the perl module Tk
https://metacpan.org/release/Tk
Other
44 stars 31 forks source link

Better operation on "perl in space" #71

Closed mohawk2 closed 3 years ago

mohawk2 commented 3 years ago

When Perl is installed in a directory with a space in it, the makefile function adds absolute paths (with spaces in) to the prerequisites for $(CONFIGDEP). This means gmake cannot parse it so the build fails. Changing those absolute paths to relative ones eliminates that problem. (Although it's now failing because of a PNG error, which I'll look at now).