Advertisement
Guest User

fails on first file from UNIX

a guest
Jul 29th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. make runtime
  2. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  3. cd byterun; make all
  4. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/byterun'
  5. make[2]: Nothing to be done for `all'.
  6. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/byterun'
  7. if test -f stdlib/libcamlrun.a; then :; else \
  8. ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
  9. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  10. make ocamlc
  11. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  12. make[1]: `ocamlc' is up to date.
  13. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  14. make ocamllex
  15. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  16. cd yacc; make all
  17. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  18. make[2]: Nothing to be done for `all'.
  19. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  20. cd lex; make all
  21. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/lex'
  22. make[2]: Nothing to be done for `all'.
  23. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/lex'
  24. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  25. make ocamlyacc
  26. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  27. cd yacc; make all
  28. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  29. make[2]: Nothing to be done for `all'.
  30. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  31. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  32. make ocamltools
  33. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  34. cd yacc; make all
  35. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  36. make[2]: Nothing to be done for `all'.
  37. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  38. cd lex; make all
  39. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/lex'
  40. make[2]: Nothing to be done for `all'.
  41. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/lex'
  42. cd tools; make all
  43. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/tools'
  44. make[2]: Nothing to be done for `all'.
  45. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/tools'
  46. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  47. make library
  48. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  49. cd stdlib; make all
  50. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/stdlib'
  51. make[2]: Nothing to be done for `all'.
  52. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/stdlib'
  53. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  54. make ocaml
  55. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  56. ocamlc -linkall -o ocaml.tmp \
  57. compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
  58. compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
  59. byterun/ocamlrun ./expunge ocaml.tmp ocaml arg array arrayLabels buffer callback camlinternalLazy camlinternalMod camlinternalOO char complex digest filename format gc genlex hashtbl int32 int64 lazy lexing list listLabels map marshal moreLabels nativeint obj oo parsing pervasives printexc printf queue random scanf set sort stack stdLabels stream string stringLabels sys weak outcometree topdirs toploop
  60. make[1]: byterun/ocamlrun: Command not found
  61. make[1]: [ocaml] Error 127 (ignored)
  62. rm -f ocaml.tmp
  63. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  64. make otherlibraries ocamlbuild.byte ocamldebugger \
  65.  
  66. make[1]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  67. cd yacc; make all
  68. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  69. make[2]: Nothing to be done for `all'.
  70. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/yacc'
  71. cd lex; make all
  72. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/lex'
  73. make[2]: Nothing to be done for `all'.
  74. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/lex'
  75. cd tools; make all
  76. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/tools'
  77. make[2]: Nothing to be done for `all'.
  78. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/tools'
  79. for i in win32unix str num dynlink bigarray; do \
  80. (cd otherlibs/$i; make RUNTIME= all) || exit $?; \
  81. done
  82. make[2]: Entering directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/otherlibs/win32unix'
  83. i686-pc-mingw32-gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -I../../byterun -O -I../unix -c access.c
  84. access.c:38:3: error: 'R_OK' undeclared here (not in a function)
  85. R_OK, W_OK, X_OK, F_OK
  86. ^
  87. access.c:38:9: error: 'W_OK' undeclared here (not in a function)
  88. R_OK, W_OK, X_OK, F_OK
  89. ^
  90. access.c:38:15: error: 'X_OK' undeclared here (not in a function)
  91. R_OK, W_OK, X_OK, F_OK
  92. ^
  93. access.c:38:21: error: 'F_OK' undeclared here (not in a function)
  94. R_OK, W_OK, X_OK, F_OK
  95. ^
  96. access.c: In function 'unix_access':
  97. access.c:46:3: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration]
  98. ret = access(String_val(path), cv_flags);
  99. ^
  100. make[2]: *** [access.o] Error 1
  101. make[2]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03/otherlibs/win32unix'
  102. make[1]: *** [otherlibraries] Error 2
  103. make[1]: Leaving directory `/home/william/src/mxe/tmp-ocaml-core/ocaml-4.03'
  104. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement