-
Notifications
You must be signed in to change notification settings - Fork 27
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
Windows 10: gmake fails with: make (e=2): The system cannot find the file specified.
#166
Comments
This seems to be caused by compiling with
|
How did you install Rakudo? Did you compile it yourself or did you use a precompiled package? |
I can confirm I had to change "cl" to "gcc" to get it to compile for me under Windows. I have Strawberry Perl installed and I installed Raku from an installer executable I found on the Raku website. I still couldn't get Inline::Perl5 to install until I removed a couple of lines from one of the files involved in installing--I should've created a separate issue for it before I removed the cloned directory tree. Sorry. |
Pasting from @Heptite's reddit comment:
@Heptite Is that silently failing Raku code the same as what worked on Linux Mint? |
Yeah. I still plan on trying something more extensive using Tk with Inline::Perl5 under Mint to see whether I can get it to fail, but my main computer is Windows based so it will take me a little time. |
Putting that aside for now, please confirm (or correct) what I write below. TIA.
Works on both your Linux Mint and Windows systems.
Works on your Linux Mint system but |
Yes.
I have to add a "my" to the code to get it to compile, but that aside, it prints "OK1" on Windows, but fails to do anything else there; I assume it crashes at the point of trying to open a Tk toplevel window but I don't know how to tell. On Mint it prints "OK1", opens a blank Tk toplevel window, and waits for me to close it before it then prints "OK2". |
Okay, I finally had a chance to try to build an actual Tk application using Inline::Perl5, but I get a crash when I try to create, for example, a button. I don't even have a chance to try to add the button to the toplevel window or anything. I just get an instant segfault. So, in short, even simple Tk applications aren't possible even on Linux Mint. |
On Windows 10, raku version 2021.05, Strawberry perl version 5.30.1 : After applying the fix in #165,
The text was updated successfully, but these errors were encountered: