rakudo / star

Rakudo Star (Raku distribution)
https://rakudo.org/
Artistic License 2.0
265 stars 41 forks source link

Error on Windows when building rakudo-star-2019.11-rc1: Can't locate NQP/Configure.pm #149

Closed sthiriet closed 1 year ago

sthiriet commented 4 years ago

I 've fixed this error by changing this line from:

use lib 'tools/lib';

to:

use FindBin;
use lib "$FindBin::Bin/tools/lib";
AntonOks commented 1 year ago

closing as it's stone-age old an no one seems to work on it...