Ошибки при компиляции

Ошибки при компиляции #

configure: error: Cannot find ocamlc.

Нужно поставить ocaml

$ sudo apt install ocaml

configure: error: libpulse.pc not found..

$ sudo apt install libpulse-dev

configure: error: libmad not found

$ sudo apt install libmad-ocaml-dev

configure: error: taglib.pc not found..

$ sudo apt install libtaglib-ocaml-dev

configure: error: Cannot find liblame.

$ sudo apt install libmp3lame-ocaml-dev

configure: error: shine.pc not found.

$ sudo apt install libshine-ocaml-dev

configure: error: aacplus.pc not found..

Тут немного сложнее. Есть два варианта

  • Отключить в настройках поддержку aacplus
  • Установить библиотеку aacplus

Для установки качаем libaacplus-2.0.2.tar.gz

  • Распаковываем и устанавливаем
    $ ./autogen.sh
    $ ./configure
    $ make
    $ sudo make install
    

configure: error: Cannot find ladspa.h

$ sudo apt install libladspa-ocaml-dev

configure: error: soundtouch not found

$ sudo apt install libsoundtouch-ocaml-dev

configure: error: samplerate.pc not found

$ sudo apt install libsamplerate-ocaml-dev

configure: error: libavutil.pc not found

$ sudo apt install libavutil-dev

configure: error: libswscale.pc not found

$ sudo apt install libswscale-dev