Skip to content

Instantly share code, notes, and snippets.

@diakopter
Created September 16, 2012 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diakopter/3732946 to your computer and use it in GitHub Desktop.
Save diakopter/3732946 to your computer and use it in GitHub Desktop.
Generating code
Finished generating code
if exist runtime/parrot/dynext/foo_group.dll.manifest mt.exe -nologo -ma
nifest runtime/parrot/dynext/foo_group.dll.manifest -outputresource:runtime/parr
ot/dynext/foo_group.dll;2
C:\Perl64\bin\perl.exe tools/build/pmc2c.pl --dump src/dynpmc/os.pmc
C:\Perl64\bin\perl.exe tools/build/pmc2c.pl --c src/dynpmc/os.pmc
NMAKE : warning U4006: special macro undefined : '$<'
C:\Perl64\bin\perl.exe tools/build/c2str.pl >src/dynpmc/os.str
Use of uninitialized value $ARGV[0] in string eq at tools/build/c2str.pl line 34
.
Use of uninitialized value $ARGV[0] in string eq at tools/build/c2str.pl line 35
.
Use of uninitialized value $file in substitution (s///) at tools/build/c2str.pl
line 50.
Use of uninitialized value $file in concatenation (.) or string at tools/build/c
2str.pl line 51.
tools/build/c2str.pl: .c: No such file or directory at tools/build/c2str.pl line
52.
NMAKE : fatal error U1077: 'C:\Perl64\bin\perl.exe' : return code '0x2'
Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment