Guest User

Untitled

a guest
Jul 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. You can now use `make' to build your Parrot.
  2. After that, you can use `make test' to run the test suite.
  3.  
  4. Happy Hacking,
  5. The Parrot Team
  6.  
  7. Extensions:
  8. o='.o', a='.a', exe='',
  9. share_ext='.so', load_ext='.so'
  10. Misc Programs:
  11. ar='ar', ranlib=':',
  12. make='make', make_set_make='#'
  13. Types:
  14. iv=long, intvalsize=8, intsize=4, opcode_t=long, opcode_t_size=8,
  15. ptrsize=8, byteorder=12345678,
  16. nv=long double, numvalsize=16, doublesize=8, longdoublesize=16
  17. src/hash.c: In function ‘Parrot_hash_thaw’:
  18. src/hash.c:681: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
  19. src/hash.c:682: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
  20. src/nci/signatures.c: In function ‘Parrot_nci_sig_to_pcc’:
  21. src/nci/signatures.c:184: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
  22. src/nci/libffi.c:38:4: error: #error "unhandled NUMVAL_SIZE value"
  23. src/nci/libffi.c: In function ‘build_ffi_thunk’:
  24. src/nci/libffi.c:234: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
  25. src/nci/libffi.c:241: warning: cast from function call of type ‘INTVAL’ to non-matching type ‘enum <anonymous>’
  26. src/nci/libffi.c: In function ‘nci_to_ffi_type’:
  27. src/nci/libffi.c:274: error: ‘ffi_type_parrot_numval’ undeclared (first use in this function)
  28. src/nci/libffi.c:274: error: (Each undeclared identifier is reported only once
  29. src/nci/libffi.c:274: error: for each function it appears in.)
  30. src/nci/libffi.c: In function ‘call_ffi_thunk’:
  31. src/nci/libffi.c:360: warning: switch missing default case
  32. src/nci/libffi.c:398: warning: comparison between signed and unsigned integer expressions
  33. src/nci/libffi.c:400: warning: switch missing default case
  34. src/nci/libffi.c:579: warning: comparison between signed and unsigned integer expressions
  35. make: *** [src/nci/libffi.o] Error 1
Add Comment
Please, Sign In to add comment