I have a strange problem with Liquidsoap's configure. The libraries from the
git are correctly detected, but they are not used in the end in the configure.
Here is the log:
```
configure: WARNING: unrecognized options: --with-voaacenc-dir
checking for a BSD-compatible install... /usr/bin/install -c
checking for GNU make... make
checking whether user liquidsoap exists... no
configure: WARNING: Won't be able to install log and PID directories!
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for ocamlc... ocamlc
OCaml version is 4.07.1
checking if ocaml compiler supports first-class modules... yes
OCaml library path is /home/smimram/.opam/4.07.1/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamldep.opt... ocamldep.opt
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamldoc.opt... ocamldoc.opt
checking for ocamlbuild... ocamlbuild
checking for camlidl... no
checking for ocamllex... ocamllex
checking for ocamllex.opt... ocamllex.opt
checking for ocamlyacc... ocamlyacc
checking for camlp4... camlp4
versions differs from ocamlc
checking for camlp4boot... camlp4boot
checking for camlp4o... camlp4o
checking for camlp4of... camlp4of
checking for camlp4oof... camlp4oof
checking for camlp4orf... camlp4orf
checking for camlp4prof... camlp4prof
checking for camlp4r... camlp4r
checking for camlp4rf... camlp4rf
checking for ocamlfind... ocamlfind
checking for ocaml standard library path... /home/smimram/.opam/4.07.1/lib/ocaml
checking for caml/threads.h... yes
checking whether ocamlopt accepts -ffast-math... no
checking for ocamlc version... 4.07.1
checking for ocaml bytes module... ok
checking for ocaml pcre module... ok
checking for ocaml dtools module >= 0.4.0... ok
checking for ocaml duppy module >= 0.6.0... ok
checking for ocaml cry module >= 0.6.0... ok
checking for ocaml mm module >= 0.4.0... ok
checking for ocaml xmlplaylist module >= 0.1.3... ok
checking for ocaml lastfm module >= 0.3.0... lastfm needs xmlplaylist
checking for ocaml ogg module >= 0.5.0... ok
checking for ocaml vorbis module >= 0.7.0... vorbis needs ogg
checking for ocaml opus module >= 0.1.1... opus needs ogg
checking for ocaml speex module >= 0.2.1... speex needs ogg
checking for ocaml mad module >= 0.4.4... ok
checking for ocaml flac module >= 0.1.2... ok
checking for ocaml flac.ogg module... flac_ogg needs ogg flac
checking for ocaml dynlink module... ok
checking whether ocaml compiler supports dynlink... yes
checking for ocaml lame module >= 0.3.2... ok
checking for ocaml shine module >= 0.2.0... Not found.
checking for ocaml gstreamer module >= 0.3.0... ok
checking for ocaml frei0r module >= 0.1.0... ok
checking for ocaml fdkaac module >= 0.2.1... ok
checking for ocaml theora module >= 0.3.1... theora needs ogg
checking for ocaml gavl module >= 0.1.4... ok
checking for ocaml ffmpeg module >= 0.2.0... ok
checking for ocaml bjack module >= 0.1.3... ok
checking for ocaml alsa module >= 0.2.1... ok
checking for ocaml ao module >= 0.2.0... ok
checking for ocaml samplerate module >= 0.1.1... ok
checking for ocaml taglib module >= 0.3.0... ok
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for ocaml ssl module >= 0.5.2... ok
checking for ocaml osx-secure-transport module... Not found.
checking for ocaml magic module... ok
checking for ocaml camomile module >= 1.0.0... ok
checking for ocaml inotify module >= 1.5... ok
checking for ocaml yojson module... ok
checking for ocaml faad module >= 0.4.0... ok
checking for ocaml soundtouch module >= 0.1.7... ok
checking for ocaml portaudio module >= 0.2.0... ok
checking for ocaml pulseaudio module >= 0.1.2... ok
checking for ocaml ladspa module >= 0.1.4... ok
checking for ocaml dssi module >= 0.1.0... ok
checking for ocaml sdl module... ok
checking for ocaml camlimages module >= 4.0.0... ok
checking for ocaml lo module >= 0.1.0... ok
checking for ocaml gd module... Not found.
checking for ocaml winsvc module >= 0.0.1... Not found.
checking for python... /usr/bin/python
checking for pygtk... yes
configure: creating ./config.status
config.status: creating Makefile.defs
config.status: creating scripts/liquidsoap.initd
config.status: creating scripts/liquidsoap.gentoo.initd
config.status: creating src/META
config.status: creating config.h
config.status: config.h is unchanged
configure: WARNING: unrecognized options: --with-voaacenc-dir
Creating scripts/liquidsoap.logrotate
----------------------------------------------------------------- Compilation
Compiler : ocamlfind ocamlopt
Version : 4.07.1
OS : Unix
Plugins :
Custom path : no
OCAML_CFLAGS : -g -annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -ccopt
"$(CFLAGS)" -package bytes -package pcre -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-dtools/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-duppy/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-cry/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-mm/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-xmlplaylist/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-ogg/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-mad/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-flac/src -package dynlink -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-lame/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-gstreamer/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-frei0r/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-fdkaac/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-gavl/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-ffmpeg/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-bjack/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-alsa/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-ao/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-samplerate/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-taglib/src -package ssl
-package magic -package camomile -package inotify -package yojson -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-faad/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-soundtouch/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-portaudio/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-pulseaudio/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-ladspa/src -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-dssi/src -package sdl.sdlmixer
-package sdl.sdlttf -package sdl.sdlimage -package camlimages.all_formats -I
/home/smimram/prog/savonet/liquidsoap/../ocaml-lo/src
OCAML_LFLAGS : -g -linkpkg -package unix -package threads -package str
-package bigarray -cc "$(CC)" -package str -package unix -package threads
dtools.cmxa -package unix -package threads -package pcre -package bigarray
-package ssl duppy.cmxa -package ssl -package unix -package bytes cry.cmxa
-package unix -package bigarray mm.cmxa -package xmlm xmlplaylist.cmxa
ogg.cmxa -package unix mad.cmxa flac.cmxa lame.cmxa -package bigarray
gstreamer.cmxa frei0r.cmxa fdkaac.cmxa -package bigarray gavl.cmxa -package
bigarray -package threads ffmpeg.cmxa bjack.cmxa alsa.cmxa ao.cmxa
samplerate.cmxa -package unix taglib.cmxa -package bytes faad.cmxa
soundtouch.cmxa portaudio.cmxa pulseaudio.cmxa ladspa.cmxa dssi.cmxa
lo.cmxa
CFLAGS : -I$(top_srcdir) -fPIC -I/home/smimram/.opam/4.07.1/lib/ocaml
-g
LDFLAGS :
CAMLP4O : camlp4o
---------------------------------------------------------------- Installation
prefix : /usr/local
exec_prefix : ${prefix}
binary : ${exec_prefix}/bin
configuration : ${prefix}/etc/liquidsoap
logging : ${prefix}/var/log/liquidsoap
PIDs : ${prefix}/var/run/liquidsoap
logrotate conf : ${prefix}/etc/logrotate.d
man page : ${datarootdir}/man/man1
doc : ${datarootdir}/doc
-------------------------------------------------------------------- Features
* Supported input formats
- Vorbis : no (requires vorbis)
- Theora : no (requires theora)
- Speex : no (requires speex)
- Flac (native) : no (requires flac)
- Flac (ogg) : no (requires flac.ogg)
- MP3 : no (requires mad)
- AAC : no (requires faad)
- Avcodec (ffmpeg) : no (requires ffmpeg)
- XML playlists : no (requires xmlplaylist)
- Lastfm : no (requires lastfm)
* Supported output formats
- Vorbis : no (requires vorbis)
- MP3 : detected at runtime
- MP3 (fixed-point) : no (requires shine)
- FDK-AAC : detected at runtime
- SPEEX : no (requires speex)
- Opus : no (requires opus)
- Theora : no (requires theora)
* Tags
- Taglib (ID3 tags) : no (requires taglib)
- Vorbis : no (requires vorbis)
- charset detection : yes
* Input / output
- Icecast/Shoutcast : no (requires cry)
- AO : no (requires ao)
- OSS : yes
- ALSA : no (requires alsa)
- Portaudio : no (requires portaudio)
- Pulseaudio : no (requires pulseaudio)
- JACK : no (requires bjack)
- GStreamer : no (requires gstreamer)
* Audio manipulation
- Samplerate : no (requires samplerate)
- SoundTouch : no (requires soundtouch)
- LADSPA : no (requires ladspa)
* Video manipulation
- Gavl : no (requires gavl)
- FFmpeg : no (requires ffmpeg)
- frei0r : no (requires frei0r)
- camlimages : yes
* MIDI manipulation
- DSSI : no (requires dssi)
* Visualization
- Graphics : no
- SDL : yes
- GD : no (requires gd)
* Additional libraries
- curl URI resolver : requires curl at runtime
- dynlink : yes
- inotify : yes
- lo : no (requires lo)
- magic : yes
- yojson : yes
- ssl : yes
- SecureTransport : no (requires osx-secure-transport)
- windows service : no (requires winsvc)
* Graphical interfaces
- Python GUI : yes (requires >=pyGTK-2.0)
```
Notite the `no` in the end whereas most dependencies have correctly been
detected above.
Any idea?
Thanks!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/657
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users