On Tue, Feb 15, 2011 at 09:29:08AM +0100, [email protected] wrote: > During the configuration of LWT, if one disable the lwt-text feature, > then the whole build of lwt fails because the oasis build process still > try to build the text lib for the documentation, although the ocaml-text > package is not installed. > > This is certainly an upstream bug, though. Maybe godi should disallow > the configuration option to disable text lib until this is fixed, as > there seams there's no way left to build lwt without oasis now? >
If the problem is only with documentation, it is also possible to disable documentation building ? p.s. the solution is to add Build: flag(text) && flag(unix) && flag(react) && ... to the Document "lwt-api" section. Regards Sylvain Le Gall -- My company: http://www.ocamlcore.com Linkedin: http://fr.linkedin.com/in/sylvainlegall Start an OCaml project here: http://forge.ocamlcore.org OCaml blogs: http://planet.ocamlcore.org _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
