Created
February 21, 2013 20:24
-
-
Save linickx/5007880 to your computer and use it in GitHub Desktop.
mediatomb fails to build on OSX 10.8.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NickelMac:~ nick$ brew doctor | |
Your system is raring to brew. | |
NickelMac:~ nick$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NickelMac:~ nick$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install foo | |
Error: No available formula for foo | |
NickelMac:~ nick$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install mediatomb | |
==> Downloading http://downloads.sourceforge.net/mediatomb/mediatomb-0.12.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/mediatomb-0.12.1.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/mediatomb-0.12.1.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.2) https://launchpadlibrarian.net/71985647/libav_0.7_support.patch -o 000-homebrew.diff | |
######################################################################## 100.0% | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file src/metadata/ffmpeg_handler.cc | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/mediatomb/0.12.1 | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/mediatomb/0.12.1 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... configure_aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-apple-darwin12.2.1 | |
checking host system type... x86_64-apple-darwin12.2.1 | |
checking for C++ compiler default output file name... a.out | |
checking whether the C++ compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of c++... none | |
checking for gcc... cc | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking dependency style of cc... none | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether cc needs -traditional... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... yes | |
checking for sys/wait.h that is POSIX.1 compatible... 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 for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether stat file-mode macros are broken... no | |
checking whether cc understands -c and -o together... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for unistd.h... (cached) yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/wait.h... (cached) yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking for sched_getparam... no | |
checking for sched_setparam... no | |
checking for sched_get_priority_min... yes | |
checking for sched_get_priority_max... yes | |
checking for mkdir... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for getopt_long... yes | |
checking for mkfifo... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking for iconv... no | |
checking for iconv in -liconv... yes | |
checking if iconv declaration requires const char cast... no | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking for time_t... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking size of off_t... 8 | |
checking size of size_t... 8 | |
checking size of time_t... 8 | |
checking size of unsigned int... 4 | |
checking size of unsigned long... 8 | |
checking for strtoll... yes | |
checking for nl_langinfo... yes | |
checking for setlocale... yes | |
checking for backtrace... yes | |
checking for backtrace_symbols... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for working volatile... yes | |
checking return type of signal handlers... void | |
checking for pid_t... yes | |
checking for size_t... (cached) yes | |
checking for int64_t... yes | |
checking for ssize_t... yes | |
checking for uint32_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking whether byte ordering is bigendian... no | |
checking whether LONG_MAX is declared... yes | |
checking whether LLONG_MAX is declared... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
checking for error_at_line... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for working memcmp... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible realloc... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for sys/socket.h... (cached) yes | |
checking types of arguments for select... int,fd_set *,struct timeval * | |
checking whether lstat dereferences a symlink specified with a trailing slash... no | |
checking whether stat accepts an empty string... no | |
checking for working strtod... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for strftime... yes | |
checking for gethostname... yes | |
checking for gettimeofday... yes | |
checking for localtime_r... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for regcomp... yes | |
checking for select... yes | |
checking for strcasecmp... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strncasecmp... yes | |
checking for strrchr... yes | |
checking for strstr... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for uname... yes | |
checking for sigaction... yes | |
checking for sigprocmask... yes | |
checking for ioctl... yes | |
checking for tolower... yes | |
checking for toupper... yes | |
checking for inet_ntoa... yes | |
checking for socket... yes | |
checking for gethostbyname... yes | |
configure: You are running OSX, assuming threadsafe gethostbyname version | |
checking how to run the C++ preprocessor... c++ -E | |
checking for gethostbyname_r... no | |
checking lwres/netdb.h usability... no | |
checking lwres/netdb.h presence... no | |
checking for lwres/netdb.h... no | |
checking for if_nameindex... yes | |
checking for if_freenameindex... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for clock_gettime in -lrt... no | |
checking for clock_gettime in -lrt... no | |
checking for clock_gettime... no | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for uncompress in -lz... yes | |
checking sqlite3.h usability... yes | |
checking sqlite3.h presence... yes | |
checking for sqlite3.h... yes | |
checking for sqlite3_open in -lsqlite3... yes | |
checking for mysql_config... none | |
checking for mysql_config... none | |
mysql_config not found, please install the mysql devel package | |
configure: none could not be executed or returned invalid values | |
checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /opt/local/include... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/include/js... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/include/smjs... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/include/mozjs... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/local/include/js... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/local/include/smjs... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/local/include/mozjs... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/include/spidermonkey... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /usr/local/include/spidermonkey... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /opt/local/include/js... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /opt/local/include/smjs... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /opt/local/include/mozjs... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
checking checking alternative libjs header location: /opt/local/include/spidermonkey... checking jsapi.h usability... no | |
checking jsapi.h presence... no | |
checking for jsapi.h... no | |
not found, giving up | |
checking magic.h usability... no | |
checking magic.h presence... no | |
checking for magic.h... no | |
checking /opt/local/include/magic.h usability... no | |
checking /opt/local/include/magic.h presence... no | |
checking for /opt/local/include/magic.h... no | |
configure: retrying libmagic check with zlib flags | |
checking magic.h usability... no | |
checking magic.h presence... no | |
checking for magic.h... no | |
checking for /opt/local/include/magic.h... (cached) no | |
checking for taglib-config... none | |
checking for taglib-config... none | |
taglib-config not found, please install the taglib devel package | |
configure: none could not be executed or returned invalid values | |
checking id3/tag.h usability... no | |
checking id3/tag.h presence... no | |
checking for id3/tag.h... no | |
checking /opt/local/include/id3/tag.h usability... no | |
checking /opt/local/include/id3/tag.h presence... no | |
checking for /opt/local/include/id3/tag.h... no | |
configure: retrying id3lib check with zlib flags | |
checking id3/tag.h usability... no | |
checking id3/tag.h presence... no | |
checking for id3/tag.h... no | |
checking for /opt/local/include/id3/tag.h... (cached) no | |
configure: Checking for curl (needed for extended external transcoding/YouTube support) | |
checking for curl-config... /usr/bin/curl-config | |
checking curl cflags... | |
checking curl libraries... -lcurl | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for curl_easy_init in -lcurl... yes | |
checking ffmpeg/avformat.h usability... no | |
checking ffmpeg/avformat.h presence... no | |
checking for ffmpeg/avformat.h... no | |
checking /opt/local/include/ffmpeg/avformat.h usability... no | |
checking /opt/local/include/ffmpeg/avformat.h presence... no | |
checking for /opt/local/include/ffmpeg/avformat.h... no | |
checking libavformat/avformat.h usability... yes | |
checking libavformat/avformat.h presence... yes | |
checking for libavformat/avformat.h... yes | |
checking for av_register_all in -lavformat... yes | |
checking for av_log_set_callback in -lavutil... yes | |
checking libffmpegthumbnailer/videothumbnailerc.h usability... no | |
checking libffmpegthumbnailer/videothumbnailerc.h presence... no | |
checking for libffmpegthumbnailer/videothumbnailerc.h... no | |
checking /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h usability... no | |
checking /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h presence... no | |
checking for /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h... no | |
checking libffmpegthumbnailer/videothumbnailerc.h usability... no | |
checking libffmpegthumbnailer/videothumbnailerc.h presence... no | |
checking for libffmpegthumbnailer/videothumbnailerc.h... no | |
checking for /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h... (cached) no | |
checking lastfmlib/lastfmscrobbler.h usability... no | |
checking lastfmlib/lastfmscrobbler.h presence... no | |
checking for lastfmlib/lastfmscrobbler.h... no | |
checking /opt/local/include/lastfmlib/lastfmscrobbler.h usability... no | |
checking /opt/local/include/lastfmlib/lastfmscrobbler.h presence... no | |
checking for /opt/local/include/lastfmlib/lastfmscrobbler.h... no | |
checking libexif/exif-content.h usability... no | |
checking libexif/exif-content.h presence... no | |
checking for libexif/exif-content.h... no | |
checking /opt/local/include/libexif/exif-content.h usability... no | |
checking /opt/local/include/libexif/exif-content.h presence... no | |
checking for /opt/local/include/libexif/exif-content.h... no | |
checking expat.h usability... yes | |
checking expat.h presence... yes | |
checking for expat.h... yes | |
checking for XML_ParserCreate in -lexpat... yes | |
checking mp4v2/mp4v2.h usability... no | |
checking mp4v2/mp4v2.h presence... no | |
checking for mp4v2/mp4v2.h... no | |
checking /opt/local/include/mp4v2/mp4v2.h usability... no | |
checking /opt/local/include/mp4v2/mp4v2.h presence... no | |
checking for /opt/local/include/mp4v2/mp4v2.h... no | |
checking mp4.h usability... no | |
checking mp4.h presence... no | |
checking for mp4.h... no | |
checking /opt/local/include/mp4.h usability... no | |
checking /opt/local/include/mp4.h presence... no | |
checking for /opt/local/include/mp4.h... no | |
checking sys/inotify.h usability... no | |
checking sys/inotify.h presence... no | |
checking for sys/inotify.h... no | |
checking /opt/local/include/sys/inotify.h usability... no | |
checking /opt/local/include/sys/inotify.h presence... no | |
checking for /opt/local/include/sys/inotify.h... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating build/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating scripts/Makefile | |
config.status: creating scripts/js/Makefile | |
config.status: creating scripts/mediatomb-service-optware | |
config.status: creating tombupnp/Makefile | |
config.status: creating tombupnp/build/Makefile | |
config.status: creating web/Makefile | |
config.status: creating config/Makefile | |
config.status: creating artwork/Makefile | |
config.status: creating mediatomb.spec | |
config.status: creating autoconfig.h | |
config.status: creating tombupnp/upnp/inc/upnpconfig.h | |
config.status: tombupnp/upnp/inc/upnpconfig.h is unchanged | |
config.status: executing depfiles commands | |
CONFIGURATION SUMMARY ---- | |
sqlite3 : yes | |
mysql : missing | |
libjs : missing | |
libmagic : missing | |
inotify : missing | |
libexif : missing | |
id3lib : disabled | |
taglib : missing | |
libmp4v2 : missing | |
ffmpeg : yes | |
ffmpegthumbnailer : missing | |
lastfmlib : missing | |
external transcoding : yes | |
curl : yes | |
YouTube : yes | |
libextractor : disabled | |
db-autocreate : yes | |
==> make install | |
make install | |
Making install in tombupnp | |
Making install in build | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-attr.o `test -f '../ixml/src/attr.c' || echo './'`../ixml/src/attr.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-document.o `test -f '../ixml/src/document.c' || echo './'`../ixml/src/document.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-element.o `test -f '../ixml/src/element.c' || echo './'`../ixml/src/element.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-ixml.o `test -f '../ixml/src/ixml.c' || echo './'`../ixml/src/ixml.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-ixmlmembuf.o `test -f '../ixml/src/ixmlmembuf.c' || echo './'`../ixml/src/ixmlmembuf.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-ixmlparser.o `test -f '../ixml/src/ixmlparser.c' || echo './'`../ixml/src/ixmlparser.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-namedNodeMap.o `test -f '../ixml/src/namedNodeMap.c' || echo './'`../ixml/src/namedNodeMap.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-node.o `test -f '../ixml/src/node.c' || echo './'`../ixml/src/node.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-nodeList.o `test -f '../ixml/src/nodeList.c' || echo './'`../ixml/src/nodeList.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-FreeList.o `test -f '../threadutil/src/FreeList.c' || echo './'`../threadutil/src/FreeList.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-iasnprintf.o `test -f '../threadutil/src/iasnprintf.c' || echo './'`../threadutil/src/iasnprintf.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-LinkedList.o `test -f '../threadutil/src/LinkedList.c' || echo './'`../threadutil/src/LinkedList.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-ThreadPool.o `test -f '../threadutil/src/ThreadPool.c' || echo './'`../threadutil/src/ThreadPool.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-TimerThread.o `test -f '../threadutil/src/TimerThread.c' || echo './'`../threadutil/src/TimerThread.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-upnpapi.o `test -f '../upnp/src/api/upnpapi.c' || echo './'`../upnp/src/api/upnpapi.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-upnpdebug.o `test -f '../upnp/src/api/upnpdebug.c' || echo './'`../upnp/src/api/upnpdebug.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-upnptools.o `test -f '../upnp/src/api/upnptools.c' || echo './'`../upnp/src/api/upnptools.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-gena_callback2.o `test -f '../upnp/src/gena/gena_callback2.c' || echo './'`../upnp/src/gena/gena_callback2.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-gena_ctrlpt.o `test -f '../upnp/src/gena/gena_ctrlpt.c' || echo './'`../upnp/src/gena/gena_ctrlpt.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-gena_device.o `test -f '../upnp/src/gena/gena_device.c' || echo './'`../upnp/src/gena/gena_device.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-client_table.o `test -f '../upnp/src/genlib/client_table/client_table.c' || echo './'`../upnp/src/genlib/client_table/client_table.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-miniserver.o `test -f '../upnp/src/genlib/miniserver/miniserver.c' || echo './'`../upnp/src/genlib/miniserver/miniserver.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-httpparser.o `test -f '../upnp/src/genlib/net/http/httpparser.c' || echo './'`../upnp/src/genlib/net/http/httpparser.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-httpreadwrite.o `test -f '../upnp/src/genlib/net/http/httpreadwrite.c' || echo './'`../upnp/src/genlib/net/http/httpreadwrite.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-parsetools.o `test -f '../upnp/src/genlib/net/http/parsetools.c' || echo './'`../upnp/src/genlib/net/http/parsetools.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-statcodes.o `test -f '../upnp/src/genlib/net/http/statcodes.c' || echo './'`../upnp/src/genlib/net/http/statcodes.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-webserver.o `test -f '../upnp/src/genlib/net/http/webserver.c' || echo './'`../upnp/src/genlib/net/http/webserver.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-sock.o `test -f '../upnp/src/genlib/net/sock.c' || echo './'`../upnp/src/genlib/net/sock.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-uri.o `test -f '../upnp/src/genlib/net/uri/uri.c' || echo './'`../upnp/src/genlib/net/uri/uri.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-service_table.o `test -f '../upnp/src/genlib/service_table/service_table.c' || echo './'`../upnp/src/genlib/service_table/service_table.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-membuffer.o `test -f '../upnp/src/genlib/util/membuffer.c' || echo './'`../upnp/src/genlib/util/membuffer.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-strintmap.o `test -f '../upnp/src/genlib/util/strintmap.c' || echo './'`../upnp/src/genlib/util/strintmap.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-strtoofft.o `test -f '../upnp/src/genlib/util/strtoofft.c' || echo './'`../upnp/src/genlib/util/strtoofft.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-upnp_timeout.o `test -f '../upnp/src/genlib/util/upnp_timeout.c' || echo './'`../upnp/src/genlib/util/upnp_timeout.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-util.o `test -f '../upnp/src/genlib/util/util.c' || echo './'`../upnp/src/genlib/util/util.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-inet_pton.o `test -f '../upnp/src/inet_pton.c' || echo './'`../upnp/src/inet_pton.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-soap_common.o `test -f '../upnp/src/soap/soap_common.c' || echo './'`../upnp/src/soap/soap_common.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-soap_ctrlpt.o `test -f '../upnp/src/soap/soap_ctrlpt.c' || echo './'`../upnp/src/soap/soap_ctrlpt.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-soap_device.o `test -f '../upnp/src/soap/soap_device.c' || echo './'`../upnp/src/soap/soap_device.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-ssdp_ctrlpt.o `test -f '../upnp/src/ssdp/ssdp_ctrlpt.c' || echo './'`../upnp/src/ssdp/ssdp_ctrlpt.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-ssdp_device.o `test -f '../upnp/src/ssdp/ssdp_device.c' || echo './'`../upnp/src/ssdp/ssdp_device.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-ssdp_server.o `test -f '../upnp/src/ssdp/ssdp_server.c' || echo './'`../upnp/src/ssdp/ssdp_server.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-urlconfig.o `test -f '../upnp/src/urlconfig/urlconfig.c' || echo './'`../upnp/src/urlconfig/urlconfig.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-sysdep.o `test -f '../upnp/src/uuid/sysdep.c' || echo './'`../upnp/src/uuid/sysdep.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-upnp_md5.o `test -f '../upnp/src/uuid/upnp_md5.c' || echo './'`../upnp/src/uuid/upnp_md5.c | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I../.. -I../../tombupnp/upnp/inc -I../../tombupnp/ixml/src/inc -I../../tombupnp/ixml/inc -I../../tombupnp/threadutil/inc -I../../tombupnp/upnp/src/inc -I../../tombupnp/upnp/inc -I../.. -g -O2 -c -o libtombupnp_a-upnp_uuid.o `test -f '../upnp/src/uuid/upnp_uuid.c' || echo './'`../upnp/src/uuid/upnp_uuid.c | |
brew: superenv removed: -g -O2 | |
rm -f libtombupnp.a | |
ar cru libtombupnp.a libtombupnp_a-attr.o libtombupnp_a-document.o libtombupnp_a-element.o libtombupnp_a-ixml.o libtombupnp_a-ixmlmembuf.o libtombupnp_a-ixmlparser.o libtombupnp_a-namedNodeMap.o libtombupnp_a-node.o libtombupnp_a-nodeList.o libtombupnp_a-FreeList.o libtombupnp_a-iasnprintf.o libtombupnp_a-LinkedList.o libtombupnp_a-ThreadPool.o libtombupnp_a-TimerThread.o libtombupnp_a-upnpapi.o libtombupnp_a-upnpdebug.o libtombupnp_a-upnptools.o libtombupnp_a-gena_callback2.o libtombupnp_a-gena_ctrlpt.o libtombupnp_a-gena_device.o libtombupnp_a-client_table.o libtombupnp_a-miniserver.o libtombupnp_a-httpparser.o libtombupnp_a-httpreadwrite.o libtombupnp_a-parsetools.o libtombupnp_a-statcodes.o libtombupnp_a-webserver.o libtombupnp_a-sock.o libtombupnp_a-uri.o libtombupnp_a-service_table.o libtombupnp_a-membuffer.o libtombupnp_a-strintmap.o libtombupnp_a-strtoofft.o libtombupnp_a-upnp_timeout.o libtombupnp_a-util.o libtombupnp_a-inet_pton.o libtombupnp_a-soap_common.o libtombupnp_a-soap_ctrlpt.o libtombupnp_a-soap_device.o libtombupnp_a-ssdp_ctrlpt.o libtombupnp_a-ssdp_device.o libtombupnp_a-ssdp_server.o libtombupnp_a-urlconfig.o libtombupnp_a-sysdep.o libtombupnp_a-upnp_md5.o libtombupnp_a-upnp_uuid.o | |
/usr/bin/ranlib: file: libtombupnp.a(libtombupnp_a-upnpdebug.o) has no symbols | |
/usr/bin/ranlib: file: libtombupnp.a(libtombupnp_a-gena_ctrlpt.o) has no symbols | |
/usr/bin/ranlib: file: libtombupnp.a(libtombupnp_a-client_table.o) has no symbols | |
/usr/bin/ranlib: file: libtombupnp.a(libtombupnp_a-inet_pton.o) has no symbols | |
/usr/bin/ranlib: file: libtombupnp.a(libtombupnp_a-soap_common.o) has no symbols | |
/usr/bin/ranlib: file: libtombupnp.a(libtombupnp_a-soap_ctrlpt.o) has no symbols | |
/usr/bin/ranlib: file: libtombupnp.a(libtombupnp_a-ssdp_ctrlpt.o) has no symbols | |
ranlib libtombupnp.a | |
ranlib: file: libtombupnp.a(libtombupnp_a-upnpdebug.o) has no symbols | |
ranlib: file: libtombupnp.a(libtombupnp_a-gena_ctrlpt.o) has no symbols | |
ranlib: file: libtombupnp.a(libtombupnp_a-client_table.o) has no symbols | |
ranlib: file: libtombupnp.a(libtombupnp_a-inet_pton.o) has no symbols | |
ranlib: file: libtombupnp.a(libtombupnp_a-soap_common.o) has no symbols | |
ranlib: file: libtombupnp.a(libtombupnp_a-soap_ctrlpt.o) has no symbols | |
ranlib: file: libtombupnp.a(libtombupnp_a-ssdp_ctrlpt.o) has no symbols | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in build | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-action_request.o `test -f '../src/action_request.cc' || echo './'`../src/action_request.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-atrailers_content_handler.o `test -f '../src/atrailers_content_handler.cc' || echo './'`../src/atrailers_content_handler.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-atrailers_service.o `test -f '../src/atrailers_service.cc' || echo './'`../src/atrailers_service.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-autoscan.o `test -f '../src/autoscan.cc' || echo './'`../src/autoscan.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-autoscan_inotify.o `test -f '../src/autoscan_inotify.cc' || echo './'`../src/autoscan_inotify.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-buffered_io_handler.o `test -f '../src/buffered_io_handler.cc' || echo './'`../src/buffered_io_handler.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-cached_url.o `test -f '../src/cached_url.cc' || echo './'`../src/cached_url.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-cds_objects.o `test -f '../src/cds_objects.cc' || echo './'`../src/cds_objects.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-cds_resource.o `test -f '../src/cds_resource.cc' || echo './'`../src/cds_resource.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-cds_resource_manager.o `test -f '../src/cds_resource_manager.cc' || echo './'`../src/cds_resource_manager.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-config_manager.o `test -f '../src/config_manager.cc' || echo './'`../src/config_manager.cc | |
brew: superenv removed: -g -O2 | |
c++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -D_THREAD_SAFE -g -O2 -c -o libmediatomb_a-content_manager.o `test -f '../src/content_manager.cc' || echo './'`../src/content_manager.cc | |
brew: superenv removed: -g -O2 | |
In file included from ../src/content_manager.cc:45: | |
In file included from ../src/content_manager.h:36: | |
In file included from ../src/storage.h:40: | |
In file included from ../src/hash.h:47: | |
../src/hash/dbr_hash.h:127:15: error: use of undeclared identifier 'search' | |
if (! search(key, &slot)) | |
^ | |
this-> | |
../src/content_manager.cc:904:27: note: in instantiation of member function | |
'DBRHash<int>::remove' requested here | |
list->remove(objectID); | |
^ | |
../src/hash/direct_hash_base.h:113:10: note: must qualify identifier to find | |
this declaration in dependent base class | |
bool search(KT key, ST **retSlot) | |
^ | |
In file included from ../src/content_manager.cc:45: | |
In file included from ../src/content_manager.h:36: | |
In file included from ../src/storage.h:40: | |
In file included from ../src/hash.h:47: | |
../src/hash/dbr_hash.h:137:15: error: use of undeclared identifier 'search' | |
if (! search(data_array[array_slot], &slot)) | |
^ | |
this-> | |
../src/hash/direct_hash_base.h:113:10: note: must qualify identifier to find | |
this declaration in dependent base class | |
bool search(KT key, ST **retSlot) | |
^ | |
2 errors generated. | |
make[1]: *** [libmediatomb_a-content_manager.o] Error 1 | |
make: *** [install-recursive] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 6a248b15860e8d5979e009f377f315a7f700b92f | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.6 | |
CLT: 4.6.0.0.1.1358221012 | |
X11: N/A | |
==> ENV | |
CC: cc | |
CXX: c++ | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: mediatomb did not build | |
Logs: /Users/nick/Library/Logs/Homebrew/mediatomb/config.log | |
NickelMac:~ nick$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by MediaTomb configure 0.12.1, which was | |
generated by GNU Autoconf 2.63. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/mediatomb/0.12.1 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = NickelMac.local | |
uname -m = x86_64 | |
uname -r = 12.2.1 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.2.1: Thu Oct 18 12:13:47 PDT 2012; root:xnu-2050.20.9~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.2.1: Thu Oct 18 12:13:47 PDT 2012; root:xnu-2050.20.9~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
4 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 175 tasks, 864 threads, 4 processors | |
Load average: 0.72, Mach factor: 3.26 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2247: checking for a BSD-compatible install | |
configure:2315: result: /usr/bin/install -c | |
configure:2326: checking whether build environment is sane | |
configure:2386: result: yes | |
configure:2527: checking for a thread-safe mkdir -p | |
configure:2566: result: configure_aux/install-sh -c -d | |
configure:2579: checking for gawk | |
configure:2609: result: no | |
configure:2579: checking for mawk | |
configure:2609: result: no | |
configure:2579: checking for nawk | |
configure:2609: result: no | |
configure:2579: checking for awk | |
configure:2595: found /usr/bin/awk | |
configure:2606: result: awk | |
configure:2617: checking whether make sets $(MAKE) | |
configure:2639: result: yes | |
configure:2741: checking build system type | |
configure:2759: result: x86_64-apple-darwin12.2.1 | |
configure:2781: checking host system type | |
configure:2796: result: x86_64-apple-darwin12.2.1 | |
configure:3634: checking for C++ compiler version | |
configure:3642: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.1 | |
Thread model: posix | |
configure:3646: $? = 0 | |
configure:3653: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.1 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:3657: $? = 0 | |
configure:3664: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:3668: $? = 1 | |
configure:3691: checking for C++ compiler default output file name | |
configure:3713: c++ conftest.cpp >&5 | |
configure:3717: $? = 0 | |
configure:3755: result: a.out | |
configure:3774: checking whether the C++ compiler works | |
configure:3784: ./a.out | |
configure:3788: $? = 0 | |
configure:3807: result: yes | |
configure:3814: checking whether we are cross compiling | |
configure:3816: result: no | |
configure:3819: checking for suffix of executables | |
configure:3826: c++ -o conftest conftest.cpp >&5 | |
configure:3830: $? = 0 | |
configure:3856: result: | |
configure:3862: checking for suffix of object files | |
configure:3888: c++ -c conftest.cpp >&5 | |
configure:3892: $? = 0 | |
configure:3917: result: o | |
configure:3921: checking whether we are using the GNU C++ compiler | |
configure:3950: c++ -c conftest.cpp >&5 | |
configure:3957: $? = 0 | |
configure:3974: result: yes | |
configure:3983: checking whether c++ accepts -g | |
configure:4013: c++ -c -g conftest.cpp >&5 | |
configure:4020: $? = 0 | |
configure:4121: result: yes | |
configure:4155: checking for style of include used by make | |
configure:4183: result: GNU | |
configure:4208: checking dependency style of c++ | |
configure:4318: result: none | |
configure:4381: checking for gcc | |
configure:4408: result: cc | |
configure:4640: checking for C compiler version | |
configure:4648: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.1 | |
Thread model: posix | |
configure:4652: $? = 0 | |
configure:4659: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.1 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:4663: $? = 0 | |
configure:4670: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:4674: $? = 1 | |
configure:4677: checking whether we are using the GNU C compiler | |
configure:4706: cc -c conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4730: result: yes | |
configure:4739: checking whether cc accepts -g | |
configure:4769: cc -c -g conftest.c >&5 | |
configure:4776: $? = 0 | |
configure:4877: result: yes | |
configure:4894: checking for cc option to accept ISO C89 | |
configure:4968: cc -c -g -O2 conftest.c >&5 | |
configure:4975: $? = 0 | |
configure:4998: result: none needed | |
configure:5018: checking dependency style of cc | |
configure:5128: result: none | |
configure:5186: checking for ranlib | |
configure:5202: found /usr/bin/ranlib | |
configure:5213: result: ranlib | |
configure:5241: checking how to run the C preprocessor | |
configure:5281: cc -E conftest.c | |
configure:5288: $? = 0 | |
configure:5319: cc -E conftest.c | |
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5326: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5359: result: cc -E | |
configure:5388: cc -E conftest.c | |
configure:5395: $? = 0 | |
configure:5426: cc -E conftest.c | |
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5433: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5473: checking for grep that handles long lines and -e | |
configure:5533: result: /usr/bin/grep | |
configure:5538: checking for egrep | |
configure:5602: result: /usr/bin/grep -E | |
configure:5608: checking whether cc needs -traditional | |
conftest.c:17:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:5650: result: no | |
configure:5665: checking for dirent.h that defines DIR | |
configure:5694: cc -c -g -O2 conftest.c >&5 | |
configure:5701: $? = 0 | |
configure:5718: result: yes | |
configure:5733: checking for library containing opendir | |
configure:5774: cc -o conftest -g -O2 conftest.c >&5 | |
configure:5781: $? = 0 | |
configure:5812: result: none required | |
configure:5910: checking for ANSI C header files | |
configure:5940: cc -c -g -O2 conftest.c >&5 | |
configure:5947: $? = 0 | |
configure:6046: cc -o conftest -g -O2 conftest.c >&5 | |
configure:6050: $? = 0 | |
configure:6056: ./conftest | |
configure:6060: $? = 0 | |
configure:6078: result: yes | |
configure:6088: checking for sys/wait.h that is POSIX.1 compatible | |
configure:6124: cc -c -g -O2 conftest.c >&5 | |
configure:6131: $? = 0 | |
configure:6146: result: yes | |
configure:6170: checking for sys/types.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for sys/stat.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for stdlib.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for string.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for memory.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for strings.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for inttypes.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for stdint.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6170: checking for unistd.h | |
configure:6191: cc -c -g -O2 conftest.c >&5 | |
configure:6198: $? = 0 | |
configure:6215: result: yes | |
configure:6229: checking for stdbool.h that conforms to C99 | |
configure:6324: cc -c -g -O2 conftest.c >&5 | |
configure:6331: $? = 0 | |
configure:6346: result: yes | |
configure:6348: checking for _Bool | |
configure:6376: cc -c -g -O2 conftest.c >&5 | |
configure:6383: $? = 0 | |
configure:6410: cc -c -g -O2 conftest.c >&5 | |
conftest.c:65:20: error: expected expression | |
if (sizeof ((_Bool))) | |
^ | |
1 error generated. | |
configure:6417: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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 <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6440: result: yes | |
configure:6459: checking whether time.h and sys/time.h may both be included | |
configure:6489: cc -c -g -O2 conftest.c >&5 | |
configure:6496: $? = 0 | |
configure:6511: result: yes | |
configure:6521: checking whether stat file-mode macros are broken | |
configure:6558: cc -c -g -O2 conftest.c >&5 | |
configure:6565: $? = 0 | |
configure:6580: result: no | |
configure:6600: checking whether cc understands -c and -o together | |
configure:6632: cc -c conftest.c -o conftest2.o >&5 | |
configure:6636: $? = 0 | |
configure:6642: cc -c conftest.c -o conftest2.o >&5 | |
configure:6646: $? = 0 | |
configure:6701: result: yes | |
configure:6750: checking time.h usability | |
configure:6767: cc -c -g -O2 conftest.c >&5 | |
configure:6774: $? = 0 | |
configure:6788: result: yes | |
configure:6792: checking time.h presence | |
configure:6807: cc -E conftest.c | |
configure:6814: $? = 0 | |
configure:6828: result: yes | |
configure:6861: checking for time.h | |
configure:6870: result: yes | |
configure:6750: checking syslog.h usability | |
configure:6767: cc -c -g -O2 conftest.c >&5 | |
configure:6774: $? = 0 | |
configure:6788: result: yes | |
configure:6792: checking syslog.h presence | |
configure:6807: cc -E conftest.c | |
configure:6814: $? = 0 | |
configure:6828: result: yes | |
configure:6861: checking for syslog.h | |
configure:6870: result: yes | |
configure:6750: checking stddef.h usability | |
configure:6767: cc -c -g -O2 conftest.c >&5 | |
configure:6774: $? = 0 | |
configure:6788: result: yes | |
configure:6792: checking stddef.h presence | |
configure:6807: cc -E conftest.c | |
configure:6814: $? = 0 | |
configure:6828: result: yes | |
configure:6861: checking for stddef.h | |
configure:6870: result: yes | |
configure:6739: checking for unistd.h | |
configure:6746: result: yes | |
configure:6750: checking arpa/inet.h usability | |
configure:6767: cc -c -g -O2 conftest.c >&5 | |
configure:6774: $? = 0 | |
configure:6788: result: yes | |
configure:6792: checking arpa/inet.h presence | |
configure:6807: cc -E conftest.c | |
configure:6814: $? = 0 | |
configure:6828: result: yes | |
configure:6861: checking for arpa/inet.h | |
configure:6870: result: yes | |
configure:6750: checking fcntl.h usability | |
configure:6767: cc -c -g -O2 conftest.c >&5 | |
configure:6774: $? = 0 | |
configure:6788: result: yes | |
configure:6792: checking fcntl.h presence | |
configure:6807: cc -E conftest.c | |
configure:6814: $? = 0 | |
configure:6828: result: yes | |
configure:6861: checking for fcntl.h | |
configure:6870: result: yes | |
configure:6911: checking limits.h usability | |
configure:6928: cc -c -g -O2 conftest.c >&5 | |
configure:6935: $? = 0 | |
configure:6949: result: yes | |
configure:6953: checking limits.h presence | |
configure:6968: cc -E conftest.c | |
configure:6975: $? = 0 | |
configure:6989: result: yes | |
configure:7022: checking for limits.h | |
configure:7031: result: yes | |
configure:6911: checking netdb.h usability | |
configure:6928: cc -c -g -O2 conftest.c >&5 | |
configure:6935: $? = 0 | |
configure:6949: result: yes | |
configure:6953: checking netdb.h presence | |
configure:6968: cc -E conftest.c | |
configure:6975: $? = 0 | |
configure:6989: result: yes | |
configure:7022: checking for netdb.h | |
configure:7031: result: yes | |
configure:6911: checking netinet/in.h usability | |
configure:6928: cc -c -g -O2 conftest.c >&5 | |
configure:6935: $? = 0 | |
configure:6949: result: yes | |
configure:6953: checking netinet/in.h presence | |
configure:6968: cc -E conftest.c | |
configure:6975: $? = 0 | |
configure:6989: result: yes | |
configure:7022: checking for netinet/in.h | |
configure:7031: result: yes | |
configure:6900: checking for stdlib.h | |
configure:6907: result: yes | |
configure:6900: checking for string.h | |
configure:6907: result: yes | |
configure:6911: checking sys/file.h usability | |
configure:6928: cc -c -g -O2 conftest.c >&5 | |
configure:6935: $? = 0 | |
configure:6949: result: yes | |
configure:6953: checking sys/file.h presence | |
configure:6968: cc -E conftest.c | |
configure:6975: $? = 0 | |
configure:6989: result: yes | |
configure:7022: checking for sys/file.h | |
configure:7031: result: yes | |
configure:7070: checking sys/ioctl.h usability | |
configure:7087: cc -c -g -O2 conftest.c >&5 | |
configure:7094: $? = 0 | |
configure:7108: result: yes | |
configure:7112: checking sys/ioctl.h presence | |
configure:7127: cc -E conftest.c | |
configure:7134: $? = 0 | |
configure:7148: result: yes | |
configure:7181: checking for sys/ioctl.h | |
configure:7190: result: yes | |
configure:7070: checking sys/socket.h usability | |
configure:7087: cc -c -g -O2 conftest.c >&5 | |
configure:7094: $? = 0 | |
configure:7108: result: yes | |
configure:7112: checking sys/socket.h presence | |
configure:7127: cc -E conftest.c | |
configure:7134: $? = 0 | |
configure:7148: result: yes | |
configure:7181: checking for sys/socket.h | |
configure:7190: result: yes | |
configure:7070: checking sys/time.h usability | |
configure:7087: cc -c -g -O2 conftest.c >&5 | |
configure:7094: $? = 0 | |
configure:7108: result: yes | |
configure:7112: checking sys/time.h presence | |
configure:7127: cc -E conftest.c | |
configure:7134: $? = 0 | |
configure:7148: result: yes | |
configure:7181: checking for sys/time.h | |
configure:7190: result: yes | |
configure:7059: checking for sys/types.h | |
configure:7066: result: yes | |
configure:7059: checking for sys/wait.h | |
configure:7066: result: yes | |
configure:7227: checking langinfo.h usability | |
configure:7244: cc -c -g -O2 conftest.c >&5 | |
configure:7251: $? = 0 | |
configure:7265: result: yes | |
configure:7269: checking langinfo.h presence | |
configure:7284: cc -E conftest.c | |
configure:7291: $? = 0 | |
configure:7305: result: yes | |
configure:7338: checking for langinfo.h | |
configure:7347: result: yes | |
configure:7227: checking locale.h usability | |
configure:7244: cc -c -g -O2 conftest.c >&5 | |
configure:7251: $? = 0 | |
configure:7265: result: yes | |
configure:7269: checking locale.h presence | |
configure:7284: cc -E conftest.c | |
configure:7291: $? = 0 | |
configure:7305: result: yes | |
configure:7338: checking for locale.h | |
configure:7347: result: yes | |
configure:7382: checking sys/utsname.h usability | |
configure:7399: cc -c -g -O2 conftest.c >&5 | |
configure:7406: $? = 0 | |
configure:7420: result: yes | |
configure:7424: checking sys/utsname.h presence | |
configure:7439: cc -E conftest.c | |
configure:7446: $? = 0 | |
configure:7460: result: yes | |
configure:7493: checking for sys/utsname.h | |
configure:7502: result: yes | |
configure:7535: checking sched.h usability | |
configure:7552: cc -c -g -O2 conftest.c >&5 | |
configure:7559: $? = 0 | |
configure:7573: result: yes | |
configure:7577: checking sched.h presence | |
configure:7592: cc -E conftest.c | |
configure:7599: $? = 0 | |
configure:7613: result: yes | |
configure:7646: checking for sched.h | |
configure:7655: result: yes | |
configure:7535: checking ctype.h usability | |
configure:7552: cc -c -g -O2 conftest.c >&5 | |
configure:7559: $? = 0 | |
configure:7573: result: yes | |
configure:7577: checking ctype.h presence | |
configure:7592: cc -E conftest.c | |
configure:7599: $? = 0 | |
configure:7613: result: yes | |
configure:7646: checking for ctype.h | |
configure:7655: result: yes | |
configure:7677: checking for sched_getparam | |
configure:7733: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_sched_getparam", referenced from: | |
_main in conftest-kKtoiv.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7740: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| /* end confdefs.h. */ | |
| /* Define sched_getparam to an innocuous variant, in case <limits.h> declares sched_getparam. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sched_getparam innocuous_sched_getparam | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sched_getparam (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sched_getparam | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sched_getparam (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sched_getparam || defined __stub___sched_getparam | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sched_getparam (); | |
| ; | |
| return 0; | |
| } | |
configure:7762: result: no | |
configure:7677: checking for sched_setparam | |
configure:7733: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_sched_setparam", referenced from: | |
_main in conftest-k3hrfG.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7740: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| /* end confdefs.h. */ | |
| /* Define sched_setparam to an innocuous variant, in case <limits.h> declares sched_setparam. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sched_setparam innocuous_sched_setparam | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sched_setparam (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sched_setparam | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sched_setparam (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sched_setparam || defined __stub___sched_setparam | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sched_setparam (); | |
| ; | |
| return 0; | |
| } | |
configure:7762: result: no | |
configure:7677: checking for sched_get_priority_min | |
configure:7733: cc -o conftest -g -O2 conftest.c >&5 | |
configure:7740: $? = 0 | |
configure:7762: result: yes | |
configure:7677: checking for sched_get_priority_max | |
configure:7733: cc -o conftest -g -O2 conftest.c >&5 | |
configure:7740: $? = 0 | |
configure:7762: result: yes | |
configure:7779: checking for mkdir | |
configure:7835: cc -o conftest -g -O2 conftest.c >&5 | |
configure:7842: $? = 0 | |
configure:7864: result: yes | |
configure:7897: checking getopt.h usability | |
configure:7914: cc -c -g -O2 conftest.c >&5 | |
configure:7921: $? = 0 | |
configure:7935: result: yes | |
configure:7939: checking getopt.h presence | |
configure:7954: cc -E conftest.c | |
configure:7961: $? = 0 | |
configure:7975: result: yes | |
configure:8008: checking for getopt.h | |
configure:8017: result: yes | |
configure:8032: checking for getopt_long | |
configure:8088: cc -o conftest -g -O2 conftest.c >&5 | |
configure:8095: $? = 0 | |
configure:8117: result: yes | |
configure:8232: checking for mkfifo | |
configure:8288: cc -o conftest -g -O2 conftest.c >&5 | |
configure:8295: $? = 0 | |
configure:8317: result: yes | |
configure:8520: checking iconv.h usability | |
configure:8537: cc -c -g -O2 conftest.c >&5 | |
configure:8544: $? = 0 | |
configure:8558: result: yes | |
configure:8562: checking iconv.h presence | |
configure:8577: cc -E conftest.c | |
configure:8584: $? = 0 | |
configure:8598: result: yes | |
configure:8631: checking for iconv.h | |
configure:8638: result: yes | |
configure:9290: checking for iconv | |
configure:9346: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-M4lKJD.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:9353: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| /* end confdefs.h. */ | |
| /* Define iconv to an innocuous variant, in case <limits.h> declares iconv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define iconv innocuous_iconv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char iconv (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef iconv | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char iconv (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_iconv || defined __stub___iconv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return iconv (); | |
| ; | |
| return 0; | |
| } | |
configure:9373: result: no | |
configure:9383: checking for iconv in -liconv | |
configure:9418: cc -o conftest -g -O2 -liconv conftest.c -liconv >&5 | |
configure:9425: $? = 0 | |
configure:9446: result: yes | |
configure:9636: checking if iconv declaration requires const char cast | |
configure:9668: cc -c -g -O2 -Werror conftest.c >&5 | |
configure:9675: $? = 0 | |
configure:9681: result: no | |
configure:9723: checking execinfo.h usability | |
configure:9740: cc -c -g -O2 conftest.c >&5 | |
configure:9747: $? = 0 | |
configure:9761: result: yes | |
configure:9765: checking execinfo.h presence | |
configure:9780: cc -E conftest.c | |
configure:9787: $? = 0 | |
configure:9801: result: yes | |
configure:9834: checking for execinfo.h | |
configure:9843: result: yes | |
configure:9859: checking for time_t | |
configure:9888: cc -c -g -O2 conftest.c >&5 | |
configure:9895: $? = 0 | |
configure:9923: cc -c -g -O2 conftest.c >&5 | |
conftest.c:68:21: error: expected expression | |
if (sizeof ((time_t))) | |
^ | |
1 error generated. | |
configure:9930: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((time_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:9953: result: yes | |
configure:10047: checking for special C compiler options needed for large files | |
configure:10142: result: no | |
configure:10148: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:10183: cc -c -g -O2 conftest.c >&5 | |
configure:10190: $? = 0 | |
configure:10259: result: no | |
configure:10396: checking for off_t | |
configure:10424: cc -c -g -O2 conftest.c >&5 | |
configure:10431: $? = 0 | |
configure:10458: cc -c -g -O2 conftest.c >&5 | |
conftest.c:100:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:10465: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10488: result: yes | |
configure:10500: checking for size_t | |
configure:10528: cc -c -g -O2 conftest.c >&5 | |
configure:10535: $? = 0 | |
configure:10562: cc -c -g -O2 conftest.c >&5 | |
conftest.c:100:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:10569: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10592: result: yes | |
configure:10607: checking for _LARGEFILE_SOURCE value needed for large files | |
configure:10636: cc -o conftest -g -O2 conftest.c >&5 | |
configure:10643: $? = 0 | |
configure:10716: result: no | |
configure:10760: checking size of off_t | |
configure:11065: cc -o conftest -g -O2 conftest.c >&5 | |
configure:11069: $? = 0 | |
configure:11075: ./conftest | |
configure:11079: $? = 0 | |
configure:11105: result: 8 | |
configure:11119: checking size of size_t | |
configure:11424: cc -o conftest -g -O2 conftest.c >&5 | |
configure:11428: $? = 0 | |
configure:11434: ./conftest | |
configure:11438: $? = 0 | |
configure:11464: result: 8 | |
configure:11478: checking size of time_t | |
configure:11783: cc -o conftest -g -O2 conftest.c >&5 | |
configure:11787: $? = 0 | |
configure:11793: ./conftest | |
configure:11797: $? = 0 | |
configure:11823: result: 8 | |
configure:11837: checking size of unsigned int | |
configure:12142: cc -o conftest -g -O2 conftest.c >&5 | |
configure:12146: $? = 0 | |
configure:12152: ./conftest | |
configure:12156: $? = 0 | |
configure:12182: result: 4 | |
configure:12196: checking size of unsigned long | |
configure:12501: cc -o conftest -g -O2 conftest.c >&5 | |
configure:12505: $? = 0 | |
configure:12511: ./conftest | |
configure:12515: $? = 0 | |
configure:12541: result: 8 | |
configure:12557: checking for strtoll | |
configure:12613: cc -o conftest -g -O2 conftest.c >&5 | |
configure:12620: $? = 0 | |
configure:12642: result: yes | |
configure:12557: checking for nl_langinfo | |
configure:12613: cc -o conftest -g -O2 conftest.c >&5 | |
configure:12620: $? = 0 | |
configure:12642: result: yes | |
configure:12557: checking for setlocale | |
configure:12613: cc -o conftest -g -O2 conftest.c >&5 | |
configure:12620: $? = 0 | |
configure:12642: result: yes | |
configure:12659: checking for backtrace | |
configure:12715: cc -o conftest -g -O2 conftest.c >&5 | |
configure:12722: $? = 0 | |
configure:12744: result: yes | |
configure:12659: checking for backtrace_symbols | |
configure:12715: cc -o conftest -g -O2 conftest.c >&5 | |
configure:12722: $? = 0 | |
configure:12744: result: yes | |
configure:12757: checking for an ANSI C-conforming const | |
configure:12832: cc -c -g -O2 conftest.c >&5 | |
configure:12839: $? = 0 | |
configure:12854: result: yes | |
configure:12864: checking for inline | |
configure:12890: cc -c -g -O2 conftest.c >&5 | |
configure:12897: $? = 0 | |
configure:12915: result: inline | |
configure:12934: checking for working volatile | |
configure:12963: cc -c -g -O2 conftest.c >&5 | |
configure:12970: $? = 0 | |
configure:12985: result: yes | |
configure:12995: checking return type of signal handlers | |
configure:13023: cc -c -g -O2 conftest.c >&5 | |
conftest.c:81:8: error: indirection requires pointer operand ('void' invalid) | |
return *(signal (0, 0)) (0) == 1; | |
^~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:13030: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:13045: result: void | |
configure:13053: checking for pid_t | |
configure:13081: cc -c -g -O2 conftest.c >&5 | |
configure:13088: $? = 0 | |
configure:13115: cc -c -g -O2 conftest.c >&5 | |
conftest.c:112:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:13122: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13145: result: yes | |
configure:13157: checking for size_t | |
configure:13249: result: yes | |
configure:13262: checking for int64_t | |
configure:13293: cc -c -g -O2 conftest.c >&5 | |
configure:13300: $? = 0 | |
configure:13329: cc -c -g -O2 conftest.c >&5 | |
conftest.c:112:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:13336: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1) | |
| < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))]; | |
| test_array [0] = 0 | |
| | |
| ; | |
| return 0; | |
| } | |
configure:13365: result: yes | |
configure:13377: checking for ssize_t | |
configure:13405: cc -c -g -O2 conftest.c >&5 | |
configure:13412: $? = 0 | |
configure:13439: cc -c -g -O2 conftest.c >&5 | |
conftest.c:112:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:13446: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13469: result: yes | |
configure:13482: checking for uint32_t | |
configure:13513: cc -c -g -O2 conftest.c >&5 | |
configure:13520: $? = 0 | |
configure:13541: result: yes | |
configure:13558: checking whether struct tm is in sys/time.h or time.h | |
configure:13588: cc -c -g -O2 conftest.c >&5 | |
configure:13595: $? = 0 | |
configure:13610: result: time.h | |
configure:13621: checking whether byte ordering is bigendian | |
configure:13646: cc -c -g -O2 conftest.c >&5 | |
configure:13653: $? = 0 | |
configure:13703: cc -c -g -O2 conftest.c >&5 | |
configure:13710: $? = 0 | |
configure:13742: cc -c -g -O2 conftest.c >&5 | |
conftest.c:83:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:13749: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| /* 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:14001: result: no | |
configure:14027: checking whether LONG_MAX is declared | |
configure:14057: cc -c -g -O2 conftest.c >&5 | |
configure:14064: $? = 0 | |
configure:14079: result: yes | |
configure:14094: checking whether LLONG_MAX is declared | |
configure:14124: cc -c -g -O2 conftest.c >&5 | |
configure:14131: $? = 0 | |
configure:14146: result: yes | |
configure:14258: checking for working alloca.h | |
configure:14285: cc -o conftest -g -O2 conftest.c >&5 | |
configure:14292: $? = 0 | |
configure:14312: result: yes | |
configure:14322: checking for alloca | |
configure:14369: cc -o conftest -g -O2 conftest.c >&5 | |
configure:14376: $? = 0 | |
configure:14396: result: yes | |
configure:14633: checking whether closedir returns void | |
configure:14667: cc -o conftest -g -O2 conftest.c >&5 | |
configure:14671: $? = 0 | |
configure:14677: ./conftest | |
configure:14681: $? = 0 | |
configure:14698: result: no | |
configure:14708: checking for error_at_line | |
configure:14734: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:80:10: fatal error: 'error.h' file not found | |
#include <error.h> | |
^ | |
1 error generated. | |
configure:14741: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <error.h> | |
| int | |
| main () | |
| { | |
| error_at_line (0, 0, "", 0, "an error occurred"); | |
| ; | |
| return 0; | |
| } | |
configure:14761: result: no | |
configure:14788: checking vfork.h usability | |
configure:14805: cc -c -g -O2 conftest.c >&5 | |
conftest.c:113:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:14812: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <vfork.h> | |
configure:14826: result: no | |
configure:14830: checking vfork.h presence | |
configure:14845: cc -E conftest.c | |
conftest.c:80:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:14852: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <vfork.h> | |
configure:14866: result: no | |
configure:14899: checking for vfork.h | |
configure:14908: result: no | |
configure:14928: checking for fork | |
configure:14984: cc -o conftest -g -O2 conftest.c >&5 | |
configure:14991: $? = 0 | |
configure:15013: result: yes | |
configure:14928: checking for vfork | |
configure:14984: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:104:6: warning: incompatible redeclaration of library function 'vfork' | |
char vfork (); | |
^ | |
conftest.c:104:6: note: 'vfork' is a builtin with type 'int (void)' | |
1 warning generated. | |
configure:14991: $? = 0 | |
configure:15013: result: yes | |
configure:15026: checking for working fork | |
configure:15058: cc -o conftest -g -O2 conftest.c >&5 | |
configure:15062: $? = 0 | |
configure:15068: ./conftest | |
configure:15072: $? = 0 | |
configure:15089: result: yes | |
configure:15110: checking for working vfork | |
configure:15251: result: yes | |
configure:15287: checking for stdlib.h | |
configure:15294: result: yes | |
configure:15433: checking for GNU libc compatible malloc | |
configure:15467: cc -o conftest -g -O2 conftest.c >&5 | |
configure:15471: $? = 0 | |
configure:15477: ./conftest | |
configure:15481: $? = 0 | |
configure:15498: result: yes | |
configure:15526: checking for working memcmp | |
configure:15579: cc -o conftest -g -O2 conftest.c >&5 | |
configure:15583: $? = 0 | |
configure:15589: ./conftest | |
configure:15593: $? = 0 | |
configure:15610: result: yes | |
configure:15624: checking for stdlib.h | |
configure:15631: result: yes | |
configure:15770: checking for GNU libc compatible realloc | |
configure:15804: cc -o conftest -g -O2 conftest.c >&5 | |
configure:15808: $? = 0 | |
configure:15814: ./conftest | |
configure:15818: $? = 0 | |
configure:15835: result: yes | |
configure:15880: checking sys/select.h usability | |
configure:15897: cc -c -g -O2 conftest.c >&5 | |
configure:15904: $? = 0 | |
configure:15918: result: yes | |
configure:15922: checking sys/select.h presence | |
configure:15937: cc -E conftest.c | |
configure:15944: $? = 0 | |
configure:15958: result: yes | |
configure:15991: checking for sys/select.h | |
configure:16000: result: yes | |
configure:15869: checking for sys/socket.h | |
configure:15876: result: yes | |
configure:16015: checking types of arguments for select | |
configure:16053: cc -c -g -O2 conftest.c >&5 | |
configure:16060: $? = 0 | |
configure:16081: result: int,fd_set *,struct timeval * | |
configure:16104: checking whether lstat dereferences a symlink specified with a trailing slash | |
configure:16140: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16144: $? = 0 | |
configure:16150: ./conftest | |
configure:16154: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| struct stat sbuf; | |
| /* Linux will dereference the symlink and fail. | |
| That is better in the sense that it means we will not | |
| have to compile and use the lstat wrapper. */ | |
| return lstat ("conftest.sym/", &sbuf) == 0; | |
| ; | |
| return 0; | |
| } | |
configure:16178: result: no | |
configure:16197: checking whether stat accepts an empty string | |
configure:16227: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16231: $? = 0 | |
configure:16237: ./conftest | |
configure:16241: $? = 0 | |
configure:16258: result: no | |
configure:16274: checking for working strtod | |
configure:16325: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16329: $? = 0 | |
configure:16335: ./conftest | |
configure:16339: $? = 0 | |
configure:16356: result: yes | |
configure:16532: checking for vprintf | |
configure:16588: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:116:6: warning: incompatible redeclaration of library function 'vprintf' | |
char vprintf (); | |
^ | |
conftest.c:116:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:16595: $? = 0 | |
configure:16617: result: yes | |
configure:16626: checking for _doprnt | |
configure:16682: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__doprnt", referenced from: | |
_main in conftest-aHL4BO.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16689: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _doprnt innocuous__doprnt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _doprnt (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _doprnt | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _doprnt (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub__doprnt || defined __stub____doprnt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _doprnt (); | |
| ; | |
| return 0; | |
| } | |
configure:16709: result: no | |
configure:16723: checking whether strerror_r is declared | |
configure:16752: cc -c -g -O2 conftest.c >&5 | |
configure:16759: $? = 0 | |
configure:16774: result: yes | |
configure:16796: checking for strerror_r | |
configure:16852: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16859: $? = 0 | |
configure:16881: result: yes | |
configure:16893: checking whether strerror_r returns char * | |
configure:16927: cc -c -g -O2 conftest.c >&5 | |
conftest.c:134:13: error: indirection requires pointer operand ('int' invalid) | |
char x = *strerror_r (0, buf, sizeof buf); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
conftest.c:135:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] | |
char *p = strerror_r (0, buf, sizeof buf); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:16934: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| char buf[100]; | |
| char x = *strerror_r (0, buf, sizeof buf); | |
| char *p = strerror_r (0, buf, sizeof buf); | |
| return !p || x; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17013: result: no | |
configure:17027: checking for strftime | |
configure:17083: cc -o conftest -g -O2 conftest.c >&5 | |
configure:17090: $? = 0 | |
configure:17112: result: yes | |
configure:17216: checking for gethostname | |
configure:17272: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17279: $? = 0 | |
configure:17301: result: yes | |
configure:17216: checking for gettimeofday | |
configure:17272: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17279: $? = 0 | |
configure:17301: result: yes | |
configure:17216: checking for localtime_r | |
configure:17272: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17279: $? = 0 | |
configure:17301: result: yes | |
configure:17216: checking for memmove | |
configure:17272: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17279: $? = 0 | |
configure:17301: result: yes | |
configure:17216: checking for memset | |
configure:17272: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17279: $? = 0 | |
configure:17301: result: yes | |
configure:17327: checking for regcomp | |
configure:17383: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17390: $? = 0 | |
configure:17412: result: yes | |
configure:17327: checking for select | |
configure:17383: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17390: $? = 0 | |
configure:17412: result: yes | |
configure:17327: checking for strcasecmp | |
configure:17383: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17390: $? = 0 | |
configure:17412: result: yes | |
configure:17327: checking for strchr | |
configure:17383: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17390: $? = 0 | |
configure:17412: result: yes | |
configure:17327: checking for strdup | |
configure:17383: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17390: $? = 0 | |
configure:17412: result: yes | |
configure:17327: checking for strerror | |
configure:17383: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17390: $? = 0 | |
configure:17412: result: yes | |
configure:17327: checking for strncasecmp | |
configure:17383: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17390: $? = 0 | |
configure:17412: result: yes | |
configure:17436: checking for strrchr | |
configure:17492: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17499: $? = 0 | |
configure:17521: result: yes | |
configure:17436: checking for strstr | |
configure:17492: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17499: $? = 0 | |
configure:17521: result: yes | |
configure:17436: checking for strtol | |
configure:17492: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17499: $? = 0 | |
configure:17521: result: yes | |
configure:17436: checking for strtoul | |
configure:17492: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17499: $? = 0 | |
configure:17521: result: yes | |
configure:17436: checking for uname | |
configure:17492: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17499: $? = 0 | |
configure:17521: result: yes | |
configure:17543: checking for sigaction | |
configure:17599: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17606: $? = 0 | |
configure:17628: result: yes | |
configure:17543: checking for sigprocmask | |
configure:17599: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17606: $? = 0 | |
configure:17628: result: yes | |
configure:17651: checking for ioctl | |
configure:17707: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17714: $? = 0 | |
configure:17736: result: yes | |
configure:17651: checking for tolower | |
configure:17707: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17714: $? = 0 | |
configure:17736: result: yes | |
configure:17651: checking for toupper | |
configure:17707: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17714: $? = 0 | |
configure:17736: result: yes | |
configure:17832: checking for inet_ntoa | |
configure:17888: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:17895: $? = 0 | |
configure:17917: result: yes | |
configure:18018: checking for socket | |
configure:18074: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:18081: $? = 0 | |
configure:18103: result: yes | |
configure:18205: checking for gethostbyname | |
configure:18261: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:18268: $? = 0 | |
configure:18290: result: yes | |
configure:18388: You are running OSX, assuming threadsafe gethostbyname version | |
configure:18400: checking how to run the C++ preprocessor | |
configure:18436: c++ -E conftest.cpp | |
configure:18443: $? = 0 | |
configure:18474: c++ -E conftest.cpp | |
conftest.cpp:122:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:18481: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:18514: result: c++ -E | |
configure:18543: c++ -E conftest.cpp | |
configure:18550: $? = 0 | |
configure:18581: c++ -E conftest.cpp | |
conftest.cpp:122:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:18588: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:18632: checking for gethostbyname_r | |
configure:18688: c++ -o conftest -g -O2 conftest.cpp >&5 | |
Undefined symbols for architecture x86_64: | |
"_gethostbyname_r", referenced from: | |
_main in conftest-8rrZtA.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18695: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gethostbyname_r innocuous_gethostbyname_r | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gethostbyname_r (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef gethostbyname_r | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gethostbyname_r (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gethostbyname_r (); | |
| ; | |
| return 0; | |
| } | |
configure:18717: result: no | |
configure:18744: checking lwres/netdb.h usability | |
configure:18761: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:155:10: fatal error: 'lwres/netdb.h' file not found | |
#include <lwres/netdb.h> | |
^ | |
1 error generated. | |
configure:18768: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <lwres/netdb.h> | |
configure:18782: result: no | |
configure:18786: checking lwres/netdb.h presence | |
configure:18801: c++ -E conftest.cpp | |
conftest.cpp:122:10: fatal error: 'lwres/netdb.h' file not found | |
#include <lwres/netdb.h> | |
^ | |
1 error generated. | |
configure:18808: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| /* end confdefs.h. */ | |
| #include <lwres/netdb.h> | |
configure:18822: result: no | |
configure:18855: checking for lwres/netdb.h | |
configure:18864: result: no | |
configure:18978: checking for if_nameindex | |
configure:19034: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:19041: $? = 0 | |
configure:19063: result: yes | |
configure:19165: checking for if_freenameindex | |
configure:19221: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:19228: $? = 0 | |
configure:19250: result: yes | |
configure:19860: checking for the pthreads library -lpthreads | |
configure:19903: cc -o conftest -g -O2 conftest.c -lpthreads >&5 | |
ld: library not found for -lpthreads | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19910: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:19933: result: no | |
configure:19805: checking whether pthreads work without any flags | |
configure:19903: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19910: $? = 0 | |
configure:19933: result: yes | |
configure:19952: checking for joinable pthread attribute | |
configure:19977: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19984: $? = 0 | |
configure:20004: result: PTHREAD_CREATE_JOINABLE | |
configure:20014: checking if more special flags are required for pthreads | |
configure:20021: result: -D_THREAD_SAFE | |
configure:20239: checking for clock_gettime in -lrt | |
configure:20274: c++ -o conftest -g -O2 conftest.cpp -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20281: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:20302: result: no | |
configure:20312: checking for clock_gettime in -lrt | |
configure:20347: c++ -o conftest -g -O2 -L/opt/local/lib conftest.cpp -lrt >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20354: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:20375: result: no | |
configure:20417: checking for clock_gettime | |
configure:20473: c++ -o conftest -g -O2 conftest.cpp >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-I3GoFu.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20480: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_gettime | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:20500: result: no | |
configure:20737: checking zlib.h usability | |
configure:20754: c++ -c -g -O2 conftest.cpp >&5 | |
configure:20761: $? = 0 | |
configure:20775: result: yes | |
configure:20779: checking zlib.h presence | |
configure:20794: c++ -E conftest.cpp | |
configure:20801: $? = 0 | |
configure:20815: result: yes | |
configure:20848: checking for zlib.h | |
configure:20855: result: yes | |
configure:21150: checking for uncompress in -lz | |
configure:21185: c++ -o conftest -g -O2 conftest.cpp -lz >&5 | |
configure:21192: $? = 0 | |
configure:21213: result: yes | |
configure:21689: checking sqlite3.h usability | |
configure:21706: c++ -c -g -O2 conftest.cpp >&5 | |
configure:21713: $? = 0 | |
configure:21727: result: yes | |
configure:21731: checking sqlite3.h presence | |
configure:21746: c++ -E conftest.cpp | |
configure:21753: $? = 0 | |
configure:21767: result: yes | |
configure:21800: checking for sqlite3.h | |
configure:21807: result: yes | |
configure:22102: checking for sqlite3_open in -lsqlite3 | |
configure:22137: c++ -o conftest -g -O2 conftest.cpp -lsqlite3 >&5 | |
configure:22144: $? = 0 | |
configure:22165: result: yes | |
configure:22415: checking for mysql_config | |
configure:22446: result: none | |
configure:22458: checking for mysql_config | |
configure:22489: result: none | |
configure:22499: result: mysql_config not found, please install the mysql devel package | |
configure:22506: none could not be executed or returned invalid values | |
configure:23335: checking jsapi.h usability | |
configure:23352: c++ -c -g -O2 -DXP_UNIX -DXP_UNIX conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23359: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23373: result: no | |
configure:23377: checking jsapi.h presence | |
configure:23392: c++ -E -DXP_UNIX conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23399: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23413: result: no | |
configure:23446: checking for jsapi.h | |
configure:23453: result: no | |
configure:23475: checking checking alternative libjs header location: /opt/local/include | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/opt/local/include -DXP_UNIX -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/opt/local/include conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/include/js | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/include/js -DXP_UNIX -I/usr/include/js conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/include/js conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/include/smjs | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/include/smjs -DXP_UNIX -I/usr/include/smjs conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/include/smjs conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/include/mozjs | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/include/mozjs -DXP_UNIX -I/usr/include/mozjs conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/include/mozjs conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/local/include/js | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/local/include/js -DXP_UNIX -I/usr/local/include/js conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/local/include/js conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/local/include/smjs | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/local/include/smjs -DXP_UNIX -I/usr/local/include/smjs conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/local/include/smjs conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/local/include/mozjs | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/local/include/mozjs -DXP_UNIX -I/usr/local/include/mozjs conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/local/include/mozjs conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/include/spidermonkey | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/include/spidermonkey -DXP_UNIX -I/usr/include/spidermonkey conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/include/spidermonkey conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /usr/local/include/spidermonkey | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/usr/local/include/spidermonkey -DXP_UNIX -I/usr/local/include/spidermonkey conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/usr/local/include/spidermonkey conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /opt/local/include/js | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/opt/local/include/js -DXP_UNIX -I/opt/local/include/js conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/opt/local/include/js conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /opt/local/include/smjs | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/opt/local/include/smjs -DXP_UNIX -I/opt/local/include/smjs conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/opt/local/include/smjs conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /opt/local/include/mozjs | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/opt/local/include/mozjs -DXP_UNIX -I/opt/local/include/mozjs conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/opt/local/include/mozjs conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23475: checking checking alternative libjs header location: /opt/local/include/spidermonkey | |
configure:23490: checking jsapi.h usability | |
configure:23507: c++ -c -DXP_UNIX -I/opt/local/include/spidermonkey -DXP_UNIX -I/opt/local/include/spidermonkey conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <jsapi.h> | |
configure:23528: result: no | |
configure:23532: checking jsapi.h presence | |
configure:23547: c++ -E -DXP_UNIX -I/opt/local/include/spidermonkey conftest.cpp | |
conftest.cpp:130:10: fatal error: 'jsapi.h' file not found | |
#include <jsapi.h> | |
^ | |
1 error generated. | |
configure:23554: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:23568: result: no | |
configure:23601: checking for jsapi.h | |
configure:23608: result: no | |
configure:23630: result: not found, giving up | |
configure:24682: checking magic.h usability | |
configure:24699: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'magic.h' file not found | |
#include <magic.h> | |
^ | |
1 error generated. | |
configure:24706: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <magic.h> | |
configure:24720: result: no | |
configure:24724: checking magic.h presence | |
configure:24739: c++ -E conftest.cpp | |
conftest.cpp:130:10: fatal error: 'magic.h' file not found | |
#include <magic.h> | |
^ | |
1 error generated. | |
configure:24746: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <magic.h> | |
configure:24760: result: no | |
configure:24793: checking for magic.h | |
configure:24800: result: no | |
configure:24825: checking /opt/local/include/magic.h usability | |
configure:24842: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: '/opt/local/include/magic.h' file not found | |
#include </opt/local/include/magic.h> | |
^ | |
1 error generated. | |
configure:24849: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/magic.h> | |
configure:24863: result: no | |
configure:24867: checking /opt/local/include/magic.h presence | |
configure:24882: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:130:10: fatal error: '/opt/local/include/magic.h' file not found | |
#include </opt/local/include/magic.h> | |
^ | |
1 error generated. | |
configure:24889: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/magic.h> | |
configure:24903: result: no | |
configure:24936: checking for /opt/local/include/magic.h | |
configure:24945: result: no | |
configure:26401: retrying libmagic check with zlib flags | |
configure:26605: checking magic.h usability | |
configure:26622: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'magic.h' file not found | |
#include <magic.h> | |
^ | |
1 error generated. | |
configure:26629: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <magic.h> | |
configure:26643: result: no | |
configure:26647: checking magic.h presence | |
configure:26662: c++ -E conftest.cpp | |
conftest.cpp:130:10: fatal error: 'magic.h' file not found | |
#include <magic.h> | |
^ | |
1 error generated. | |
configure:26669: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <magic.h> | |
configure:26683: result: no | |
configure:26716: checking for magic.h | |
configure:26723: result: no | |
configure:26737: checking for /opt/local/include/magic.h | |
configure:26744: result: no | |
configure:27471: checking for taglib-config | |
configure:27502: result: none | |
configure:27514: checking for taglib-config | |
configure:27545: result: none | |
configure:27555: result: taglib-config not found, please install the taglib devel package | |
configure:27562: none could not be executed or returned invalid values | |
configure:28196: checking id3/tag.h usability | |
configure:28213: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'id3/tag.h' file not found | |
#include <id3/tag.h> | |
^ | |
1 error generated. | |
configure:28220: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <id3/tag.h> | |
configure:28234: result: no | |
configure:28238: checking id3/tag.h presence | |
configure:28253: c++ -E conftest.cpp | |
conftest.cpp:130:10: fatal error: 'id3/tag.h' file not found | |
#include <id3/tag.h> | |
^ | |
1 error generated. | |
configure:28260: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <id3/tag.h> | |
configure:28274: result: no | |
configure:28307: checking for id3/tag.h | |
configure:28314: result: no | |
configure:28339: checking /opt/local/include/id3/tag.h usability | |
configure:28356: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: '/opt/local/include/id3/tag.h' file not found | |
#include </opt/local/include/id3/tag.h> | |
^ | |
1 error generated. | |
configure:28363: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/id3/tag.h> | |
configure:28377: result: no | |
configure:28381: checking /opt/local/include/id3/tag.h presence | |
configure:28396: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:130:10: fatal error: '/opt/local/include/id3/tag.h' file not found | |
#include </opt/local/include/id3/tag.h> | |
^ | |
1 error generated. | |
configure:28403: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/id3/tag.h> | |
configure:28417: result: no | |
configure:28450: checking for /opt/local/include/id3/tag.h | |
configure:28459: result: no | |
configure:29879: retrying id3lib check with zlib flags | |
configure:30083: checking id3/tag.h usability | |
configure:30100: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:163:10: fatal error: 'id3/tag.h' file not found | |
#include <id3/tag.h> | |
^ | |
1 error generated. | |
configure:30107: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <id3/tag.h> | |
configure:30121: result: no | |
configure:30125: checking id3/tag.h presence | |
configure:30140: c++ -E conftest.cpp | |
conftest.cpp:130:10: fatal error: 'id3/tag.h' file not found | |
#include <id3/tag.h> | |
^ | |
1 error generated. | |
configure:30147: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| /* end confdefs.h. */ | |
| #include <id3/tag.h> | |
configure:30161: result: no | |
configure:30194: checking for id3/tag.h | |
configure:30201: result: no | |
configure:30215: checking for /opt/local/include/id3/tag.h | |
configure:30222: result: no | |
configure:30821: Checking for curl (needed for extended external transcoding/YouTube support) | |
configure:30850: checking for curl-config | |
configure:30868: found /usr/bin/curl-config | |
configure:30881: result: /usr/bin/curl-config | |
configure:30945: checking curl cflags | |
configure:30948: result: | |
configure:30951: checking curl libraries | |
configure:30954: result: -lcurl | |
configure:30978: checking curl/curl.h usability | |
configure:30995: c++ -c -g -O2 conftest.cpp >&5 | |
configure:31002: $? = 0 | |
configure:31016: result: yes | |
configure:31020: checking curl/curl.h presence | |
configure:31035: c++ -E conftest.cpp | |
configure:31042: $? = 0 | |
configure:31056: result: yes | |
configure:31089: checking for curl/curl.h | |
configure:31098: result: yes | |
configure:31121: checking for curl_easy_init in -lcurl | |
configure:31156: c++ -o conftest -g -O2 -lcurl conftest.cpp -lcurl -lz -lz >&5 | |
configure:31163: $? = 0 | |
configure:31184: result: yes | |
configure:31577: checking ffmpeg/avformat.h usability | |
configure:31594: cc -c -g -O2 conftest.c >&5 | |
conftest.c:166:10: fatal error: 'ffmpeg/avformat.h' file not found | |
#include <ffmpeg/avformat.h> | |
^ | |
1 error generated. | |
configure:31601: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <ffmpeg/avformat.h> | |
configure:31615: result: no | |
configure:31619: checking ffmpeg/avformat.h presence | |
configure:31634: cc -E conftest.c | |
conftest.c:133:10: fatal error: 'ffmpeg/avformat.h' file not found | |
#include <ffmpeg/avformat.h> | |
^ | |
1 error generated. | |
configure:31641: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| /* end confdefs.h. */ | |
| #include <ffmpeg/avformat.h> | |
configure:31655: result: no | |
configure:31688: checking for ffmpeg/avformat.h | |
configure:31695: result: no | |
configure:31720: checking /opt/local/include/ffmpeg/avformat.h usability | |
configure:31737: cc -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.c >&5 | |
conftest.c:166:10: fatal error: '/opt/local/include/ffmpeg/avformat.h' file not found | |
#include </opt/local/include/ffmpeg/avformat.h> | |
^ | |
1 error generated. | |
configure:31744: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/ffmpeg/avformat.h> | |
configure:31758: result: no | |
configure:31762: checking /opt/local/include/ffmpeg/avformat.h presence | |
configure:31777: cc -E -I/opt/local/include conftest.c | |
conftest.c:133:10: fatal error: '/opt/local/include/ffmpeg/avformat.h' file not found | |
#include </opt/local/include/ffmpeg/avformat.h> | |
^ | |
1 error generated. | |
configure:31784: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/ffmpeg/avformat.h> | |
configure:31798: result: no | |
configure:31831: checking for /opt/local/include/ffmpeg/avformat.h | |
configure:31840: result: no | |
configure:32081: checking libavformat/avformat.h usability | |
configure:32098: cc -c -g -O2 conftest.c >&5 | |
configure:32105: $? = 0 | |
configure:32119: result: yes | |
configure:32123: checking libavformat/avformat.h presence | |
configure:32138: cc -E conftest.c | |
configure:32145: $? = 0 | |
configure:32159: result: yes | |
configure:32192: checking for libavformat/avformat.h | |
configure:32199: result: yes | |
configure:33545: checking for av_register_all in -lavformat | |
configure:33580: cc -o conftest -g -O2 conftest.c -lavformat -lcurl -lz -lz >&5 | |
configure:33587: $? = 0 | |
configure:33608: result: yes | |
configure:33834: checking for av_log_set_callback in -lavutil | |
configure:33869: cc -o conftest -g -O2 conftest.c -lavutil -lcurl -lz -lz >&5 | |
configure:33876: $? = 0 | |
configure:33897: result: yes | |
configure:34282: checking libffmpegthumbnailer/videothumbnailerc.h usability | |
configure:34299: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:168:10: fatal error: 'libffmpegthumbnailer/videothumbnailerc.h' file not found | |
#include <libffmpegthumbnailer/videothumbnailerc.h> | |
^ | |
1 error generated. | |
configure:34306: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libffmpegthumbnailer/videothumbnailerc.h> | |
configure:34320: result: no | |
configure:34324: checking libffmpegthumbnailer/videothumbnailerc.h presence | |
configure:34339: c++ -E conftest.cpp | |
conftest.cpp:135:10: fatal error: 'libffmpegthumbnailer/videothumbnailerc.h' file not found | |
#include <libffmpegthumbnailer/videothumbnailerc.h> | |
^ | |
1 error generated. | |
configure:34346: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <libffmpegthumbnailer/videothumbnailerc.h> | |
configure:34360: result: no | |
configure:34393: checking for libffmpegthumbnailer/videothumbnailerc.h | |
configure:34400: result: no | |
configure:34425: checking /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h usability | |
configure:34442: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:168:10: fatal error: '/opt/local/include/libffmpegthumbnailer/videothumbnailerc.h' file not found | |
#include </opt/local/include/libffmpegthumbnailer/videothumbnailerc.h> | |
^ | |
1 error generated. | |
configure:34449: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/libffmpegthumbnailer/videothumbnailerc.h> | |
configure:34463: result: no | |
configure:34467: checking /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h presence | |
configure:34482: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:135:10: fatal error: '/opt/local/include/libffmpegthumbnailer/videothumbnailerc.h' file not found | |
#include </opt/local/include/libffmpegthumbnailer/videothumbnailerc.h> | |
^ | |
1 error generated. | |
configure:34489: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/libffmpegthumbnailer/videothumbnailerc.h> | |
configure:34503: result: no | |
configure:34536: checking for /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h | |
configure:34545: result: no | |
configure:35131: checking libffmpegthumbnailer/videothumbnailerc.h usability | |
configure:35148: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:168:10: fatal error: 'libffmpegthumbnailer/videothumbnailerc.h' file not found | |
#include <libffmpegthumbnailer/videothumbnailerc.h> | |
^ | |
1 error generated. | |
configure:35155: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libffmpegthumbnailer/videothumbnailerc.h> | |
configure:35169: result: no | |
configure:35173: checking libffmpegthumbnailer/videothumbnailerc.h presence | |
configure:35188: c++ -E conftest.cpp | |
conftest.cpp:135:10: fatal error: 'libffmpegthumbnailer/videothumbnailerc.h' file not found | |
#include <libffmpegthumbnailer/videothumbnailerc.h> | |
^ | |
1 error generated. | |
configure:35195: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <libffmpegthumbnailer/videothumbnailerc.h> | |
configure:35209: result: no | |
configure:35242: checking for libffmpegthumbnailer/videothumbnailerc.h | |
configure:35249: result: no | |
configure:35263: checking for /opt/local/include/libffmpegthumbnailer/videothumbnailerc.h | |
configure:35270: result: no | |
configure:36009: checking lastfmlib/lastfmscrobbler.h usability | |
configure:36026: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:168:10: fatal error: 'lastfmlib/lastfmscrobbler.h' file not found | |
#include <lastfmlib/lastfmscrobbler.h> | |
^ | |
1 error generated. | |
configure:36033: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <lastfmlib/lastfmscrobbler.h> | |
configure:36047: result: no | |
configure:36051: checking lastfmlib/lastfmscrobbler.h presence | |
configure:36066: c++ -E conftest.cpp | |
conftest.cpp:135:10: fatal error: 'lastfmlib/lastfmscrobbler.h' file not found | |
#include <lastfmlib/lastfmscrobbler.h> | |
^ | |
1 error generated. | |
configure:36073: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <lastfmlib/lastfmscrobbler.h> | |
configure:36087: result: no | |
configure:36120: checking for lastfmlib/lastfmscrobbler.h | |
configure:36127: result: no | |
configure:36152: checking /opt/local/include/lastfmlib/lastfmscrobbler.h usability | |
configure:36169: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:168:10: fatal error: '/opt/local/include/lastfmlib/lastfmscrobbler.h' file not found | |
#include </opt/local/include/lastfmlib/lastfmscrobbler.h> | |
^ | |
1 error generated. | |
configure:36176: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/lastfmlib/lastfmscrobbler.h> | |
configure:36190: result: no | |
configure:36194: checking /opt/local/include/lastfmlib/lastfmscrobbler.h presence | |
configure:36209: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:135:10: fatal error: '/opt/local/include/lastfmlib/lastfmscrobbler.h' file not found | |
#include </opt/local/include/lastfmlib/lastfmscrobbler.h> | |
^ | |
1 error generated. | |
configure:36216: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/lastfmlib/lastfmscrobbler.h> | |
configure:36230: result: no | |
configure:36263: checking for /opt/local/include/lastfmlib/lastfmscrobbler.h | |
configure:36272: result: no | |
configure:37685: checking libexif/exif-content.h usability | |
configure:37702: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:168:10: fatal error: 'libexif/exif-content.h' file not found | |
#include <libexif/exif-content.h> | |
^ | |
1 error generated. | |
configure:37709: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libexif/exif-content.h> | |
configure:37723: result: no | |
configure:37727: checking libexif/exif-content.h presence | |
configure:37742: c++ -E conftest.cpp | |
conftest.cpp:135:10: fatal error: 'libexif/exif-content.h' file not found | |
#include <libexif/exif-content.h> | |
^ | |
1 error generated. | |
configure:37749: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <libexif/exif-content.h> | |
configure:37763: result: no | |
configure:37796: checking for libexif/exif-content.h | |
configure:37803: result: no | |
configure:37828: checking /opt/local/include/libexif/exif-content.h usability | |
configure:37845: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:168:10: fatal error: '/opt/local/include/libexif/exif-content.h' file not found | |
#include </opt/local/include/libexif/exif-content.h> | |
^ | |
1 error generated. | |
configure:37852: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/libexif/exif-content.h> | |
configure:37866: result: no | |
configure:37870: checking /opt/local/include/libexif/exif-content.h presence | |
configure:37885: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:135:10: fatal error: '/opt/local/include/libexif/exif-content.h' file not found | |
#include </opt/local/include/libexif/exif-content.h> | |
^ | |
1 error generated. | |
configure:37892: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/libexif/exif-content.h> | |
configure:37906: result: no | |
configure:37939: checking for /opt/local/include/libexif/exif-content.h | |
configure:37948: result: no | |
configure:38645: checking expat.h usability | |
configure:38662: c++ -c -g -O2 conftest.cpp >&5 | |
configure:38669: $? = 0 | |
configure:38683: result: yes | |
configure:38687: checking expat.h presence | |
configure:38702: c++ -E conftest.cpp | |
configure:38709: $? = 0 | |
configure:38723: result: yes | |
configure:38756: checking for expat.h | |
configure:38763: result: yes | |
configure:39058: checking for XML_ParserCreate in -lexpat | |
configure:39093: c++ -o conftest -g -O2 conftest.cpp -lexpat -lcurl -lz -lz >&5 | |
configure:39100: $? = 0 | |
configure:39121: result: yes | |
configure:39457: checking mp4v2/mp4v2.h usability | |
configure:39474: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:169:10: fatal error: 'mp4v2/mp4v2.h' file not found | |
#include <mp4v2/mp4v2.h> | |
^ | |
1 error generated. | |
configure:39481: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <mp4v2/mp4v2.h> | |
configure:39495: result: no | |
configure:39499: checking mp4v2/mp4v2.h presence | |
configure:39514: c++ -E conftest.cpp | |
conftest.cpp:136:10: fatal error: 'mp4v2/mp4v2.h' file not found | |
#include <mp4v2/mp4v2.h> | |
^ | |
1 error generated. | |
configure:39521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <mp4v2/mp4v2.h> | |
configure:39535: result: no | |
configure:39568: checking for mp4v2/mp4v2.h | |
configure:39575: result: no | |
configure:39600: checking /opt/local/include/mp4v2/mp4v2.h usability | |
configure:39617: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:169:10: fatal error: '/opt/local/include/mp4v2/mp4v2.h' file not found | |
#include </opt/local/include/mp4v2/mp4v2.h> | |
^ | |
1 error generated. | |
configure:39624: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/mp4v2/mp4v2.h> | |
configure:39638: result: no | |
configure:39642: checking /opt/local/include/mp4v2/mp4v2.h presence | |
configure:39657: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:136:10: fatal error: '/opt/local/include/mp4v2/mp4v2.h' file not found | |
#include </opt/local/include/mp4v2/mp4v2.h> | |
^ | |
1 error generated. | |
configure:39664: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/mp4v2/mp4v2.h> | |
configure:39678: result: no | |
configure:39711: checking for /opt/local/include/mp4v2/mp4v2.h | |
configure:39720: result: no | |
configure:40002: checking mp4.h usability | |
configure:40019: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:169:10: fatal error: 'mp4.h' file not found | |
#include <mp4.h> | |
^ | |
1 error generated. | |
configure:40026: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <mp4.h> | |
configure:40040: result: no | |
configure:40044: checking mp4.h presence | |
configure:40059: c++ -E conftest.cpp | |
conftest.cpp:136:10: fatal error: 'mp4.h' file not found | |
#include <mp4.h> | |
^ | |
1 error generated. | |
configure:40066: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <mp4.h> | |
configure:40080: result: no | |
configure:40113: checking for mp4.h | |
configure:40122: result: no | |
configure:40149: checking /opt/local/include/mp4.h usability | |
configure:40166: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:169:10: fatal error: '/opt/local/include/mp4.h' file not found | |
#include </opt/local/include/mp4.h> | |
^ | |
1 error generated. | |
configure:40173: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/mp4.h> | |
configure:40187: result: no | |
configure:40191: checking /opt/local/include/mp4.h presence | |
configure:40206: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:136:10: fatal error: '/opt/local/include/mp4.h' file not found | |
#include </opt/local/include/mp4.h> | |
^ | |
1 error generated. | |
configure:40213: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/mp4.h> | |
configure:40227: result: no | |
configure:40260: checking for /opt/local/include/mp4.h | |
configure:40269: result: no | |
configure:41004: checking sys/inotify.h usability | |
configure:41021: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:169:10: fatal error: 'sys/inotify.h' file not found | |
#include <sys/inotify.h> | |
^ | |
1 error generated. | |
configure:41028: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/inotify.h> | |
configure:41042: result: no | |
configure:41046: checking sys/inotify.h presence | |
configure:41061: c++ -E conftest.cpp | |
conftest.cpp:136:10: fatal error: 'sys/inotify.h' file not found | |
#include <sys/inotify.h> | |
^ | |
1 error generated. | |
configure:41068: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <sys/inotify.h> | |
configure:41082: result: no | |
configure:41115: checking for sys/inotify.h | |
configure:41122: result: no | |
configure:41147: checking /opt/local/include/sys/inotify.h usability | |
configure:41164: c++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 | |
conftest.cpp:169:10: fatal error: '/opt/local/include/sys/inotify.h' file not found | |
#include </opt/local/include/sys/inotify.h> | |
^ | |
1 error generated. | |
configure:41171: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include </opt/local/include/sys/inotify.h> | |
configure:41185: result: no | |
configure:41189: checking /opt/local/include/sys/inotify.h presence | |
configure:41204: c++ -E -I/opt/local/include conftest.cpp | |
conftest.cpp:136:10: fatal error: '/opt/local/include/sys/inotify.h' file not found | |
#include </opt/local/include/sys/inotify.h> | |
^ | |
1 error generated. | |
configure:41211: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "MediaTomb" | |
| #define PACKAGE_TARNAME "mediatomb" | |
| #define PACKAGE_VERSION "0.12.1" | |
| #define PACKAGE_STRING "MediaTomb 0.12.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "mediatomb" | |
| #define VERSION "0.12.1" | |
| #define ATOMIC_X86_SMP 1 | |
| #define ENABLE_SIGHUP 1 | |
| #define EXTEND_PROTOCOLINFO 1 | |
| #define UPNP_VERSION_STRING "0.12.1" | |
| #define UPNP_VERSION_MAJOR 0 | |
| #define UPNP_VERSION_MINOR 4 | |
| #define UPNP_VERSION_PATCH 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 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__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
| #define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
| #define HAVE_MKDIR 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_MKFIFO 1 | |
| #define EXTERNAL_TRANSCODING 1 | |
| #define HAVE_LIBICONV 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_TIME_T 1 | |
| #define HAVE_FSEEKO 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_BACKTRACE_SYMBOLS 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_LONG_MAX 1 | |
| #define MAXLLONG LLONG_MAX | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SELECT_TYPE_ARG1 int | |
| #define SELECT_TYPE_ARG234 (fd_set *) | |
| #define SELECT_TYPE_ARG5 (struct timeval *) | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_IOCTL 1 | |
| #define HAVE_TOLOWER 1 | |
| #define HAVE_TOUPPER 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_IF_NAMEINDEX 1 | |
| #define HAVE_IF_FREENAMEINDEX 1 | |
| #define UPNP_HAVE_DEVICE 1 | |
| #define UPNP_HAVE_WEBSERVER 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_ZLIB 1 | |
| #define AUTO_CREATE_DATABASE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_CURL 1 | |
| #define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
| #define HAVE_FFMPEG 1 | |
| #define HAVE_EXPAT 1 | |
| /* end confdefs.h. */ | |
| #include </opt/local/include/sys/inotify.h> | |
configure:41225: result: no | |
configure:41258: checking for /opt/local/include/sys/inotify.h | |
configure:41267: result: no | |
configure:41987: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by MediaTomb config.status 0.12.1, which was | |
generated by GNU Autoconf 2.63. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on NickelMac.local | |
config.status:1075: creating Makefile | |
config.status:1075: creating build/Makefile | |
config.status:1075: creating doc/Makefile | |
config.status:1075: creating scripts/Makefile | |
config.status:1075: creating scripts/js/Makefile | |
config.status:1075: creating scripts/mediatomb-service-optware | |
config.status:1075: creating tombupnp/Makefile | |
config.status:1075: creating tombupnp/build/Makefile | |
config.status:1075: creating web/Makefile | |
config.status:1075: creating config/Makefile | |
config.status:1075: creating artwork/Makefile | |
config.status:1075: creating mediatomb.spec | |
config.status:1075: creating autoconfig.h | |
config.status:1075: creating tombupnp/upnp/inc/upnpconfig.h | |
config.status:1297: tombupnp/upnp/inc/upnpconfig.h is unchanged | |
config.status:1349: executing depfiles commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin12.2.1 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_int64_t=yes | |
ac_cv_c_uint32_t=yes | |
ac_cv_c_volatile=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
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_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
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_func__doprnt=no | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_backtrace=yes | |
ac_cv_func_backtrace_symbols=yes | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_closedir_void=no | |
ac_cv_func_fork=yes | |
ac_cv_func_fork_works=yes | |
ac_cv_func_gethostbyname=yes | |
ac_cv_func_gethostbyname_r=no | |
ac_cv_func_gethostname=yes | |
ac_cv_func_getopt_long=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_iconv=no | |
ac_cv_func_if_freenameindex=yes | |
ac_cv_func_if_nameindex=yes | |
ac_cv_func_inet_ntoa=yes | |
ac_cv_func_ioctl=yes | |
ac_cv_func_localtime_r=yes | |
ac_cv_func_lstat_dereferences_slashed_symlink=no | |
ac_cv_func_malloc_0_nonnull=yes | |
ac_cv_func_memcmp_working=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_memset=yes | |
ac_cv_func_mkdir=yes | |
ac_cv_func_mkfifo=yes | |
ac_cv_func_nl_langinfo=yes | |
ac_cv_func_realloc_0_nonnull=yes | |
ac_cv_func_regcomp=yes | |
ac_cv_func_sched_get_priority_max=yes | |
ac_cv_func_sched_get_priority_min=yes | |
ac_cv_func_sched_getparam=no | |
ac_cv_func_sched_setparam=no | |
ac_cv_func_select=yes | |
ac_cv_func_select_args='int,fd_set *,struct timeval *' | |
ac_cv_func_setlocale=yes | |
ac_cv_func_sigaction=yes | |
ac_cv_func_sigprocmask=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_stat_empty_string_bug=no | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strchr=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strerror_r=yes | |
ac_cv_func_strerror_r_char_p=no | |
ac_cv_func_strftime=yes | |
ac_cv_func_strncasecmp=yes | |
ac_cv_func_strrchr=yes | |
ac_cv_func_strstr=yes | |
ac_cv_func_strtod=yes | |
ac_cv_func_strtol=yes | |
ac_cv_func_strtoll=yes | |
ac_cv_func_strtoul=yes | |
ac_cv_func_tolower=yes | |
ac_cv_func_toupper=yes | |
ac_cv_func_uname=yes | |
ac_cv_func_vfork=yes | |
ac_cv_func_vfork_works=yes | |
ac_cv_func_vprintf=yes | |
ac_cv_have_decl_LLONG_MAX=yes | |
ac_cv_have_decl_LONG_MAX=yes | |
ac_cv_have_decl_strerror_r=yes | |
ac_cv_header__opt_local_include_ffmpeg_avformat_h=no | |
ac_cv_header__opt_local_include_id3_tag_h=no | |
ac_cv_header__opt_local_include_lastfmlib_lastfmscrobbler_h=no | |
ac_cv_header__opt_local_include_libexif_exif_content_h=no | |
ac_cv_header__opt_local_include_libffmpegthumbnailer_videothumbnailerc_h=no | |
ac_cv_header__opt_local_include_magic_h=no | |
ac_cv_header__opt_local_include_mp4_h=no | |
ac_cv_header__opt_local_include_mp4v2_mp4v2_h=no | |
ac_cv_header__opt_local_include_sys_inotify_h=no | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_ctype_h=yes | |
ac_cv_header_curl_curl_h=yes | |
ac_cv_header_dirent_dirent_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_expat_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_iconv_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_jsapi_h=no | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_libavformat_avformat_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_locale_h=yes | |
ac_cv_header_lwres_netdb_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_mp4_h=no | |
ac_cv_header_netdb_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_sched_h=yes | |
ac_cv_header_sqlite3_h=yes | |
ac_cv_header_stat_broken=no | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=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_file_h=yes | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_utsname_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_syslog_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_time_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_vfork_h=no | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=x86_64-apple-darwin12.2.1 | |
ac_cv_lib_avformat_av_register_all=yes | |
ac_cv_lib_avutil_av_log_set_callback=yes | |
ac_cv_lib_curl_curl_easy_init=yes | |
ac_cv_lib_error_at_line=no | |
ac_cv_lib_expat_XML_ParserCreate=yes | |
ac_cv_lib_iconv_iconv=yes | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_lib_sqlite3_sqlite3_open=yes | |
ac_cv_lib_z_uncompress=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_curlconfig=/usr/bin/curl-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_mt_mysql_config=none | |
ac_cv_path_mt_taglib_config=none | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_cc_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_gcc_traditional=no | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_opendir='none required' | |
ac_cv_sizeof_off_t=8 | |
ac_cv_sizeof_size_t=8 | |
ac_cv_sizeof_time_t=8 | |
ac_cv_sizeof_unsigned_int=4 | |
ac_cv_sizeof_unsigned_long=8 | |
ac_cv_struct_tm=time.h | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_sys_largefile_source=no | |
ac_cv_type__Bool=yes | |
ac_cv_type_off_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_signal=void | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_time_t=yes | |
ac_cv_working_alloca_h=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/mediatomb-Qf1J/mediatomb-0.12.1/configure_aux/missing --run aclocal-1.11' | |
ALLOCA='' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/mediatomb-Qf1J/mediatomb-0.12.1/configure_aux/missing --run tar' | |
ATOMIC_OPTION_ENABLED='yes' | |
ATOMIC_OPTION_REQUESTED='no' | |
ATOMIC_X86_SINGLE_OPTION_ENABLED='no' | |
ATOMIC_X86_SINGLE_OPTION_REQUESTED='no' | |
AUTOCONF='${SHELL} /private/tmp/mediatomb-Qf1J/mediatomb-0.12.1/configure_aux/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/mediatomb-Qf1J/mediatomb-0.12.1/configure_aux/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/mediatomb-Qf1J/mediatomb-0.12.1/configure_aux/missing --run automake-1.11' | |
AVFORMAT_CFLAGS='' | |
AVFORMAT_LDFLAGS='' | |
AVFORMAT_LIBS='-lavformat' | |
AVFORMAT_STATUS='yes' | |
AVUTIL_LDFLAGS='' | |
AVUTIL_LIBS='-lavutil' | |
AVUTIL_STATUS='yes' | |
AWK='awk' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='cc -E' | |
CPPFLAGS='' | |
CURL_CFLAGS='' | |
CURL_LIBS='-lcurl' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DB_AUTOCREATE_OPTION_ENABLED='yes' | |
DB_AUTOCREATE_OPTION_REQUESTED='no' | |
DEBUG_LOG_OPTION_ENABLED='yes' | |
DEBUG_LOG_OPTION_REQUESTED='no' | |
DEBUG_MALLOC0_OPTION_ENABLED='no' | |
DEBUG_MALLOC0_OPTION_REQUESTED='no' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
EXPAT_CFLAGS='' | |
EXPAT_LDFLAGS='' | |
EXPAT_LIBS='-lexpat' | |
EXPAT_STATUS='yes' | |
EXTERNAL_TRANSCODING_OPTION_ENABLED='yes' | |
EXTERNAL_TRANSCODING_OPTION_REQUESTED='no' | |
FFMPEGTHUMBNAILER_CFLAGS='' | |
FFMPEGTHUMBNAILER_LDFLAGS='' | |
FFMPEGTHUMBNAILER_LIBS='' | |
FFMPEGTHUMBNAILER_OPTION_ENABLED='yes' | |
FFMPEGTHUMBNAILER_OPTION_REQUESTED='no' | |
FFMPEGTHUMBNAILER_STATUS='missing' | |
FFMPEG_CFLAGS=' ' | |
FFMPEG_LDFLAGS=' ' | |
FFMPEG_LIBS='-lavformat -lavutil' | |
FFMPEG_OPTION_ENABLED='yes' | |
FFMPEG_OPTION_REQUESTED='no' | |
FSEEKO_CHECK_OPTION_ENABLED='yes' | |
FSEEKO_CHECK_OPTION_REQUESTED='no' | |
GREP='/usr/bin/grep' | |
ICONV_CXXFLAGS='' | |
ICONV_LIBS=' -liconv' | |
ICONV_LIB_OPTION_ENABLED='no' | |
ICONV_LIB_OPTION_REQUESTED='no' | |
ID3LIB_CFLAGS='' | |
ID3LIB_LDFLAGS='' | |
ID3LIB_LIBS='' | |
ID3LIB_OPTION_ENABLED='yes' | |
ID3LIB_OPTION_REQUESTED='no' | |
ID3LIB_STATUS='disabled' | |
ID3LIB_VERSION='' | |
INOTIFY_CFLAGS='' | |
INOTIFY_OPTION_ENABLED='yes' | |
INOTIFY_OPTION_REQUESTED='no' | |
INOTIFY_STATUS='missing' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
JS_CXXFLAGS='' | |
JS_LIBS='' | |
LASTFMLIB_CFLAGS='' | |
LASTFMLIB_LDFLAGS='' | |
LASTFMLIB_LIBS='' | |
LASTFMLIB_OPTION_ENABLED='yes' | |
LASTFMLIB_OPTION_REQUESTED='no' | |
LASTFMLIB_STATUS='missing' | |
LDFLAGS=' ' | |
LIBEXIF_CFLAGS='' | |
LIBEXIF_LDFLAGS='' | |
LIBEXIF_LIBS='' | |
LIBEXIF_OPTION_ENABLED='yes' | |
LIBEXIF_OPTION_REQUESTED='no' | |
LIBEXIF_STATUS='missing' | |
LIBEXTRACTOR_CFLAGS='' | |
LIBEXTRACTOR_LIBS='' | |
LIBEXTRACTOR_OPTION_ENABLED='no' | |
LIBEXTRACTOR_OPTION_REQUESTED='no' | |
LIBEXTRACTOR_STATUS='disabled' | |
LIBEXTRACTOR_VERSION='' | |
LIBMAGIC_CFLAGS='' | |
LIBMAGIC_LDFLAGS='' | |
LIBMAGIC_LIBS='' | |
LIBMAGIC_OPTION_ENABLED='yes' | |
LIBMAGIC_OPTION_REQUESTED='no' | |
LIBMAGIC_STATUS='missing' | |
LIBMAGIC_VERSION='' | |
LIBMP4V2_CFLAGS='' | |
LIBMP4V2_LDFLAGS='' | |
LIBMP4V2_LIBS='' | |
LIBMP4V2_OPTION_ENABLED='yes' | |
LIBMP4V2_OPTION_REQUESTED='no' | |
LIBMP4V2_STATUS='missing' | |
LIBOBJS=' ${LIBOBJDIR}error$U.o ${LIBOBJDIR}lstat$U.o' | |
LIBS='-lcurl -lz -lz' | |
LOG_OPTION_ENABLED='yes' | |
LOG_OPTION_REQUESTED='no' | |
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}lstat$U.lo' | |
LWRES_LIBS='' | |
MAKEINFO='${SHELL} /private/tmp/mediatomb-Qf1J/mediatomb-0.12.1/configure_aux/missing --run makeinfo' | |
MKDIR_P='configure_aux/install-sh -c -d' | |
MRREG_SERVICE_OPTION_ENABLED='no' | |
MRREG_SERVICE_OPTION_REQUESTED='no' | |
MT_SEARCHPATH='/opt/local' | |
MT_SEARCHPATH_HEADERS='/opt/local/include' | |
MT_SEARCHPATH_LIBS='/opt/local/lib' | |
MT_SEARCHPATH_PROGS='/opt/local/bin' | |
MYSQL_CFLAGS='' | |
MYSQL_LIBS='' | |
MYSQL_OPTION_ENABLED='yes' | |
MYSQL_OPTION_REQUESTED='no' | |
MYSQL_STATUS='missing' | |
MYSQL_VERSION='' | |
NSL_LIBS='' | |
OBJEXT='o' | |
PACKAGE='mediatomb' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='MediaTomb' | |
PACKAGE_STRING='MediaTomb 0.12.1' | |
PACKAGE_TARNAME='mediatomb' | |
PACKAGE_VERSION='0.12.1' | |
PATH_SEPARATOR=':' | |
POW_LIB='' | |
PROTOCOLINFO_EXTENSION_OPTION_ENABLED='yes' | |
PROTOCOLINFO_EXTENSION_OPTION_REQUESTED='no' | |
PTHREAD_CC='cc' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE ' | |
PTHREAD_LDFLAGS='' | |
PTHREAD_LIBS='' | |
PTHREAD_LIB_OPTION_ENABLED='no' | |
PTHREAD_LIB_OPTION_REQUESTED='no' | |
PTHREAD_STATUS='' | |
RANLIB='ranlib' | |
RT_LDFLAGS='' | |
RT_LIBS='' | |
RT_STATUS='missing' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SQLITE3_CFLAGS='' | |
SQLITE3_LDFLAGS='' | |
SQLITE3_LIBS='-lsqlite3' | |
SQLITE3_OPTION_ENABLED='yes' | |
SQLITE3_OPTION_REQUESTED='no' | |
SQLITE3_STATUS='yes' | |
SQLITE_BACKUP_DEFAULTS_OPTION_ENABLED='no' | |
SQLITE_BACKUP_DEFAULTS_OPTION_REQUESTED='no' | |
STATIC_OPTION_ENABLED='no' | |
STATIC_OPTION_REQUESTED='no' | |
STRIP='' | |
TAGLIB_CFLAGS='' | |
TAGLIB_LIBS='' | |
TAGLIB_OPTION_ENABLED='yes' | |
TAGLIB_OPTION_REQUESTED='no' | |
TAGLIB_STATUS='missing' | |
TAGLIB_VERSION='' | |
TOMBDEBUG_OPTION_ENABLED='no' | |
TOMBDEBUG_OPTION_REQUESTED='no' | |
UPNPDEBUG_OPTION_ENABLED='no' | |
UPNPDEBUG_OPTION_REQUESTED='no' | |
VERSION='0.12.1' | |
YOUTUBE_OPTION_ENABLED='yes' | |
YOUTUBE_OPTION_REQUESTED='no' | |
ZLIB_CFLAGS='' | |
ZLIB_LDFLAGS='' | |
ZLIB_LIBS='-lz' | |
ZLIB_OPTION_ENABLED='yes' | |
ZLIB_OPTION_REQUESTED='no' | |
ZLIB_STATUS='yes' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
acx_pthread_config='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.2.1' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.2.1' | |
build_vendor='apple' | |
curlconfig='/usr/bin/curl-config' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin12.2.1' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.2.1' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/mediatomb-Qf1J/mediatomb-0.12.1/configure_aux/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/configure_aux/install-sh -c -d' | |
mt_mysql_config='none' | |
mt_taglib_config='none' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/mediatomb/0.12.1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define PACKAGE_NAME "MediaTomb" | |
#define PACKAGE_TARNAME "mediatomb" | |
#define PACKAGE_VERSION "0.12.1" | |
#define PACKAGE_STRING "MediaTomb 0.12.1" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE "mediatomb" | |
#define VERSION "0.12.1" | |
#define ATOMIC_X86_SMP 1 | |
#define ENABLE_SIGHUP 1 | |
#define EXTEND_PROTOCOLINFO 1 | |
#define UPNP_VERSION_STRING "0.12.1" | |
#define UPNP_VERSION_MAJOR 0 | |
#define UPNP_VERSION_MINOR 4 | |
#define UPNP_VERSION_PATCH 1 | |
#define HAVE_DIRENT_H 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_WAIT_H 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__BOOL 1 | |
#define HAVE_STDBOOL_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_TIME_H 1 | |
#define HAVE_SYSLOG_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_ARPA_INET_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_NETDB_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SYS_FILE_H 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_SYS_UTSNAME_H 1 | |
#define HAVE_SCHED_H 1 | |
#define HAVE_CTYPE_H 1 | |
#define HAVE_SCHED_GET_PRIORITY_MIN 1 | |
#define HAVE_SCHED_GET_PRIORITY_MAX 1 | |
#define HAVE_MKDIR 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_GETOPT_LONG 1 | |
#define HAVE_MKFIFO 1 | |
#define EXTERNAL_TRANSCODING 1 | |
#define HAVE_LIBICONV 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_TIME_T 1 | |
#define HAVE_FSEEKO 1 | |
#define SIZEOF_OFF_T 8 | |
#define SIZEOF_SIZE_T 8 | |
#define SIZEOF_TIME_T 8 | |
#define SIZEOF_UNSIGNED_INT 4 | |
#define SIZEOF_UNSIGNED_LONG 8 | |
#define HAVE_STRTOLL 1 | |
#define HAVE_NL_LANGINFO 1 | |
#define HAVE_SETLOCALE 1 | |
#define HAVE_BACKTRACE 1 | |
#define HAVE_BACKTRACE_SYMBOLS 1 | |
#define RETSIGTYPE void | |
#define HAVE_LONG_MAX 1 | |
#define MAXLLONG LLONG_MAX | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_FORK 1 | |
#define HAVE_VFORK 1 | |
#define HAVE_WORKING_VFORK 1 | |
#define HAVE_WORKING_FORK 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_MALLOC 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_REALLOC 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define SELECT_TYPE_ARG1 int | |
#define SELECT_TYPE_ARG234 (fd_set *) | |
#define SELECT_TYPE_ARG5 (struct timeval *) | |
#define HAVE_VPRINTF 1 | |
#define HAVE_DECL_STRERROR_R 1 | |
#define HAVE_STRERROR_R 1 | |
#define HAVE_STRFTIME 1 | |
#define HAVE_GETHOSTNAME 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_LOCALTIME_R 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_REGCOMP 1 | |
#define HAVE_SELECT 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRCHR 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRNCASECMP 1 | |
#define HAVE_STRRCHR 1 | |
#define HAVE_STRSTR 1 | |
#define HAVE_STRTOL 1 | |
#define HAVE_STRTOUL 1 | |
#define HAVE_UNAME 1 | |
#define HAVE_SIGACTION 1 | |
#define HAVE_SIGPROCMASK 1 | |
#define HAVE_IOCTL 1 | |
#define HAVE_TOLOWER 1 | |
#define HAVE_TOUPPER 1 | |
#define HAVE_INET_NTOA 1 | |
#define HAVE_SOCKET 1 | |
#define HAVE_GETHOSTBYNAME 1 | |
#define HAVE_IF_NAMEINDEX 1 | |
#define HAVE_IF_FREENAMEINDEX 1 | |
#define UPNP_HAVE_DEVICE 1 | |
#define UPNP_HAVE_WEBSERVER 1 | |
#define HAVE_PTHREAD 1 | |
#define HAVE_ZLIB 1 | |
#define AUTO_CREATE_DATABASE 1 | |
#define HAVE_SQLITE3 1 | |
#define HAVE_CURL_CURL_H 1 | |
#define HAVE_LIBCURL 1 | |
#define HAVE_CURL 1 | |
#define AVFORMAT_INCLUDE <libavformat/avformat.h> | |
#define HAVE_FFMPEG 1 | |
#define HAVE_EXPAT 1 | |
#define __STDC_CONSTANT_MACROS 1 | |
#define __STDC_LIMIT_MACROS 1 | |
#define NDEBUG 1 | |
#define LOG_ENABLED 1 | |
#define DEBUG_LOG_ENABLED 1 | |
#define PACKAGE_DATADIR "/usr/local/Cellar/mediatomb/0.12.1/share/mediatomb" | |
#define ONLINE_SERVICES 1 | |
#define YOUTUBE 1 | |
#define COMPILE_INFO "\thost:\t\t\tx86_64-apple-darwin12.2.1\n\tsqlite3:\t\tyes\n\tmysql:\t\t\tmissing\n\tlibjs:\t\t\tmissing\n\tlibmagic:\t\tmissing\n\tinotify:\t\tmissing\n\tlibexif:\t\tmissing\n\tid3lib:\t\t\tdisabled\n\ttaglib:\t\t\tmissing\n\tffmpeg\t\t\tyes\n\tlibmp4v2:\t\tmissing\n\texternal transcoding:\tyes\n\tcurl:\t\t\tyes\n\tYouTube:\t\tyes\n\tlibextractor\t\tdisabled\n\tdb-autocreate:\t\tyes\n\tdebug log:\t\tyes\n\tprotocol info extension:yes\n\tffmpegthumbnailer:\tmissing\n\tlastfmlib:\t\tmissing\n\tdata directory:\t\t/usr/local/Cellar/mediatomb/0.12.1/share/mediatomb" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment