-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I don't know, the previous revision I had didn't compile. I've just pulled the 2438 revision, ran make clean, reconfigured, and the compilation went from start to finish under Cygwin. And Liquidsoap now works as expected. Black magic, maybe :) The logs come from the successful build indeed. I never force configuration parameters on the command line, and the dependencies found in PACKAGES always come from your repositories - I don't use pre-compiled libraries from elsewhere.
P.S. Regarding the libmagic problem: The File utility on Cygwin (v5.05, ldd reports that it uses libmagic) only partially detects the correct file formats as well. For example, MP3 are seen as "Audio files with ID3 version X.X.X". File -i always translates that to application/octet-stream, unfortunately. I'll see if updating both the libmagic mime and magic fingerprint databases will be enough to make it work. regards. On 05/08/2011 16:11, Romain Beauxis wrote: > Hi! > > 2011/8/5 okay_awright <[email protected]>: >> Your latest mercurial(rev 2438) compiles just fine here. >> Since I don't know if attached files are allowed on this mailing list, >> I've just pasted the whole config.log content. Sorry for the size of the >> message. > > Thanks for the logs! > > So, you mean that the problem with dynlink you experienced previously > under cygwin is now gone with the latest hg revision? > > I'm a bit surprised because your logs still show dynlink being > detected and enabled.. > > Romain > >> - -- >> >> This file contains any messages produced by compilers while >> running configure, to aid debugging if configure makes a mistake. >> >> It was created by liquidsoap configure 1.0.0-beta2.1, which was >> generated by GNU Autoconf 2.68. Invocation command line was >> >> $ ./configure >> >> ## --------- ## >> ## Platform. ## >> ## --------- ## >> >> hostname = hastur >> uname -m = i686 >> uname -r = 1.7.9(0.237/5/3) >> uname -s = CYGWIN_NT-5.1 >> uname -v = 2011-03-29 10:10 >> >> /usr/bin/uname -p = unknown >> /bin/uname -X = unknown >> >> /bin/arch = i686 >> /usr/bin/arch -k = unknown >> /usr/convex/getsysinfo = unknown >> /usr/bin/hostinfo = unknown >> /bin/machine = unknown >> /usr/bin/oslevel = unknown >> /bin/universe = unknown >> >> PATH: /usr/local/bin >> PATH: /usr/bin >> PATH: /cygdrive/c/WINDOWS/system32 >> PATH: /cygdrive/c/WINDOWS >> PATH: /cygdrive/c/WINDOWS/System32/Wbem >> PATH: /cygdrive/c/Program Files/Common Files/iZotope/Runtimes >> PATH: /cygdrive/d/data/source/Android SDK/tools >> PATH: /cygdrive/c/Program Files/QT Lite/QTSystem >> PATH: /cygdrive/c/Windows/Perl/c/bin >> PATH: /cygdrive/c/Windows/Perl/perl/site/bin >> PATH: /cygdrive/c/Windows/Perl/perl/bin >> PATH: /cygdrive/c/Program Files/ATI Technologies/ATI.ACE/Core-Static >> PATH: /cygdrive/c/Program Files/GtkSharp/bin >> PATH: /cygdrive/c/Program Files/SlikSvn/bin >> PATH: /cygdrive/c/Program Files/TortoiseHg >> PATH: /cygdrive/c/Program Files/Microsoft/Network Monitor >> PATH: /cygdrive/c/PROGRA~1/DISKEE~1/DISKEE~1 >> PATH: /cygdrive/c/WINDOWS/system32 >> PATH: /cygdrive/c/WINDOWS >> PATH: /cygdrive/c/WINDOWS/System32/Wbem >> PATH: /cygdrive/c/Program Files/Common Files/iZotope/Runtimes >> PATH: /cygdrive/d/data/source/Android SDK/tools >> PATH: /cygdrive/c/Program Files/QT Lite/QTSystem >> PATH: /cygdrive/c/Windows/Perl/c/bin >> PATH: /cygdrive/c/Windows/Perl/perl/site/bin >> PATH: /cygdrive/c/Windows/Perl/perl/bin >> PATH: /cygdrive/c/Program Files/ATI Technologies/ATI.ACE/Core-Static >> PATH: /cygdrive/c/Program Files/GtkSharp/bin >> PATH: /cygdrive/c/Program Files/SlikSvn/bin >> PATH: /cygdrive/c/Program Files/TortoiseHg >> PATH: /cygdrive/c/Program Files/Microsoft/Network Monitor >> PATH: /cygdrive/c/PROGRA~1/DISKEE~1/DISKEE~1 >> PATH: /cygdrive/c/Windows/MingW/bin >> PATH: /cygdrive/c/Windows/MingW >> PATH: /cygdrive/c/progra~1/GNU/CoreUtils/bin >> PATH: /cygdrive/c/windows/Perl/c/bin >> PATH: /cygdrive/c/windows/Perl/perl/site/bin >> PATH: /cygdrive/c/windows/Perl/perl/bin >> >> >> ## ----------- ## >> ## Core tests. ## >> ## ----------- ## >> >> configure:2478: checking for a BSD-compatible install >> configure:2546: result: /usr/bin/install -c >> configure:2559: checking for GNU make >> configure:2572: result: make >> configure:2643: checking whether user liquidsoap exists >> configure:2646: result: not found: will not install daemon files >> configure:2714: checking for gcc >> configure:2730: found /usr/bin/gcc >> configure:2741: result: gcc >> configure:2970: checking for C compiler version >> configure:2979: gcc --version >&5 >> gcc (GCC) 4.5.3 >> Copyright (C) 2010 Free Software Foundation, Inc. >> This is free software; see the source for copying conditions. There is NO >> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. >> >> configure:2990: $? = 0 >> configure:2979: gcc -v >&5 >> Using built-in specs. >> COLLECT_GCC=gcc >> COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe >> Target: i686-pc-cygwin >> Configured with: >> /usr/src/ports/gcc4/gcc4-4.5.3-1/src/gcc-4.5.3/configure >> - --srcdir=/usr/src/ports/gcc4/gcc4-4.5.3-1/src/gcc-4.5.3 --prefix=/usr >> - --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin >> - --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var >> - --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 >> - -C --datadir=/usr/share --infodir=/usr/share/info >> - --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr >> - --enable-bootstrap --enable-version-specific-runtime-libs >> - --libexecdir=/usr/lib --enable-static --enable-shared >> - --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld >> - --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions >> - --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ >> - --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers >> - --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp >> - --enable-libada --enable-threads=posix --with-arch=i686 >> - --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 >> CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake >> GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar >> Thread model: posix >> gcc version 4.5.3 (GCC) >> configure:2990: $? = 0 >> configure:2979: gcc -V >&5 >> gcc: '-V' option must have argument >> configure:2990: $? = 1 >> configure:2979: gcc -qversion >&5 >> gcc: unrecognized option '-qversion' >> gcc: no input files >> configure:2990: $? = 1 >> configure:3010: checking whether the C compiler works >> configure:3032: gcc -I$(top_srcdir) conftest.c >&5 >> configure:3036: $? = 0 >> configure:3084: result: yes >> configure:3087: checking for C compiler default output file name >> configure:3089: result: a.exe >> configure:3095: checking for suffix of executables >> configure:3102: gcc -o conftest.exe -I$(top_srcdir) conftest.c >&5 >> configure:3106: $? = 0 >> configure:3128: result: .exe >> configure:3150: checking whether we are cross compiling >> configure:3158: gcc -o conftest.exe -I$(top_srcdir) conftest.c >&5 >> configure:3162: $? = 0 >> configure:3169: ./conftest.exe >> configure:3173: $? = 0 >> configure:3188: result: no >> configure:3193: checking for suffix of object files >> configure:3215: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3219: $? = 0 >> configure:3240: result: o >> configure:3244: checking whether we are using the GNU C compiler >> configure:3263: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3263: $? = 0 >> configure:3272: result: yes >> configure:3281: checking whether gcc accepts -g >> configure:3301: gcc -c -g conftest.c >&5 >> configure:3301: $? = 0 >> configure:3342: result: yes >> configure:3359: checking for gcc option to accept ISO C89 >> configure:3423: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3423: $? = 0 >> configure:3436: result: none needed >> configure:3468: checking how to run the C preprocessor >> configure:3499: gcc -E conftest.c >> configure:3499: $? = 0 >> configure:3513: gcc -E conftest.c >> conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >> compilation terminated. >> configure:3513: $? = 1 >> configure: failed program was: >> | /* confdefs.h */ >> | #define PACKAGE_NAME "liquidsoap" >> | #define PACKAGE_TARNAME "liquidsoap" >> | #define PACKAGE_VERSION "1.0.0-beta2.1" >> | #define PACKAGE_STRING "liquidsoap 1.0.0-beta2.1" >> | #define PACKAGE_BUGREPORT "" >> | #define PACKAGE_URL "" >> | /* end confdefs.h. */ >> | #include <ac_nonexistent.h> >> configure:3538: result: gcc -E >> configure:3558: gcc -E conftest.c >> configure:3558: $? = 0 >> configure:3572: gcc -E conftest.c >> conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >> compilation terminated. >> configure:3572: $? = 1 >> configure: failed program was: >> | /* confdefs.h */ >> | #define PACKAGE_NAME "liquidsoap" >> | #define PACKAGE_TARNAME "liquidsoap" >> | #define PACKAGE_VERSION "1.0.0-beta2.1" >> | #define PACKAGE_STRING "liquidsoap 1.0.0-beta2.1" >> | #define PACKAGE_BUGREPORT "" >> | #define PACKAGE_URL "" >> | /* end confdefs.h. */ >> | #include <ac_nonexistent.h> >> configure:3601: checking for grep that handles long lines and -e >> configure:3659: result: /usr/bin/grep >> configure:3664: checking for egrep >> configure:3726: result: /usr/bin/grep -E >> configure:3731: checking for ANSI C header files >> configure:3751: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3751: $? = 0 >> configure:3824: gcc -o conftest.exe -I$(top_srcdir) conftest.c >&5 >> configure:3824: $? = 0 >> configure:3824: ./conftest.exe >> configure:3824: $? = 0 >> configure:3835: result: yes >> configure:3848: checking for sys/types.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for sys/stat.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for stdlib.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for string.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for memory.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for strings.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for inttypes.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for stdint.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3848: checking for unistd.h >> configure:3848: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3848: $? = 0 >> configure:3848: result: yes >> configure:3860: checking whether byte ordering is bigendian >> configure:3875: gcc -c -I$(top_srcdir) conftest.c >&5 >> conftest.c:20:13: error: expected '=', ',', ';', 'asm' or >> '__attribute__' before 'a' >> configure:3875: $? = 1 >> configure: failed program was: >> | /* confdefs.h */ >> | #define PACKAGE_NAME "liquidsoap" >> | #define PACKAGE_TARNAME "liquidsoap" >> | #define PACKAGE_VERSION "1.0.0-beta2.1" >> | #define PACKAGE_STRING "liquidsoap 1.0.0-beta2.1" >> | #define PACKAGE_BUGREPORT "" >> | #define PACKAGE_URL "" >> | #define STDC_HEADERS 1 >> | #define HAVE_SYS_TYPES_H 1 >> | #define HAVE_SYS_STAT_H 1 >> | #define HAVE_STDLIB_H 1 >> | #define HAVE_STRING_H 1 >> | #define HAVE_MEMORY_H 1 >> | #define HAVE_STRINGS_H 1 >> | #define HAVE_INTTYPES_H 1 >> | #define HAVE_STDINT_H 1 >> | #define HAVE_UNISTD_H 1 >> | /* end confdefs.h. */ >> | #ifndef __APPLE_CC__ >> | not a universal capable compiler >> | #endif >> | typedef int dummy; >> | >> configure:3920: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:3920: $? = 0 >> configure:3938: gcc -c -I$(top_srcdir) conftest.c >&5 >> conftest.c: In function 'main': >> conftest.c:26:4: error: 'not' undeclared (first use in this function) >> conftest.c:26:4: note: each undeclared identifier is reported only once >> for each function it appears in >> conftest.c:26:8: error: expected ';' before 'big' >> configure:3938: $? = 1 >> configure: failed program was: >> | /* confdefs.h */ >> | #define PACKAGE_NAME "liquidsoap" >> | #define PACKAGE_TARNAME "liquidsoap" >> | #define PACKAGE_VERSION "1.0.0-beta2.1" >> | #define PACKAGE_STRING "liquidsoap 1.0.0-beta2.1" >> | #define PACKAGE_BUGREPORT "" >> | #define PACKAGE_URL "" >> | #define STDC_HEADERS 1 >> | #define HAVE_SYS_TYPES_H 1 >> | #define HAVE_SYS_STAT_H 1 >> | #define HAVE_STDLIB_H 1 >> | #define HAVE_STRING_H 1 >> | #define HAVE_MEMORY_H 1 >> | #define HAVE_STRINGS_H 1 >> | #define HAVE_INTTYPES_H 1 >> | #define HAVE_STDINT_H 1 >> | #define HAVE_UNISTD_H 1 >> | /* end confdefs.h. */ >> | #include <sys/types.h> >> | #include <sys/param.h> >> | >> | int >> | main () >> | { >> | #if BYTE_ORDER != BIG_ENDIAN >> | not big endian >> | #endif >> | >> | ; >> | return 0; >> | } >> configure:4066: result: no >> configure:4161: checking for ocamlc >> configure:4177: found /usr/bin/ocamlc >> configure:4188: result: ocamlc >> configure:4218: result: OCaml version is 3.12.0 >> configure:4221: checking if ocaml compiler supports first-class modules >> configure:4237: result: yes >> configure:4252: result: OCaml library path is /usr/lib/ocaml >> configure:4261: checking for ocamlopt >> configure:4277: found /usr/bin/ocamlopt >> configure:4289: result: ocamlopt >> configure:4320: checking for ocamlc.opt >> configure:4336: found /usr/bin/ocamlc.opt >> configure:4348: result: ocamlc.opt >> configure:4370: checking for ocamlopt.opt >> configure:4386: found /usr/bin/ocamlopt.opt >> configure:4398: result: ocamlopt.opt >> configure:4422: checking for ocaml >> configure:4438: found /usr/bin/ocaml >> configure:4450: result: ocaml >> configure:4464: checking for ocamldep >> configure:4480: found /usr/bin/ocamldep >> configure:4492: result: ocamldep >> configure:4509: checking for ocamlmktop >> configure:4525: found /usr/bin/ocamlmktop >> configure:4537: result: ocamlmktop >> configure:4551: checking for ocamlmklib >> configure:4567: found /usr/bin/ocamlmklib >> configure:4579: result: ocamlmklib >> configure:4637: checking for ocamldoc >> configure:4653: found /usr/bin/ocamldoc >> configure:4664: result: ocamldoc >> configure:4733: checking for ocamlbuild >> configure:4749: found /usr/bin/ocamlbuild >> configure:4760: result: ocamlbuild >> configure:4829: checking for camlidl >> configure:4859: result: no >> configure:4924: checking for ocamllex >> configure:4940: found /usr/bin/ocamllex >> configure:4951: result: ocamllex >> configure:5017: checking for ocamllex.opt >> configure:5033: found /usr/bin/ocamllex.opt >> configure:5044: result: ocamllex.opt >> configure:5116: checking for ocamlyacc >> configure:5132: found /usr/bin/ocamlyacc >> configure:5143: result: ocamlyacc >> configure:5180: checking for camlp4 >> configure:5196: found /usr/bin/camlp4 >> configure:5208: result: camlp4 >> configure:5229: checking for camlp4boot >> configure:5245: found /usr/bin/camlp4boot >> configure:5257: result: camlp4boot >> configure:5267: checking for camlp4o >> configure:5283: found /usr/bin/camlp4o >> configure:5295: result: camlp4o >> configure:5305: checking for camlp4of >> configure:5321: found /usr/bin/camlp4of >> configure:5333: result: camlp4of >> configure:5343: checking for camlp4oof >> configure:5359: found /usr/bin/camlp4oof >> configure:5371: result: camlp4oof >> configure:5381: checking for camlp4orf >> configure:5397: found /usr/bin/camlp4orf >> configure:5409: result: camlp4orf >> configure:5419: checking for camlp4prof >> configure:5435: found /usr/bin/camlp4prof >> configure:5447: result: camlp4prof >> configure:5457: checking for camlp4r >> configure:5473: found /usr/bin/camlp4r >> configure:5485: result: camlp4r >> configure:5495: checking for camlp4rf >> configure:5511: found /usr/bin/camlp4rf >> configure:5523: result: camlp4rf >> configure:5598: checking for ocamlfind >> configure:5614: found /usr/bin/ocamlfind >> configure:5625: result: ocamlfind >> configure:5651: checking for caml/threads.h >> configure:5651: gcc -c -I$(top_srcdir) conftest.c >&5 >> configure:5651: $? = 0 >> configure:5651: result: yes >> configure:5757: checking whether ocamlopt accepts -ffast-math >> configure:5760: result: yes >> configure:5843: checking for ocamlc version >> configure:5845: result: 3.12.0 >> configure:5878: checking for libopal >> configure:5888: result: Header not found: /usr/include/opal/opal.h >> configure:5936: checking for ocaml graphics module >> configure:6018: result: ok >> configure:6141: checking for ocaml pcre module >> configure:6221: result: ok >> configure:6332: checking for ocaml dtools module >> configure:6412: result: ok >> configure:6523: checking for ocaml duppy module >= 0.4.1 >> configure:6603: result: ok >> configure:6719: checking for ocaml duppy.syntax module >= 0.4.1 >> configure:6801: result: ok >> configure:6926: checking for ocaml cry module >= 0.1.2 >> configure:7008: result: ok >> configure:7120: checking for ocaml mm module >> configure:7200: result: ok >> configure:7315: checking for ocaml xmlplaylist module >> configure:7397: result: ok >> configure:7514: checking for ocaml lastfm module >= 0.3.0 >> configure:7584: result: requires version >= 0.3.0 found 0.2.0. >> configure:7713: checking for ocaml ogg module >= 0.4.2 >> configure:7795: result: ok >> configure:7912: checking for ocaml vorbis module >= 0.5.0 >> configure:7994: result: ok >> configure:8111: checking for ocaml speex module >> configure:8193: result: ok >> configure:8310: checking for ocaml mad module >= 0.4.2 >> configure:8392: result: ok >> configure:8509: checking for ocaml flac module >> configure:8591: result: ok >> configure:8707: checking for ocaml flac.ogg module >> configure:8789: result: ok >> configure:8906: checking for ocaml dynlink module >> configure:8988: result: ok >> configure:9118: checking for ocaml lame module >> configure:9200: result: ok >> configure:9326: checking for ocaml gstreamer module >> configure:9374: result: Not found. >> configure:9525: checking for ocaml aacplus module >= 0.2.0 >> configure:9573: result: Not found. >> configure:9733: checking for ocaml voaacenc module >> configure:9781: result: Not found. >> configure:9932: checking for ocaml theora module >= 0.2.0 >> configure:9980: result: Not found. >> configure:10131: checking for ocaml schroedinger module >> configure:10213: result: ok >> configure:10330: checking for ocaml gavl module >> configure:10412: result: ok >> configure:10529: checking for ocaml bjack module >> configure:10577: result: Not found. >> configure:10728: checking for ocaml jack module >> configure:10776: result: Not found. >> configure:10927: checking for ocaml alsa module >= 0.2.0 >> configure:10975: result: Not found. >> configure:11126: checking for ocaml ao module >= 0.2.0 >> configure:11208: result: ok >> configure:11325: checking for ocaml samplerate module >> configure:11407: result: ok >> configure:11524: checking for ocaml taglib module >> configure:11606: result: ok >> configure:11718: checking sys/soundcard.h usability >> configure:11718: gcc -c -I$(top_srcdir) -fPIC -I/usr/lib/ocaml >> conftest.c >&5 >> conftest.c:1:0: warning: -fPIC ignored for target (all code is position >> independent) >> configure:11718: $? = 0 >> configure:11718: result: yes >> configure:11718: checking sys/soundcard.h presence >> configure:11718: gcc -E conftest.c >> configure:11718: $? = 0 >> configure:11718: result: yes >> configure:11718: checking for sys/soundcard.h >> configure:11718: result: yes >> configure:11767: checking for ocaml magic module >> configure:11849: result: ok >> configure:11985: checking for ocaml camomile module >> configure:12067: result: ok >> configure:12300: checking for ocaml faad module >> configure:12382: result: ok >> configure:12494: checking for ocaml soundtouch module >> configure:12576: result: ok >> configure:12688: checking for ocaml portaudio module >> configure:12770: result: ok >> configure:12882: checking for ocaml pulseaudio module >> configure:12930: result: Not found. >> configure:13076: checking for ocaml ladspa module >> configure:13158: result: ok >> configure:13270: checking for ocaml dssi module >> configure:13318: result: Not found. >> configure:13464: checking for ocaml sdl module >> configure:13546: result: ok >> configure:13658: checking for ocaml camlimages module >= 4.0.0 >> configure:13706: result: Not found. >> configure:13852: checking for ocaml lo module >> configure:13900: result: Not found. >> configure:14046: checking for ocaml json-wheel module >> configure:14128: result: ok >> configure:14244: checking for cp >> configure:14262: found /usr/bin/cp >> configure:14275: result: /usr/bin/cp >> configure:14285: checking for rm >> configure:14303: found /usr/bin/rm >> configure:14316: result: /usr/bin/rm >> configure:14335: checking for text2wave >> configure:14366: result: false >> configure:14376: checking for sox >> configure:14394: found /usr/bin/sox >> configure:14407: result: /usr/bin/sox >> configure:14417: checking for normalize >> configure:14448: result: false >> configure:14484: checking for python >> configure:14502: found /usr/bin/python >> configure:14515: result: /usr/bin/python >> configure:14524: checking for pygtk >> configure:14542: result: no >> configure:14713: creating ./config.status >> >> ## ---------------------- ## >> ## Running config.status. ## >> ## ---------------------- ## >> >> This file was extended by liquidsoap config.status 1.0.0-beta2.1, which was >> generated by GNU Autoconf 2.68. Invocation command line was >> >> CONFIG_FILES = >> CONFIG_HEADERS = >> CONFIG_LINKS = >> CONFIG_COMMANDS = >> $ ./config.status >> >> on hastur >> >> config.status:939: creating Makefile.defs >> config.status:939: creating scripts/liquidtts >> config.status:939: creating scripts/liquidsoap.initd >> config.status:939: creating scripts/liquidsoap.gentoo.initd >> config.status:939: creating src/META >> config.status:939: creating src/tools/liq_sockets.ml >> config.status:939: creating config.h >> config.status:1114: config.h is unchanged >> >> ## ---------------- ## >> ## Cache variables. ## >> ## ---------------- ## >> >> ac_cv_c_bigendian=no >> ac_cv_c_compiler_gnu=yes >> ac_cv_env_CC_set= >> ac_cv_env_CC_value= >> ac_cv_env_CFLAGS_set= >> ac_cv_env_CFLAGS_value= >> ac_cv_env_CPPFLAGS_set= >> ac_cv_env_CPPFLAGS_value= >> ac_cv_env_CPP_set= >> ac_cv_env_CPP_value= >> ac_cv_env_LDFLAGS_set= >> ac_cv_env_LDFLAGS_value= >> ac_cv_env_LIBS_set= >> ac_cv_env_LIBS_value= >> ac_cv_env_build_alias_set= >> ac_cv_env_build_alias_value= >> ac_cv_env_host_alias_set= >> ac_cv_env_host_alias_value= >> ac_cv_env_target_alias_set= >> ac_cv_env_target_alias_value= >> ac_cv_exeext=.exe >> ac_cv_header_caml_threads_h=yes >> ac_cv_header_inttypes_h=yes >> ac_cv_header_memory_h=yes >> ac_cv_header_stdc=yes >> ac_cv_header_stdint_h=yes >> ac_cv_header_stdlib_h=yes >> ac_cv_header_string_h=yes >> ac_cv_header_strings_h=yes >> ac_cv_header_sys_soundcard_h=yes >> ac_cv_header_sys_stat_h=yes >> ac_cv_header_sys_types_h=yes >> ac_cv_header_unistd_h=yes >> ac_cv_objext=o >> ac_cv_path_CP=/usr/bin/cp >> ac_cv_path_EGREP='/usr/bin/grep -E' >> ac_cv_path_GREP=/usr/bin/grep >> ac_cv_path_NORMALIZE=false >> ac_cv_path_PYTHON=/usr/bin/python >> ac_cv_path_RM=/usr/bin/rm >> ac_cv_path_SOX=/usr/bin/sox >> ac_cv_path_TEXT2WAVE=false >> ac_cv_path_install='/usr/bin/install -c' >> ac_cv_prog_CAMLP4=camlp4 >> ac_cv_prog_CAMLP4BOOT=camlp4boot >> ac_cv_prog_CAMLP4O=camlp4o >> ac_cv_prog_CAMLP4OF=camlp4of >> ac_cv_prog_CAMLP4OOF=camlp4oof >> ac_cv_prog_CAMLP4ORF=camlp4orf >> ac_cv_prog_CAMLP4PROF=camlp4prof >> ac_cv_prog_CAMLP4R=camlp4r >> ac_cv_prog_CAMLP4RF=camlp4rf >> ac_cv_prog_CPP='gcc -E' >> ac_cv_prog_OCAML=ocaml >> ac_cv_prog_OCAMLCDOTOPT=ocamlc.opt >> ac_cv_prog_OCAMLDEP=ocamldep >> ac_cv_prog_OCAMLMKLIB=ocamlmklib >> ac_cv_prog_OCAMLMKTOP=ocamlmktop >> ac_cv_prog_OCAMLOPT=ocamlopt >> ac_cv_prog_OCAMLOPTDOTOPT=ocamlopt.opt >> ac_cv_prog_ac_ct_CC=gcc >> ac_cv_prog_ac_ct_OCAMLBUILD=ocamlbuild >> ac_cv_prog_ac_ct_OCAMLC=ocamlc >> ac_cv_prog_ac_ct_OCAMLDOC=ocamldoc >> ac_cv_prog_ac_ct_OCAMLFIND=ocamlfind >> ac_cv_prog_ac_ct_OCAMLLEX=ocamllex >> ac_cv_prog_ac_ct_OCAMLLEXDOTOPT=ocamllex.opt >> ac_cv_prog_ac_ct_OCAMLYACC=ocamlyacc >> ac_cv_prog_cc_c89= >> ac_cv_prog_cc_g=yes >> >> ## ----------------- ## >> ## Output variables. ## >> ## ----------------- ## >> >> BYTE='' >> CAMLIDL='no' >> CAMLLIBPATH='/usr/lib/ocaml' >> CAMLP4='camlp4' >> CAMLP4BOOT='camlp4boot' >> CAMLP4O='camlp4o /usr/lib/ocaml/duppy/pa_duppy.cmo' >> CAMLP4OF='camlp4of' >> CAMLP4OOF='camlp4oof' >> CAMLP4ORF='camlp4orf' >> CAMLP4PROF='camlp4prof' >> CAMLP4R='camlp4r' >> CAMLP4RF='camlp4rf' >> CC='gcc' >> CFLAGS=' -I$(top_srcdir) -fPIC -I/usr/lib/ocaml' >> CP='/usr/bin/cp' >> CPP='gcc -E' >> CPPFLAGS='' >> DEFS='-DHAVE_CONFIG_H' >> ECHO_C='' >> ECHO_N='-n' >> ECHO_T='' >> EGREP='/usr/bin/grep -E' >> EXEEXT='.exe' >> GREP='/usr/bin/grep' >> INSTALL_DAEMON='' >> INSTALL_DATA='${INSTALL} -m 644' >> INSTALL_PROGRAM='${INSTALL}' >> INSTALL_SCRIPT='${INSTALL}' >> LDFLAGS='' >> LIBOBJS='' >> LIBS='' >> LTLIBOBJS='' >> MAKE='make' >> NEED_TCP_NODELAY='' >> NORMALIZE='false' >> NO_CUSTOM='' >> OBJEXT='o' >> OCAML='ocaml' >> OCAMLBEST='byte opt' >> OCAMLBUILD='ocamlbuild' >> OCAMLC='ocamlfind ocamlopt' >> OCAMLCDOTOPT='ocamlc.opt' >> OCAMLCOMP='OCAMLOPT' >> OCAMLDEP='ocamldep' >> OCAMLDOC='ocamldoc' >> OCAMLFIND='ocamlfind' >> OCAMLFIND_LDCONF='' >> OCAMLFLAGS='' >> OCAMLLEX='ocamllex.opt' >> OCAMLLEXDOTOPT='ocamllex.opt' >> OCAMLLIB='/usr/lib/ocaml' >> OCAMLMKLIB='ocamlmklib' >> OCAMLMKTOP='ocamlmktop' >> OCAMLNCFLAGS='' >> OCAMLOPT='ocamlopt.opt' >> OCAMLOPTDOTOPT='ocamlopt.opt' >> OCAMLVERSION='3.12.0' >> OCAMLYACC='ocamlyacc' >> OCAML_DYNLINK='byte-dyn opt-dyn' >> OCAML_HAS_FIRST_CLASS_MODULES='yes' >> OCAML_MAJOR='3' >> OCAML_MINOR='12' >> OCAML_REVISION='0' >> OS_TYPE='Cygwin' >> PACKAGE_BUGREPORT='' >> PACKAGE_NAME='liquidsoap' >> PACKAGE_STRING='liquidsoap 1.0.0-beta2.1' >> PACKAGE_TARNAME='liquidsoap' >> PACKAGE_URL='' >> PACKAGE_VERSION='1.0.0-beta2.1' >> PATH_SEPARATOR=':' >> PLUGINS='' >> PLUGINS_DATA='' >> PYMDIR='' >> PYTHON='/usr/bin/python' >> RM='/usr/bin/rm' >> SHELL='/bin/sh' >> SOX='/usr/bin/sox $2.tmp.wav -t wav -c 2 -r 44100 $2' >> TCP_NODELAY_VALUE='let set_tcp_nodelay fd v = Unix.setsockopt fd >> Unix.TCP_NODELAY v' >> TEXT2WAVE='false' >> W_AACPLUS='' >> W_AACPLUS_DYN='yes' >> W_ALSA='' >> W_AO='yes' >> W_BJACK='' >> W_CAMLIMAGES='' >> W_CAMOMILE='yes' >> W_CRY='yes' >> W_DSSI='' >> W_DTOOLS='yes' >> W_DUPPY='yes' >> W_DUPPY_SYNTAX='yes' >> W_DYNLINK='yes' >> W_FAAD='yes' >> W_FLAC='yes' >> W_FLAC_OGG='yes' >> W_GAVL='yes' >> W_GRAPHICS='yes' >> W_GSTREAMER='' >> W_JACK='' >> W_JSON_WHEEL='yes' >> W_LADSPA='yes' >> W_LAME='yes' >> W_LAME_DYN='' >> W_LASTFM='' >> W_LO='' >> W_MAD='yes' >> W_MAGIC='yes' >> W_MM='yes' >> W_OGG='yes' >> W_OPAL='' >> W_OSS='yes' >> W_PCRE='yes' >> W_PORTAUDIO='yes' >> W_PULSEAUDIO='' >> W_PYTHON='' >> W_SAMPLERATE='yes' >> W_SCHROEDINGER='yes' >> W_SDL='yes' >> W_SOUNDTOUCH='yes' >> W_SPEEX='yes' >> W_TAGLIB='yes' >> W_THEORA='' >> W_VOAACENC='' >> W_VORBIS='yes' >> W_XMLPLAYLIST='yes' >> _DEP_OPTS='-native' >> ac_ct_CC='gcc' >> bindir='${exec_prefix}/bin' >> build_alias='' >> cma='cmxa' >> cmi='cmi' >> cmo='cmx' >> cmxs='cmxs' >> datadir='${datarootdir}' >> datarootdir='${prefix}/share' >> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >> dvidir='${docdir}' >> exec_prefix='${prefix}' >> host_alias='' >> htmldir='${docdir}' >> includedir='${prefix}/include' >> infodir='${datarootdir}/info' >> install_group='liquidsoap' >> install_user='liquidsoap' >> libdir='${exec_prefix}/lib' >> libexecdir='${exec_prefix}/libexec' >> libs_dir_version='svn' >> liquidsoap_ocamlcflags='-ffast-math -ccopt "$(CFLAGS)" -package graphics >> - -package pcre -package str -package unix -package threads -package >> dtools -package unix -package threads -package pcre -package bigarray >> - -package duppy -package camlp4 -package duppy.syntax -package unix >> - -package cry -package unix -package bigarray -package mm -package xmlm >> - -package xmlplaylist -package ogg -package unix -package ogg -package >> vorbis -package ogg -package speex -package unix -package mad -package >> ogg -package flac -package ogg -package flac -package flac.ogg -package >> dynlink -package lame -package ogg -package schroedinger -package unix >> - -package bigarray -package gavl -package ao -package samplerate -package >> unix -package taglib -package magic -package unix -package bigarray >> - -package camomile -package faad -package soundtouch -package portaudio >> - -package ladspa -package unix -package bigarray -package sdl -package >> sdl.sdlmixer -package sdl.sdlttf -package sdl.sdlimage -package pcre >> - -package unix -package bigarray -package netsys -package netstring >> - -package json-wheel' >> liquidsoap_ocamllflags='-linkpkg -package unix -package threads -package >> str -package bigarray' >> localedir='${datarootdir}/locale' >> localstatedir='${prefix}/var' >> mandir='${datarootdir}/man' >> oldincludedir='/usr/include' >> pdfdir='${docdir}' >> prefered_output='output.ao' >> prefix='/usr/local' >> program_transform_name='s,x,x,' >> psdir='${docdir}' >> requires='unix threads str' >> sbindir='${exec_prefix}/sbin' >> shared_flag='-shared' >> sharedstatedir='${prefix}/com' >> sysconfdir='${prefix}/etc' >> target_alias='' >> version='1.0.0-beta2.1+svn' >> >> ## ----------- ## >> ## confdefs.h. ## >> ## ----------- ## >> >> /* confdefs.h */ >> #define PACKAGE_NAME "liquidsoap" >> #define PACKAGE_TARNAME "liquidsoap" >> #define PACKAGE_VERSION "1.0.0-beta2.1" >> #define PACKAGE_STRING "liquidsoap 1.0.0-beta2.1" >> #define PACKAGE_BUGREPORT "" >> #define PACKAGE_URL "" >> #define STDC_HEADERS 1 >> #define HAVE_SYS_TYPES_H 1 >> #define HAVE_SYS_STAT_H 1 >> #define HAVE_STDLIB_H 1 >> #define HAVE_STRING_H 1 >> #define HAVE_MEMORY_H 1 >> #define HAVE_STRINGS_H 1 >> #define HAVE_INTTYPES_H 1 >> #define HAVE_STDINT_H 1 >> #define HAVE_UNISTD_H 1 >> #define HAVE_SYS_SOUNDCARD_H 1 >> >> configure: exit 0 >> >> >> On 05/08/2011 07:20, Romain Beauxis wrote: >>> 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 >> >> - -- >> best regards, >> >> okay_awright >> <okay_awright AT ddcr DOT biz> >> [PGP key on request] >> -----BEGIN PGP SIGNATURE----- >> >> iQEcBAEBAgAGBQJOO6xkAAoJEN2X/7ng71pTQjcH/0YZ2wY3SOKGxJrYD0akN7E/ >> l/GWo8cygVLf5SzJ5BWzS9RPc1qMsQZRCdKxb/VBV8gmSCsKLO31nRZ8n9i2x16c >> U8IGuzwTF6T6ZZYzCr3fAw64U2w0UyV+OrxNK77w7HZOTbTW6szeXndTfQP6NR7P >> 3Wngdllvjggb6ACQzVerWvJB2NzIlhogaGipa4SfCiJ4eyw7zEzVJm+gnCx2JdGf >> Mbf9/QwB951bM+Hd5sqD5sLcNaXl3rTxELtnfyuiH/JFzIGrVq3XVFcye/+yCtNO >> irDPR5RWwRM4hqW3sci/3CzmR7wQz+mjWhovcERxaR/bTThiz/HpQQrWhXJ4u3U= >> =ojxH >> -----END PGP SIGNATURE----- >> >> ------------------------------------------------------------------------------ >> 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 >> - -- best regards, okay_awright <okay_awright AT ddcr DOT biz> [PGP key on request] -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJOPARQAAoJEN2X/7ng71pTp48H/A9SGg5e4ve/jJt4IHcZG5qc cfVrBbGgCx4Hrgddi6HiPy26cGtJbYyRv3zvbWR7NAFjG1STrTjzRRmFPHG3CSvu KFhE4g1Ya+/deKtdPtT5K+eo28rCq4mjwrwc0evADmGZdk9Lk5ZE1AZC874/71EY BmSLDOxQ+W0pZgbA4Oiuibh+nvRGbafDwsXP6hHWsWNubMULkxse2SiZQix6Yav2 77JZf4B4mN59oMPlbrlrqBJfSaVlqO66nfEfT/vEe0hioJ410Hk9uGBqpB6fYfTg 1Sek08ND1prPTxyHroMBwpz3XKtYI6wzmYOWIslsZr6FLnkodoXZWZQFwVd8SSE= =JbX/ -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ 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
