-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rakudo moar does not compile on Windows using latest git #4357
Comments
From anteusz@freemail.huHi,, Using latest git. The rakudo does not compile. L:\rakudo>C:\strawberry16_2\perl\bin\perl.exe Configure.pl Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 C:\strawberry16_2\perl\bin\perl.exe -MExtUtils::Command -e
Jaffa4 |
From @cokeNormally when I find an old ticket that says "doesn't build", I'm able to close it out, but not today! I installed the latest Strawberry Perl 5.24.0.1 (64bit), and used the git bash shell to checkout a copy of rakudo (using the https protocol and setting my http/https proxy env vars). The configure failed for me in about the same place, because the "install" directory was not created. After manually creating the folder, I reran the original Configure.pl script, which now got to building moar, which then died with: "unknown OS 'msys'" So, two different issues using Strawberry/git bash I know that jnthn (core developer) works on windows all the time, but uses the MS compiler to build. On Sun Jun 28 02:51:11 2015, equinox wrote:
-- |
The RT System itself - Status changed from 'new' to 'open' |
From @cokeOn Wed Jul 27 06:06:00 2016, coke wrote:
So, maybe we can close this out with some documentation updates on our recommend toolchain on windows with strawberry on one side, and the MS tools on the other. |
From @stmukI used the gcc from Strawberry Perl (SP) successfully to build Rakudo I think the first error (equinox) is due to using nmake (Microsoft) The second error (Will's) is due to using the bash shell rather than cmd.exe. S |
This one can probably be closed. |
Migrated from rt.perl.org#125501 (status was 'open')
Searchable as RT125501$
The text was updated successfully, but these errors were encountered: