Hello, The debian version of liquidsoap inspired me to compile liquidsoap with dynamic plugins. For testing purposes, i checked out the most recent git branch, created a PACKAGES file, did: ./configure \ --enable-ogg-dynamic-plugin --enable-schroedinger-dynamic-plugin \ --enable-flac-dynamic-plugin --enable-speex-dynamic-plugin \ --enable-vorbis-dynamic-plugin --enable-theora-dynamic-plugin \ --enable-sdl-dynamic-plugin --enable-gavl-dynamic-plugin \ --enable-mad-dynamic-plugin --enable-faad-dynamic-plugin \ --enable-xmlplaylist-dynamic-plugin --enable-lastfm-dynamic-plugin \ --enable-voaacenc-dynamic-plugin --enable-taglib-dynamic-plugin \ --enable-cry-dynamic-plugin --enable-portaudio-dynamic-plugin \ --enable-pulseaudio-dynamic-plugin --enable-ao-dynamic-plugin \ --enable-graphics-dynamic-plugin --enable-bjack-dynamic-plugin \ --enable-soundtouch-dynamic-plugin --enable-ladspa-dynamic-plugin \ --enable-oss-dynamic-plugin --enable-alsa-dynamic-plugin \ --enable-flac.ogg-dynamic-plugin --enable-samplerate-dynamic-plugin \ --enable-lame-dynamic-plugin --enable-camlimages-dynamic-plugin \ --enable-gstreamer-dynamic-plugin --enable-gd-dynamic-plugin \ --enable-opus-dynamic-plugin --enable-frei0r-dynamic-plugin \ --enable-yojson-dynamic-plugin --enable-lo-dynamic-plugin \ --enable-ffmpeg-dynamic-plugin --enable-aacplus-dynamic-plugin \ --disable-custom And everything i want nicely is configured as being a plugin. However, the making part fails. OCAMLOPT -shared plugins/lastfm.cmxs ocamlfind: Package `xmlplaylist' not found make[3]: *** [plugins/lastfm.cmxs] Error 2 make[3]: Leaving directory `liquidsoap-full/liquidsoap/src' make[2]: *** [all-auto-ocaml-prog] Error 2 make[2]: Leaving directory `liquidsoap-full/liquidsoap/src' make[1]: *** [all-subdirs] Error 2 make[1]: Leaving directory `liquidsoap-full/liquidsoap' make: *** [all] Error 1
1. How to tell ocamlfind to find xmlplaylist? The debian rules don't seem to use additional commands for this. 2. What does the disable-custom flag do? I copied it from the debian rules, but don't understand its functionality Regards, Leoanrd ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
