Trying to build openssl from today's master branch on Windows, using
VS 2012 (latest stable 1.0.1e builds fine) and generated ntdll.mak
starts to produce errors in reallyclean target while trying to execute
 copy-if-different.pl script

$(INCL_D)\e_os.h: $(SRC_D)\.\e_os.h $(INCL_D)
$(SRC_D)\util\copy-if-different.pl "$(SRC_D)\.\e_os.h" "$(INCL_D)\e_os.h"

The problem is that there is no $(PERL) executable specified before
$(SRC_D)\util\copy-if-different.pl script call.

I have found line of script generating this instructions  - this is
line 1358 of util\mk1mf.pl

        $ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp
$to\n\t\$(SRC_D)${o}util${o}copy-if-different.pl \"\$(SRC_D)$o$_$pp\"
\"$to${o}$n$pp\"\n\n";

But I do not know perl languge so I can't fix it.
Please, review this regression.

Best regards, Anton Malov.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to