Skip to content

Instantly share code, notes, and snippets.

@leto
Created January 18, 2011 08:28
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 leto/784135 to your computer and use it in GitHub Desktop.
Save leto/784135 to your computer and use it in GitHub Desktop.
You can now use `make' to build your Parrot.
After that, you can use `make test' to run the test suite.
Happy Hacking,
The Parrot Team
Extensions:
o='.o', a='.a', exe='',
share_ext='.so', load_ext='.so'
Misc Programs:
ar='ar', ranlib=':',
make='make', make_set_make='#'
Types:
iv=long, intvalsize=8, intsize=4, opcode_t=long, opcode_t_size=8,
ptrsize=8, byteorder=12345678,
nv=long double, numvalsize=16, doublesize=8, longdoublesize=16
src/hash.c: In function ‘Parrot_hash_thaw’:
src/hash.c:681: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
src/hash.c:682: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
src/nci/signatures.c: In function ‘Parrot_nci_sig_to_pcc’:
src/nci/signatures.c:184: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
src/nci/libffi.c:38:4: error: #error "unhandled NUMVAL_SIZE value"
src/nci/libffi.c: In function ‘build_ffi_thunk’:
src/nci/libffi.c:234: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
src/nci/libffi.c:241: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
src/nci/libffi.c: In function ‘nci_to_ffi_type’:
src/nci/libffi.c:274: error: ‘ffi_type_parrot_numval’ undeclared (first use in this function)
src/nci/libffi.c:274: error: (Each undeclared identifier is reported only once
src/nci/libffi.c:274: error: for each function it appears in.)
src/nci/libffi.c: In function ‘call_ffi_thunk’:
src/nci/libffi.c:360: warning: switch missing default case
src/nci/libffi.c:398: warning: comparison between signed and unsigned integer expressions
src/nci/libffi.c:400: warning: switch missing default case
src/nci/libffi.c:579: warning: comparison between signed and unsigned integer expressions
make: *** [src/nci/libffi.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment