[15:51] aiee(pts/41):~/src/ocaml/eliom/eliom-example [master]% make ocamlbuild -use-ocamlfind -plugin-tags 'package(eliom.ocamlbuild)' \ app/server/chat.cma app/server/chat.cmxs \ app/client/chat.js Finished, 0 targets (0 cached) in 00:00:00. + ocamlfind ocamlc -c -g -thread -package eliom.client -syntax camlp4o -package eliom.syntax.predef -package eliom.syntax.client -ppopt -type -ppopt app/type/chat.inferred.mli -I app -I app/client -o app/client/chat.cmo app/client/chat.ml File "app/chat.eliom", line 37, characters 52-67: Error: This expression has type [> `PCDATA ] Eliom_content.Html5.F.elt list React.signal but an expression was expected of type ([< Html5_types.p_content_fun ] as 'a) Eliom_content.Html5.R.elt Eliom_content.Html5.R.list_wrap = 'a Eliom_content.Html5.R.elt ReactiveData.RList.t Command exited with code 2. Compilation unsuccessful after building 9 targets (5 cached) in 00:00:01. Makefile:9: recipe for target 'build' failed make: *** [build] Error 10 [15:51] aiee(pts/41):~/src/ocaml/eliom/eliom-example [master]%