Created
April 3, 2015 03:13
-
-
Save objmagic/063df65fe3a3e8582dbf to your computer and use it in GitHub Desktop.
ocsigenserver output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src opt | |
| cat files/META.in \ | |
| | sed s/%%CAMLZIPNAME%%// \ | |
| | sed s/%%NAME%%/ocsigenserver/g \ | |
| | sed s/%%DEPS%%/lwt.ssl,lwt.preemptive,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,tyxml.parser,dynlink/g \ | |
| | sed s/%%BASEDEPS%%/lwt,ipaddr/g \ | |
| > files/META | |
| echo directory = \"../server\" > files/META.ocsigenserver | |
| cat files/META.in \ | |
| | sed s/%%CAMLZIPNAME%%// \ | |
| | sed s/%%NAME%%/ocsigenserver/g \ | |
| | sed s/%%DEPS%%/lwt.ssl,lwt.preemptive,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,tyxml.parser,dynlink/g \ | |
| | sed s/%%BASEDEPS%%/lwt,ipaddr/g \ | |
| | sed "s%package \"\(polytables\|commandline\|baselib\)\" (%package \"\1\" (\n directory = \"../baselib\"%" \ | |
| | sed "s%package \"\(http\|cookies\)\" (%package \"\1\" (\n directory = \"../http\"%" \ | |
| | sed "s%directory = \"extensions\"%directory = \"../extensions\"%" \ | |
| >> files/META.ocsigenserver | |
| cat files/ocsigenserver.conf.in \ | |
| | sed s%_LOGDIR_%/var/log/ocsigenserver%g \ | |
| | sed s%_DATADIR_%/var/lib/ocsigenserver%g \ | |
| | sed s%_OCSIGENUSER_%www-data%g \ | |
| | sed s%_OCSIGENGROUP_%www-data%g \ | |
| | sed s%_COMMANDPIPE_%/var/run/ocsigenserver_command%g \ | |
| | sed s%_MIMEFILE_%/etc/ocsigenserver/mime.types%g \ | |
| | sed s%_METADIR_%/Users/runhang/.opam/4.02.1/lib%g \ | |
| | sed s%_PROJECTNAME_%ocsigenserver%g \ | |
| | sed s%_LIBDIR_%/Users/runhang/.opam/4.02.1/lib%g \ | |
| | sed s%_EXTDIR_%/Users/runhang/.opam/4.02.1/lib/ocsigenserver/extensions%g \ | |
| | sed s%_CONFIGDIR_%/etc/ocsigenserver%g \ | |
| | sed s%_STATICPAGESDIR_%/var/www/ocsigenserver%g \ | |
| | sed s%_EXTPACKAGENAME_%ocsigenserver.ext%g \ | |
| > ../ocsigenserver.conf.sample | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C baselib opt | |
| ocamlfind ocamlc -thread -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_lib_base.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_lib_base.ml | |
| ocamlfind ocamlc -thread -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_lib.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_lib.ml | |
| File "ocsigen_lib.ml", line 144, characters 14-27: | |
| Warning 3: deprecated: String.create | |
| Use Bytes.create instead. | |
| File "ocsigen_lib.ml", line 145, characters 6-11: | |
| Warning 3: deprecated: String.set | |
| Use Bytes.set instead. | |
| File "ocsigen_lib.ml", line 146, characters 6-11: | |
| Warning 3: deprecated: String.set | |
| Use Bytes.set instead. | |
| ocamlfind ocamlc -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_cache.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_cache.ml | |
| cat ocsigen_config.ml.in \ | |
| | sed s%0000000000000000%dev% \ | |
| | sed s%_WARNING_%"Warning: this file has been generated from ocsigen_config.ml.in - DO NOT MODIFY MANUALLY!"% \ | |
| | sed s%_LOGDIR_%/var/log/ocsigenserver% \ | |
| | sed s%_DATADIR_%/var/lib/ocsigenserver%g \ | |
| | sed s%_BINDIR_%/usr/local/bin%g \ | |
| | sed s%_EXTDIR_%/Users/runhang/.opam/4.02.1/lib/ocsigenserver/extensions%g \ | |
| | sed s%_STATICPAGESDIR_%/var/www/ocsigenserver% \ | |
| | sed s%_UP_%/tmp%g \ | |
| | sed s%_OCSIGENUSER_%www-data%g \ | |
| | sed s%_OCSIGENGROUP_%www-data%g \ | |
| | sed s%_PROJECTNAME_%ocsigenserver%g \ | |
| | sed s%_COMMANDPIPE_%/var/run/ocsigenserver_command%g \ | |
| | sed s%_CONFIGDIR_%/etc/ocsigenserver% \ | |
| | sed s%_PREEMTIMPLEM_%Lwt_preemptive% \ | |
| | sed s%_ISNATIVE_%Dynlink.is_native%g \ | |
| | sed "s%_DEPS_%\"unix\";\"ssl\";\"bytes\";\"lwt\";\"lwt.log\";\"bigarray\";\"lwt.unix\";\"lwt.ssl\";\"threads\";\"lwt.preemptive\";\"sexplib\";\"ipaddr\";\"str\";\"netsys\";\"netstring\";\"pcre\";\"netstring-pcre\";\"findlib\";\"num.core\";\"num\";\"cryptokit\";\"uutf\";\"tyxml\";\"camlp4\";\"dynlink\";\"camlp4.lib\";\"tyxml.parser\"; \"ocsigenserver.commandline\"; \"ocsigenserver.polytables\"; \"ocsigenserver.cookies\"; \"ocsigenserver.baselib\"; \"ocsigenserver.http\"; \"ocsigenserver\"; %g" \ | |
| > ocsigen_config.ml | |
| ocamlfind ocamlc -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_config.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_config.ml | |
| ocamlfind ocamlc -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_getcommandline.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_commandline.ml | |
| ocamlfind ocamlc -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_messages.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_messages.ml | |
| ln -s dynlink_wrapper.natdynlink.ml dynlink_wrapper.ml | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c dynlink_wrapper.ml | |
| ocamlfind ocamlc -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_loader.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_loader.ml | |
| ocamlfind ocamlc -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_stream.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c ocsigen_stream.ml | |
| File "ocsigen_stream.ml", line 43, characters 43-61: | |
| Warning 3: deprecated: Lazy.lazy_from_fun | |
| Use Lazy.from_fun instead. | |
| File "ocsigen_stream.ml", line 46, characters 26-44: | |
| Warning 3: deprecated: Lazy.lazy_from_fun | |
| Use Lazy.from_fun instead. | |
| File "ocsigen_stream.ml", line 49, characters 13-31: | |
| Warning 3: deprecated: Lazy.lazy_from_fun | |
| Use Lazy.from_fun instead. | |
| File "ocsigen_stream.ml", line 233, characters 12-25: | |
| Warning 3: deprecated: Ocsigen_lib.String.create | |
| Use Bytes.create instead. | |
| ocamlfind ocamlopt -thread -a -o baselib.cmxa ocsigen_lib_base.cmx ocsigen_lib.cmx ocsigen_cache.cmx ocsigen_config.cmx ocsigen_commandline.cmx ocsigen_messages.cmx dynlink_wrapper.cmx ocsigen_loader.cmx ocsigen_stream.cmx | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c commandline/ocsigen_getcommandline.ml | |
| ocamlfind ocamlopt -thread -a -o parsecommandline.cmxa commandline/ocsigen_getcommandline.cmx | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c nocommandline/ocsigen_getcommandline.ml | |
| ocamlfind ocamlopt -thread -a -o donotparsecommandline.cmxa nocommandline/ocsigen_getcommandline.cmx | |
| ocamlfind ocamlopt -thread -shared -linkall -o parsecommandline.cmxs parsecommandline.cmxa | |
| ocamlfind ocamlopt -thread -shared -linkall -o donotparsecommandline.cmxs donotparsecommandline.cmxa | |
| ocamlfind ocamlc -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c polytables.mli | |
| ocamlfind ocamlopt -thread -syntax camlp4o -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.syntax -package lwt.preemptive -package ipaddr -package tyxml.syntax -package lwt.syntax.log -c polytables.ml | |
| ocamlfind ocamlopt -thread -a -o polytables.cmxa polytables.cmx | |
| ocamlfind ocamlopt -thread -shared -linkall -o polytables.cmxs polytables.cmxa | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C http opt | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c multipart.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c multipart.ml | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c http_headers.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c http_headers.ml | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_cookies.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_cookies.ml | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_http_frame.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_http_frame.ml | |
| ocamllex http_lexer.mll | |
| 64 states, 3199 transitions, table size 13180 bytes | |
| 8057 additional bytes used for bindings | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c http_lexer.ml | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c framepp.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c framepp.ml | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_http_com.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_http_com.ml | |
| File "ocsigen_http_com.ml", line 141, characters 8-21: | |
| Warning 3: deprecated: Ocsigen_lib.String.create | |
| Use Bytes.create instead. | |
| File "ocsigen_http_com.ml", line 591, characters 4-14: | |
| Warning 3: deprecated: Ocsigen_lib.String.set | |
| Use Bytes.set instead. | |
| File "ocsigen_http_com.ml", line 592, characters 4-14: | |
| Warning 3: deprecated: Ocsigen_lib.String.set | |
| Use Bytes.set instead. | |
| File "ocsigen_http_com.ml", line 593, characters 4-14: | |
| Warning 3: deprecated: Ocsigen_lib.String.set | |
| Use Bytes.set instead. | |
| File "ocsigen_http_com.ml", line 653, characters 15-28: | |
| Warning 3: deprecated: Ocsigen_lib.String.create | |
| Use Bytes.create instead. | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_charset_mime.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_charset_mime.ml | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_senders.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_senders.ml | |
| File "ocsigen_senders.ml", line 232, characters 16-29: | |
| Warning 3: deprecated: Ocsigen_lib.String.create | |
| Use Bytes.create instead. | |
| ocamlfind ocamlc -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_headers.mli | |
| ocamlfind ocamlopt -I ../baselib -package netstring -package netstring-pcre -package lwt.ssl -package tyxml -package tyxml.syntax -package lwt.syntax.log -c ocsigen_headers.ml | |
| ocamlfind ocamlopt -a -o http.cmxa multipart.cmx http_headers.cmx ocsigen_cookies.cmx ocsigen_http_frame.cmx ocsigen_headers.cmx http_lexer.cmx framepp.cmx ocsigen_http_com.cmx ocsigen_charset_mime.cmx ocsigen_senders.cmx | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C server opt | |
| ocamlfind ocamlc -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_request_info.mli | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_request_info.ml | |
| ocamlfind ocamlc -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_extensions.mli | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_extensions.ml | |
| ocamlfind ocamlc -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_range.mli | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_range.ml | |
| ocamlfind ocamlc -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_parseconfig.mli | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_parseconfig.ml | |
| ocamlfind ocamlc -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_http_client.mli | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_http_client.ml | |
| ocamlfind ocamlc -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_local_files.mli | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_local_files.ml | |
| ocamlfind ocamlc -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_server.mli | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c ocsigen_server.ml | |
| File "ocsigen_server.ml", line 800, characters 15-28: | |
| Warning 3: deprecated: Ocsigen_lib.String.create | |
| Use Bytes.create instead. | |
| ocamlfind ocamlopt -thread -a -o ocsigenserver.cmxa ocsigen_request_info.cmx ocsigen_extensions.cmx ocsigen_range.cmx ocsigen_parseconfig.cmx ocsigen_http_client.cmx ocsigen_local_files.cmx ocsigen_server.cmx | |
| ocamlfind ocamlopt -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . -c server_main.ml | |
| ocamlfind ocamlopt -thread -o ocsigenserver.opt -linkpkg -linkall -thread -I ../baselib -I ../http -package lwt.ssl -package lwt.preemptive -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package tyxml.syntax -package lwt.syntax.log -I . ../baselib/parsecommandline.cmxa ../baselib/baselib.cmxa ../baselib/polytables.cmxa ../http/http.cmxa ocsigenserver.cmxa server_main.cmx | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C extensions opt | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c staticmod.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c cgimod.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c redirectmod.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c revproxy.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c extensiontemplate.ml | |
| ocamlfind ocamlc -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c accesscontrol.mli | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c accesscontrol.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c userconf.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c outputfilter.ml | |
| ocamlfind ocamlc -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c authbasic.mli | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c authbasic.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c rewritemod.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c extendconfiguration.ml | |
| ocamlfind ocamlc -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c ocsigen_comet.mli | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c ocsigen_comet.ml | |
| ocamlfind ocamlopt -I ../baselib -I ../http -I ../server -package lwt.unix -package ipaddr -package lwt.ssl -package lwt.react -package netstring -package netstring-pcre -package tyxml.parser -package tyxml.syntax -package lwt.syntax.log -c cors.ml | |
| ocamlfind ocamlopt -shared -linkall -o staticmod.cmxs staticmod.cmx | |
| ocamlfind ocamlopt -shared -linkall -o cgimod.cmxs cgimod.cmx | |
| ocamlfind ocamlopt -shared -linkall -o redirectmod.cmxs redirectmod.cmx | |
| ocamlfind ocamlopt -shared -linkall -o revproxy.cmxs revproxy.cmx | |
| ocamlfind ocamlopt -shared -linkall -o extensiontemplate.cmxs extensiontemplate.cmx | |
| ocamlfind ocamlopt -shared -linkall -o accesscontrol.cmxs accesscontrol.cmx | |
| ocamlfind ocamlopt -shared -linkall -o userconf.cmxs userconf.cmx | |
| ocamlfind ocamlopt -shared -linkall -o outputfilter.cmxs outputfilter.cmx | |
| ocamlfind ocamlopt -shared -linkall -o authbasic.cmxs authbasic.cmx | |
| ocamlfind ocamlopt -shared -linkall -o rewritemod.cmxs rewritemod.cmx | |
| ocamlfind ocamlopt -shared -linkall -o extendconfiguration.cmxs extendconfiguration.cmx | |
| ocamlfind ocamlopt -shared -linkall -o ocsigen_comet.cmxs ocsigen_comet.cmx | |
| ocamlfind ocamlopt -shared -linkall -o cors.cmxs cors.cmx | |
| CAML_LD_LIBRARY_PATH=src/server:/Users/runhang/.opam/4.02.1/lib/stublibs src/server/ocsigenserver.opt -c local/etc/ocsigenserver.conf | |
| ocsigenserver.opt: ocsigen:main: Fatal - Findlib package ocsigenserver.polytables [while trying to load ocsigenserver.ext.staticmod] not found (required by `ocsigenserver'): maybe you forgot <findlib path="..."/>? | |
| make: *** [run.opt.local] Error 53 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment