Hi! 2011/7/8 Alain Bolli <[email protected]>: > I find a solution : > - deleted the pcre folder > - compiled pcre again > - make goes one step further now, but I have a new error : > > OCAMLOPT -o liquidsoap > File "_none_", line 1, characters 0-1: > Error: No implementations provided for the following modules: > Dynlink referenced from tools/utils.cmx
Which version of ocaml are you using? I've helped an user on IRC lately with the same issue. The easy solution was to compile in bytecode by passing --disable-nativecode at configure-time. Dynlink has been around for much more time in bytecode mode and you should not observe any difference running a liquidsoap compiled in bytecode or nativecode.. The only issue in this case is a little bug in the Makefile. Before doing make install, you should edit to src/Makefile and replace line 307 by: $(OCAMLFIND) install liquidsoap META (delete plugins/dll*.so) I'll fix the in the HG trunk as soon as possible.. Romain ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
