Hi! 2011/8/4 okay_awright <[email protected]>: > Not sure if it helps or whether it's related but I've got this with the > latest mercurial: > > ... > > OCAMLOPT -o liquidsoap.exe > make[2]: Leaving directory `/cygdrive/d/data/source/savonet/liquidsoap/src' > make[1]: Leaving directory `/cygdrive/d/data/source/savonet/liquidsoap/src' > File "_none_", line 1, characters 0-1: > Error: No implementations provided for the following modules: > Dynlink referenced from tools/dyntools.cmx > make[2]: *** [liquidsoap.exe] Error 2 > make[1]: *** [all-auto-ocaml-prog] Error 2 > make: *** [all-subdirs] Error 2 > > Didn't investigated what is 'dynlink'? It appears it's a brand new > module from the latest beta2 commits.
Its an OCaml module for dynamically loading modules. We use it for the new plugin structure and did not realize that apparently a lof of users do not have it.. Could you tell me which hg revision you are using (hg summary). I have commited a fix for this issue but I think it does not cover all cases.. Also, could you also send the log of liquidsoap's configure? It would be very nice to have this fixed for the next beta.. Romain ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
