Advertisement
sagotch-2

Untitled

Jul 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. eliomc -rectypes -ppx -infer -package lwt -package lwt.ppx -package ssl -package lwt_ssl -package conduit -package js_of_ocaml.deriving.ppx -package ocsature.server -package markiz -package cohttp -package cohttp.lwt -package sociaml_oauth_client.v1_0a -package sociaml_oauth_client.posix twittex.eliom
  2. js_of_eliom -rectypes -ppx -c -package lwt.ppx -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx -package ocsature.client -package markiz twittex.eliom
  3. eliomc -rectypes -ppx -c -package lwt -package lwt.ppx -package ssl -package lwt_ssl -package conduit -package js_of_ocaml.deriving.ppx -package ocsature.server -package markiz -package cohttp -package cohttp.lwt -package sociaml_oauth_client.v1_0a -package sociaml_oauth_client.posix twittex.eliom
  4. eliomc -rectypes -ppx -a -o local/lib/twittex/twittex.cma \
  5. _server/twitter.cmo _server/twittex.cmo
  6. js_of_eliom -rectypes -ppx -o local/var/www/twittex/eliom/twittex.js -package lwt.ppx -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx -package ocsature.client -package markiz \
  7. _client/twitter.cmo _client/twittex.cmo
  8. There are some missing primitives
  9. Dummy implementations (raising 'Failure' exception) will be used if they are not available at runtime.
  10. You can prevent the generation of dummy implementations with the commandline option '--disable genprim'
  11. Missing primitives:
  12. caml_channel_descriptor
  13. re_search_forward
  14. unix_close
  15. unix_connect
  16. unix_geteuid
  17. unix_gethostbyname
  18. unix_gethostname
  19. unix_getpid
  20. unix_getppid
  21. unix_getpwuid
  22. unix_lockf
  23. unix_set_close_on_exec
  24. unix_socket
  25. unix_string_of_inet_addr
  26. unix_times
  27. ocsigenserver -c local/etc/twittex/twittex-test.conf
  28. ocsigenserver: ocsigen:main: Fatal - Error in configuration file: Error while parsing configuration file: Eliom: while loading local/lib/twittex/twittex.cma: (Failure "SSL is required\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement