Created
September 8, 2017 10:53
-
-
Save Whateverable/27bba45606df0dc0d2464379c429d6fb to your computer and use it in GitHub Desktop.
nativecallable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct s {char *a;}; extern struct s foo[]; extern struct s* foo[]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/tmp/wADTryZWkp:4: error: conflicting declaration 's* foo []' | |
/tmp/wADTryZWkp:4: error: 'foo' has a previous declaration as 's foo []' | |
The spawned command 'gccxml' exited unsuccessfully (exit code: 1) | |
in sub do-magic at /home/bisectable/.rakudobrew/moar-nom/install/share/perl6/site/resources/92F1042C0E0393DE879DF33F26743E57E5548223 line 217 | |
in sub MAIN at /home/bisectable/.rakudobrew/moar-nom/install/share/perl6/site/resources/92F1042C0E0393DE879DF33F26743E57E5548223 line 79 | |
in block <unit> at /home/bisectable/.rakudobrew/moar-nom/install/share/perl6/site/resources/92F1042C0E0393DE879DF33F26743E57E5548223 line 198 | |
in sub MAIN at /home/bisectable/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/gptrixie line 2 | |
in block <unit> at /home/bisectable/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/gptrixie line 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment