Hi Romain, First I would like to say how much I love Liquidsoap - it's much nicer than any alternatives I've tried, and the flexibility is great.
The main reason I would like to have the lastfm module working is so I can show the recently played songs - are there any other ways of doing that? I re-ran the make command, but this time as 'make -k > build.log 2>&1' The section referring to lastfm is below: ... make -C src all make[2]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-xmlplaylist-0.1.2/src' make[3]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-xmlplaylist-0.1.2/src' make[3]: `xmlplaylist.cma' is up to date. make[3]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-xmlplaylist-0.1.2/src' make[3]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-xmlplaylist-0.1.2/src' make[3]: `xmlplaylist.cmxa' is up to date. make[3]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-xmlplaylist-0.1.2/src' make[2]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-xmlplaylist-0.1.2/src' make[1]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-xmlplaylist-0.1.2' make[1]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0' make -C src all make[2]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0/src' make[3]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0/src' make[3]: `lastfm.cma' is up to date. make[3]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0/src' make[3]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0/src' make[3]: `lastfm.cmxa' is up to date. make[3]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0/src' make[2]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0/src' make[1]: Leaving directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-lastfm-0.2.0' make[1]: Entering directory `/root/downloads/liquidsoap-full-1.0.0-beta1/ocaml-dtools-0.2.0' ... Thanks John On Wed, Mar 23, 2011 at 10:05 AM, Romain Beauxis <[email protected]> wrote: > 2011/3/22 John Bates <[email protected]>: >> Hi, > > Hi John! > >> I downloaded the complete tarball >> http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0-beta1/liquidsoap-full-1.0.0-beta1.tar.bz2/download >> from Sourceforge planning to install on a Debian Lenny VPS I have. >> >> I've changed the PACKAGES file to run a basic machine, but would >> really like the audioscrobbler to run too. >> >> ./bootstrap ran without any problem >> >> ./configure ran without problem eventually after I had installed all >> the required dependencies >> >> make throws the following error, and I don't seem to be able to get >> around it - any suggestions please? I saw a similar post about >> checking versions, but this is all based on the tarball I downloaded. >> >> OCAMLC -c tools/liqfm.mli >> File "tools/liqfm.mli", line 23, characters 24-55: >> Unbound module type Lastfm_generic.Audioscrobbler_t >> make[3]: *** [tools/liqfm.cmi] Error 2 >> make[3]: Leaving directory >> `/root/downloads/liquidsoap-full-1.0.0-beta1/liquidsoap-1.0.0-beta1/src' >> make[2]: *** [all-auto-ocaml-prog] Error 2 >> make[2]: Leaving directory >> `/root/downloads/liquidsoap-full-1.0.0-beta1/liquidsoap-1.0.0-beta1/src' >> make[1]: *** [all-subdirs] Error 2 >> make[1]: Leaving directory >> `/root/downloads/liquidsoap-full-1.0.0-beta1/liquidsoap-1.0.0-beta1' >> make: *** [all] Error 1 > > This must be caused by an issue during ocaml-lasftm compilation. Could > you go backward in the make log and paste the part concerning > ocaml-lasfm? > > Romain > >> Thanks >> >> John >> -- >> John Bates >> >> Senior Designer >> Fist Design Corp. >> 173 Parrott Ave >> Portsmouth, NH >> http://fistdesign.com >> >> ------------------------------------------------------------------------------ >> Enable your software for Intel(R) Active Management Technology to meet the >> growing manageability and security demands of your customers. Businesses >> are taking advantage of Intel(R) vPro (TM) technology - will your software >> be a part of the solution? Download the Intel(R) Manageability Checker >> today! http://p.sf.net/sfu/intel-dev2devmar >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users >> > -- John Bates Senior Designer Fist Design Corp. 173 Parrott Ave Portsmouth, NH http://fistdesign.com ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
