-
Notifications
You must be signed in to change notification settings - Fork 2
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
Install problems on Windows 10 #9
Comments
I am guessing it is crashing somewhere here: https://github.com/Perl5-FFI/FFI-Platypus-Lang-Go/blob/master/inc/mymm-build.pl#L93-L99 Because if it was a compile error it should print the appropriate diagnostic. It looks like Perl and go have the same arch (amd64). I think a Go |
My Go version: I am add debug print to inc/mymm-build.pl using Data::Dumper module:
Generated simple.h:
|
Interesting. I was able to get to my windows box this morning and reproduce this error. It seems to be creating the As a workaround you can add $postamble .=
"pure_all :: mymm-build\n" .
"mymm-build :\n" .
"\t\$(FULLPERL) inc/mymm-build.pl || (exit 0)\n\n"; obviously this is a bug somewhere, so I'd like to figure out why it is exiting with an error. |
I am adjust
And module successfuly installed. |
Hi. I try to install your module using cpanminus, but have an error.
Is it posible to fix?
Install log:
The text was updated successfully, but these errors were encountered: