configue / compile error with 2668

Forum for questions and support relating to the 1.24.x releases only.
Locked
jbeazell
Posts: 5
Joined: Thu Jun 21, 2007 6:33 am

configue / compile error with 2668

Post by jbeazell »

Linux satan 2.6.26-2-satan #1 SMP Sat Oct 11 22:15:30 MDT 2008 x86_64 GNU/Linux

Ubuntu 8.04.1 server

./configure --with-libarch=lib64 --with-mysql=/usr/local/ --with-webdir=/path-to/zm-24/ --with-cgidir=/path-to/cgi-bin/ --with-webgroup=www-data --with-webuser=www-data --enable-mmap=yes --without-ffmpeg --without-lame

OR

./configure --with-libarch=lib64 --with-mysql=/usr/local/ --with-ffmpeg=/usr/local/ --with-webdir=/path-to/zm-24/ --with-cgidir=/path-to/cgi-bin/ --with-webgroup=www-data --with-webuser=www-data --enable-mmap=yes --without-lame

..................
checking ffmpeg/avutil.h usability... yes
checking ffmpeg/avutil.h presence... yes
checking for ffmpeg/avutil.h... yes
checking libavcodec/avcodec.h usability... no
checking libavcodec/avcodec.h presence... no
checking for libavcodec/avcodec.h... no
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... yes
checking for ffmpeg/avcodec.h... yes
checking libavformat/avformat.h usability... no
checking libavformat/avformat.h presence... no
checking for libavformat/avformat.h... no
checking ffmpeg/avformat.h usability... no
checking ffmpeg/avformat.h presence... yes
configure: WARNING: ffmpeg/avformat.h: present but cannot be compiled
configure: WARNING: ffmpeg/avformat.h: check for missing prerequisite headers?
configure: WARNING: ffmpeg/avformat.h: see the Autoconf documentation
configure: WARNING: ffmpeg/avformat.h: section "Present But Cannot Be Compiled"
configure: WARNING: ffmpeg/avformat.h: proceeding with the preprocessor's result
configure: WARNING: ffmpeg/avformat.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------- ##
configure: WARNING: ## Report this to support@zoneminder.com ##
configure: WARNING: ## ------------------------------------- ##
checking for ffmpeg/avformat.h... yes
.......
checking for scripts/ZoneMinder/Makefile... no
Checking if your kit is complete...
Looks good
Writing Makefile for ZoneMinder


make
make all-recursive
make[1]: Entering directory `/downloads/ZoneMinder-1.24.0'
Making all in src
make[2]: Entering directory `/downloads/ZoneMinder-1.24.0/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local//include -I/usr/local//include -Wall -Wno-sign-compare -fno-inline -frepo -g -O2 -MT zmc.o -MD -MP -MF .deps/zmc.Tpo -c -o zmc.o zmc.cpp
In file included from zm_ffmpeg.h:45,
from zm_mpeg.h:23,
from zm_stream.h:27,
from zm_event.h:39,
from zm_zone.h:27,
from zm_monitor.h:27,
from zmc.cpp:28:
/usr/include/ffmpeg/avformat.h: In function âvoid av_init_packet(AVPacket*)â:
/usr/include/ffmpeg/avformat.h:66: error: âINT64_Câ was not declared in this scope
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/downloads/ZoneMinder-1.24.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/downloads/ZoneMinder-1.24.0'
make: *** [all] Error 2

------

Just thought you'd like to know :) It did tell me to email support LOL!
jbeazell
Posts: 5
Joined: Thu Jun 21, 2007 6:33 am

Post by jbeazell »

Also, thought this might be helpful:

ffmpeg -version
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-liba52 --disable-debug --enable-libfaad --enable-libfaac --enable-gpl --enable-x264 --enable-xvid --enable-pthreads --enable-libvorbis --enable-pp --enable-libtheora --enable-libogg --enable-libgsm --enable-swscaler --disable-debug --enable-shared --prefix=/usr
libavutil version: 49.3.0
libavcodec version: 51.38.0
libavformat version: 51.10.0
built on Oct 12 2008 23:54:29, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
ffmpeg SVN-rUNKNOWN
libavutil 3212032
libavcodec 3352064
libavformat 3344896
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

I suspect this is a 64 bit issue. The warning from configure should be expanded on in config.log and should say exactly what configure thought was wrong.
Phil
reflect23
Posts: 3
Joined: Tue Feb 03, 2009 11:34 pm

ffmpeg/avformat.h: present but cannot be compiled

Post by reflect23 »

I'm getting the same error on Hardy server, 64 bit. Here's my error log. I am still a newbie. I compiled ffmpeg from svn with the following options:
./configure --enable-shared --enable-gpl --prefix=/opt/


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by zm configure 1.24.0, which was
generated by GNU Autoconf 2.63. Invocation command line was

$ ./configure --with-webdir=/var/www/html --with-cgidir=/var/www/html/cgi-bin --with-libarch=lib64 --with-ffmpeg=/home/systems/ffmpeg

## --------- ##
## Platform. ##
## --------- ##

hostname = tcamserver1
uname -m = x86_64
uname -r = 2.6.24-23-server
uname -s = Linux
uname -v = #1 SMP Mon Jan 26 01:36:05 UTC 2009

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1958: checking for a BSD-compatible install
configure:2026: result: /usr/bin/install -c
configure:2037: checking whether build environment is sane
configure:2080: result: yes
configure:2105: checking for a thread-safe mkdir -p
configure:2144: result: /bin/mkdir -p
configure:2157: checking for gawk
configure:2187: result: no
configure:2157: checking for mawk
configure:2173: found /usr/bin/mawk
configure:2184: result: mawk
configure:2195: checking whether make sets $(MAKE)
configure:2217: result: yes
configure:2470: WARNING: You can call configure with the --with-mysql option.
This tells configure where to find the MySql C library and headers if configure cannot
locate them automatically.
e.g. --with-mysql=/usr/local or --with-mysql=/usr
configure:2530: WARNING: You can call configure with the --with-extralibs option.
Ordinarily you will need to use this option only when your copy of ffmpeg has been built
with support for additional formats and you would use this option to detail which additional
libraries ffmpeg was built with so that it is able to link successfully with ZoneMinder.
You will need to wrap this option in quotes if it contains any spaces.
e.g. --with-extralibs="-lmp3lame"
configure:2586: WARNING: You can call configure with the --with-webuser option.
This tells configure what the user name of the web user is if it is not the default of 'apache'.
e.g. --with-webuser=apache or --with-webuser=web
configure:2603: WARNING: You can call configure with the --with-webgroup option.
This tells configure what the group name of the web group is if it is not the default of 'apache'.
e.g. --with-webgroup=apache or --with-webgroup=web
configure:2622: WARNING: You can call configure with the --enable-debug=<yes> or --disable-debug option.
This tells configure whether to compile ZoneMinder with debug included. Although debug is included
by default it is not output unless explicitly switched on elsewhere. These checks may induce a
small penalty on performance and if you are after squeezing the maximum possible performance out
of ZoneMinder you may use this switch to prevent debug from being compiled in.
e.g. --enable-debug=yes or --disable-debug
configure:2651: WARNING: You can call configure with the --enable-crashtrace=<yes> or --disable-crashtrace option.
This tells configure whether to compile ZoneMinder with crash tracing included. This allows a
dump of the stack trace when a ZoneMinder binary crashes or is killed by an unexpected signal.
Although this should work on most systems it does rely on un(or loosely) documented features and
so should be regarded as experimental. If you experience problems compiling zm_signal.cpp or
ZoneMinder binaries fail to shut down correctly then you should probably disable this feature.
e.g. --enable-crashtrace=yes or --disable-crashtrace
configure:2681: WARNING: You can call configure with the --enable-mmap=<yes> or --disable-mmap option.
This tells configure whether to compile ZoneMinder with mmap support rather than IPC shared
memory. This is an experimental feature that uses memory mapped into files which all processes
can share. Memory mapping requires less configuration and is more flexible than shared memory
but may slow down your system unless the mapped files are configured to reside on a fast or
RAM based filesystem.
e.g. --enable-mmap=yes or --disable-mmap
configure:2774: checking for g++
configure:2790: found /usr/bin/g++
configure:2801: result: g++
configure:2828: checking for C++ compiler version
configure:2836: g++ --version >&5
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2840: $? = 0
configure:2847: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:2851: $? = 0
configure:2858: g++ -V >&5
g++: '-V' option must have argument
configure:2862: $? = 1
configure:2885: checking for C++ compiler default output file name
configure:2907: g++ -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:2911: $? = 0
configure:2949: result: a.out
configure:2968: checking whether the C++ compiler works
configure:2978: ./a.out
configure:2982: $? = 0
configure:3001: result: yes
configure:3008: checking whether we are cross compiling
configure:3010: result: no
configure:3013: checking for suffix of executables
configure:3020: g++ -o conftest -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:3024: $? = 0
configure:3050: result:
configure:3056: checking for suffix of object files
configure:3082: g++ -c -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:3086: $? = 0
configure:3111: result: o
configure:3115: checking whether we are using the GNU C++ compiler
configure:3144: g++ -c -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:3151: $? = 0
configure:3168: result: yes
configure:3177: checking whether g++ accepts -g
configure:3207: g++ -c -g -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:3214: $? = 0
configure:3315: result: yes
configure:3349: checking for style of include used by make
configure:3377: result: GNU
configure:3402: checking dependency style of g++
configure:3493: result: gcc3
configure:3556: checking for gcc
configure:3572: found /usr/bin/gcc
configure:3583: result: gcc
configure:3815: checking for C compiler version
configure:3823: gcc --version >&5
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3827: $? = 0
configure:3834: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:3838: $? = 0
configure:3845: gcc -V >&5
gcc: '-V' option must have argument
configure:3849: $? = 1
configure:3852: checking whether we are using the GNU C compiler
configure:3881: gcc -c -I/home/systems/ffmpeg/include -I/home/systems/ffmpeg/include conftest.c >&5
configure:3888: $? = 0
configure:3905: result: yes
configure:3914: checking whether gcc accepts -g
configure:3944: gcc -c -g -I/home/systems/ffmpeg/include conftest.c >&5
configure:3951: $? = 0
configure:4052: result: yes
configure:4069: checking for gcc option to accept ISO C89
configure:4143: gcc -c -I/home/systems/ffmpeg/include -I/home/systems/ffmpeg/include conftest.c >&5
configure:4150: $? = 0
configure:4173: result: none needed
configure:4193: checking dependency style of gcc
configure:4284: result: gcc3
configure:4313: checking for a BSD-compatible install
configure:4381: result: /usr/bin/install -c
configure:4392: checking whether ln -s works
configure:4396: result: yes
configure:4446: checking for ranlib
configure:4462: found /usr/bin/ranlib
configure:4473: result: ranlib
configure:4495: checking whether make sets $(MAKE)
configure:4517: result: yes
configure:4534: checking how to run the C++ preprocessor
configure:4570: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:4577: $? = 0
configure:4608: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
configure:4615: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| /* end confdefs.h. */
| #include <ac_nonexistent>
configure:4648: result: g++ -E
configure:4677: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:4684: $? = 0
configure:4715: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
configure:4722: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| /* end confdefs.h. */
| #include <ac_nonexistent>
configure:4762: checking for grep that handles long lines and -e
configure:4822: result: /bin/grep
configure:4827: checking for egrep
configure:4891: result: /bin/grep -E
configure:4896: checking for ANSI C header files
configure:4926: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:4933: $? = 0
configure:5032: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:5036: $? = 0
configure:5042: ./conftest
configure:5046: $? = 0
configure:5064: result: yes
configure:5088: checking for sys/types.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for sys/stat.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for stdlib.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for string.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for memory.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for strings.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for inttypes.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for stdint.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5088: checking for unistd.h
configure:5109: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5116: $? = 0
configure:5133: result: yes
configure:5147: checking for stdbool.h that conforms to C99
configure:5242: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5249: $? = 0
configure:5264: result: yes
configure:5266: checking for _Bool
configure:5294: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:57: error: '_Bool' was not declared in this scope
configure:5301: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib>
| # include <stddef>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory>
| # endif
| # include <string>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd>
| #endif
| int
| main ()
| {
| if (sizeof (_Bool))
| return 0;
| ;
| return 0;
| }
configure:5358: result: no
configure:5377: checking for an ANSI C-conforming const
configure:5452: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5459: $? = 0
configure:5474: result: yes
configure:5484: checking for uid_t in sys/types.h
configure:5507: result: yes
configure:5522: checking for inline
configure:5548: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5555: $? = 0
configure:5573: result: inline
configure:5592: checking for mode_t
configure:5620: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5627: $? = 0
configure:5654: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:58: error: expected primary-expression before ')' token
configure:5661: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib>
| # include <stddef>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory>
| # endif
| # include <string>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:5684: result: yes
configure:5696: checking for size_t
configure:5724: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5731: $? = 0
configure:5758: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:58: error: expected primary-expression before ')' token
configure:5765: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib>
| # include <stddef>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory>
| # endif
| # include <string>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:5788: result: yes
configure:5800: checking for ssize_t
configure:5828: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5835: $? = 0
configure:5862: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:58: error: expected primary-expression before ')' token
configure:5869: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib>
| # include <stddef>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory>
| # endif
| # include <string>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:5892: result: yes
configure:5904: checking whether time.h and sys/time.h may both be included
configure:5934: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:5941: $? = 0
configure:5956: result: yes
configure:5966: checking whether struct tm is in sys/time.h or time.h
configure:5996: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:6003: $? = 0
configure:6018: result: time.h
configure:6029: checking for uint8_t
configure:6060: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:6067: $? = 0
configure:6088: result: yes
configure:6105: checking return type of signal handlers
configure:6133: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:29: error: void value not ignored as it ought to be
configure:6140: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys>
| #include <signal>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:6155: result: void
configure:6164: checking for siginfo_t
configure:6193: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:6200: $? = 0
configure:6228: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:29: error: expected primary-expression before ')' token
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <signal>
|
| int
| main ()
| {
| if (sizeof ((siginfo_t)))
| return 0;
| ;
| return 0;
| }
configure:6258: result: yes
configure:6269: checking for struct sigcontext
configure:6298: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:6305: $? = 0
configure:6333: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:30: error: expected primary-expression before 'struct'
conftest.cpp:30: error: expected `)' before 'struct'
conftest.cpp:31: error: expected `)' before ';' token
conftest.cpp:31: error: expected `)' before ';' token
configure:6340: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_SIGINFO_T 1
| /* end confdefs.h. */
| #include <signal>
|
| int
| main ()
| {
| if (sizeof ((struct sigcontext)))
| return 0;
| ;
| return 0;
| }
configure:6363: result: yes
configure:6374: checking for struct sigcontext.eip
configure:6403: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:32: error: 'struct sigcontext' has no member named 'eip'
configure:6410: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_SIGINFO_T 1
| #define HAVE_STRUCT_SIGCONTEXT 1
| /* end confdefs.h. */
| #include <signal>
|
| int
| main ()
| {
| static struct sigcontext ac_aggr;
| if (ac_aggr.eip)
| return 0;
| ;
| return 0;
| }
configure:6444: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:32: error: 'struct sigcontext' has no member named 'eip'
configure:6451: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_SIGINFO_T 1
| #define HAVE_STRUCT_SIGCONTEXT 1
| /* end confdefs.h. */
| #include <signal>
|
| int
| main ()
| {
| static struct sigcontext ac_aggr;
| if (sizeof ac_aggr.eip)
| return 0;
| ;
| return 0;
| }
configure:6469: result: no
configure:6480: checking for ucontext_t
configure:6509: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:6516: $? = 0
configure:6544: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:31: error: expected primary-expression before ')' token
configure:6551: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_SIGINFO_T 1
| #define HAVE_STRUCT_SIGCONTEXT 1
| /* end confdefs.h. */
| #include <signal>
|
| int
| main ()
| {
| if (sizeof ((ucontext_t)))
| return 0;
| ;
| return 0;
| }
configure:6574: result: yes
configure:6588: checking whether gcc needs -traditional
configure:6630: result: no
configure:6642: checking for stdlib.h
configure:6649: result: yes
configure:6788: checking for GNU libc compatible malloc
configure:6822: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:6826: $? = 0
configure:6832: ./conftest
configure:6836: $? = 0
configure:6853: result: yes
configure:6887: checking for stdlib.h
configure:6894: result: yes
configure:6887: checking for unistd.h
configure:6894: result: yes
configure:7037: checking for getpagesize
configure:7093: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:7100: $? = 0
configure:7122: result: yes
configure:7134: checking for working mmap
configure:7281: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:7285: $? = 0
configure:7291: ./conftest
configure:7295: $? = 0
configure:7312: result: yes
configure:7340: checking sys/select.h usability
configure:7357: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:7364: $? = 0
configure:7378: result: yes
configure:7382: checking sys/select.h presence
configure:7397: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:7404: $? = 0
configure:7418: result: yes
configure:7451: checking for sys/select.h
configure:7460: result: yes
configure:7340: checking sys/socket.h usability
configure:7357: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:7364: $? = 0
configure:7378: result: yes
configure:7382: checking sys/socket.h presence
configure:7397: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:7404: $? = 0
configure:7418: result: yes
configure:7451: checking for sys/socket.h
configure:7460: result: yes
configure:7475: checking types of arguments for select
configure:7513: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:7520: $? = 0
configure:7541: result: int,fd_set *,struct timeval *
configure:7564: checking whether lstat dereferences a symlink specified with a trailing slash
configure:7600: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:7604: $? = 0
configure:7610: ./conftest
configure:7614: $? = 0
configure:7638: result: yes
configure:7657: checking whether stat accepts an empty string
configure:7687: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:7691: $? = 0
configure:7697: ./conftest
configure:7701: $? = 0
configure:7718: result: no
configure:7738: checking for strftime
configure:7794: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:7801: $? = 0
configure:7823: result: yes
configure:7910: checking for working strtod
configure:7961: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:82: warning: deprecated conversion from string constant to 'char*'
conftest.cpp:93: warning: deprecated conversion from string constant to 'char*'
configure:7965: $? = 0
configure:7971: ./conftest
configure:7975: $? = 0
configure:7992: result: yes
configure:8168: checking for vprintf
configure:8224: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8231: $? = 0
configure:8253: result: yes
configure:8262: checking for _doprnt
configure:8318: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
/tmp/ccaWWUKq.o: In function `main':
/home/systems/ZoneMinder-1.24.0/conftest.cpp:75: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8325: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_SIGINFO_T 1
| #define HAVE_STRUCT_SIGCONTEXT 1
| #define HAVE_UCONTEXT_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits> declares _doprnt.
| For example, HP-UX 11i <limits> 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> to <assert> if __STDC__ is defined, since
| <limits> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits>
| #else
| # include <assert>
| #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:8345: result: no
configure:8384: checking for gethostbyname
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for gethostname
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for gettimeofday
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for memmove
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for memset
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for mkdir
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for munmap
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for putenv
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for select
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for socket
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for sqrt
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strcasecmp
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strchr
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strcspn
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strerror
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strncasecmp
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strrchr
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strsignal
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strspn
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strstr
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strtol
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8384: checking for strtoull
configure:8440: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp >&5
configure:8447: $? = 0
configure:8469: result: yes
configure:8485: checking for ffmpeg
configure:8501: found /usr/local/bin/ffmpeg
configure:8513: result: yes
configure:8523: checking for ffmpeg
configure:8541: found /usr/local/bin/ffmpeg
configure:8553: result: /usr/local/bin/ffmpeg
configure:8563: checking for pnmscale
configure:8591: result: no
configure:8601: checking for pnmscale
configure:8634: result: no
configure:8643: checking for jpeg_start_compress in -ljpeg
configure:8678: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -ljpeg >&5
configure:8685: $? = 0
configure:8706: result: yes
configure:8722: checking for compress in -lz
configure:8757: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lz -ljpeg >&5
configure:8764: $? = 0
configure:8785: result: yes
configure:8801: checking for dlsym in -ldl
configure:8836: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -ldl -lz -ljpeg >&5
configure:8843: $? = 0
configure:8864: result: yes
configure:8880: checking for pthread_create in -lpthread
configure:8915: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lpthread -ldl -lz -ljpeg >&5
configure:8922: $? = 0
configure:8943: result: yes
configure:8959: checking for mysql_init in -lmysqlclient
configure:8994: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9001: $? = 0
configure:9022: result: yes
configure:9118: checking for MD5 in -lgnutls-openssl
configure:9153: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9160: $? = 0
configure:9181: result: yes
configure:9197: checking for pcre_compile in -lpcre
configure:9232: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9239: $? = 0
configure:9260: result: yes
configure:9275: checking for av_malloc in -lavutil
configure:9310: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lavutil -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9317: $? = 0
configure:9338: result: yes
configure:9353: checking for avcodec_init in -lavcodec
configure:9388: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lavcodec -lavutil -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9395: $? = 0
configure:9416: result: yes
configure:9431: checking for av_new_stream in -lavformat
configure:9466: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lavformat -lavcodec -lavutil -lavcodec -lavutil -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9473: $? = 0
configure:9494: result: yes
configure:9509: checking for sws_scale in -lswscale
configure:9544: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lswscale -lswscale -lavformat -lavcodec -lavutil -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9551: $? = 0
configure:9572: result: yes
configure:9584: checking for BZ2_bzCompress in -lbz2
configure:9619: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lbz2 -lswscale -lavformat -lavcodec -lavutil -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
configure:9626: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_SIGINFO_T 1
| #define HAVE_STRUCT_SIGCONTEXT 1
| #define HAVE_UCONTEXT_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBGNUTLS_OPENSSL 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBAVUTIL 1
| #define HAVE_LIBAVCODEC 1
| #define HAVE_LIBAVFORMAT 1
| #define HAVE_LIBSWSCALE 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 BZ2_bzCompress ();
| int
| main ()
| {
| return BZ2_bzCompress ();
| ;
| return 0;
| }
configure:9647: result: no
configure:9657: WARNING: zm requires libbz2.a for recent versions of ffmpeg
configure:9665: checking for working alloca.h
configure:9692: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lswscale -lavformat -lavcodec -lavutil -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9699: $? = 0
configure:9719: result: yes
configure:9729: checking for alloca
configure:9776: g++ -o conftest -g -O2 -I/home/systems/ffmpeg/include -L/home/systems/ffmpeg/lib64 -L/usr/lib64/mysql conftest.cpp -lswscale -lavformat -lavcodec -lavutil -lpcre -lgnutls-openssl -lmysqlclient -lpthread -ldl -lz -ljpeg >&5
configure:9783: $? = 0
configure:9803: result: yes
configure:10040: checking for ANSI C header files
configure:10208: result: yes
configure:10249: checking fcntl.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking fcntl.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for fcntl.h
configure:10369: result: yes
configure:10249: checking limits.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking limits.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for limits.h
configure:10369: result: yes
configure:10238: checking for memory.h
configure:10245: result: yes
configure:10249: checking netdb.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking netdb.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for netdb.h
configure:10369: result: yes
configure:10249: checking netinet/in.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking netinet/in.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for netinet/in.h
configure:10369: result: yes
configure:10249: checking stddef.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking stddef.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for stddef.h
configure:10369: result: yes
configure:10238: checking for stdlib.h
configure:10245: result: yes
configure:10238: checking for string.h
configure:10245: result: yes
configure:10238: checking for strings.h
configure:10245: result: yes
configure:10249: checking sys/ioctl.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking sys/ioctl.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for sys/ioctl.h
configure:10369: result: yes
configure:10249: checking sys/param.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking sys/param.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for sys/param.h
configure:10369: result: yes
configure:10238: checking for sys/socket.h
configure:10245: result: yes
configure:10249: checking sys/time.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking sys/time.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for sys/time.h
configure:10369: result: yes
configure:10249: checking syslog.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking syslog.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for syslog.h
configure:10369: result: yes
configure:10238: checking for unistd.h
configure:10245: result: yes
configure:10249: checking values.h usability
configure:10266: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10273: $? = 0
configure:10287: result: yes
configure:10291: checking values.h presence
configure:10306: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10313: $? = 0
configure:10327: result: yes
configure:10360: checking for values.h
configure:10369: result: yes
configure:10400: checking linux/videodev.h usability
configure:10417: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10424: $? = 0
configure:10438: result: yes
configure:10442: checking linux/videodev.h presence
configure:10457: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10464: $? = 0
configure:10478: result: yes
configure:10511: checking for linux/videodev.h
configure:10520: result: yes
configure:10555: checking linux/videodev2.h usability
configure:10572: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10579: $? = 0
configure:10593: result: yes
configure:10597: checking linux/videodev2.h presence
configure:10612: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10619: $? = 0
configure:10633: result: yes
configure:10666: checking for linux/videodev2.h
configure:10675: result: yes
configure:10710: checking mysql/mysql.h usability
configure:10727: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10734: $? = 0
configure:10748: result: yes
configure:10752: checking mysql/mysql.h presence
configure:10767: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10774: $? = 0
configure:10788: result: yes
configure:10821: checking for mysql/mysql.h
configure:10830: result: yes
configure:10865: checking libavutil/avutil.h usability
configure:10882: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:10889: $? = 0
configure:10903: result: yes
configure:10907: checking libavutil/avutil.h presence
configure:10922: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:10929: $? = 0
configure:10943: result: yes
configure:10976: checking for libavutil/avutil.h
configure:10985: result: yes
configure:11016: checking ffmpeg/avutil.h usability
configure:11033: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:11040: $? = 0
configure:11054: result: yes
configure:11058: checking ffmpeg/avutil.h presence
configure:11073: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:11080: $? = 0
configure:11094: result: yes
configure:11127: checking for ffmpeg/avutil.h
configure:11136: result: yes
configure:11167: checking libavcodec/avcodec.h usability
configure:11184: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:11191: $? = 0
configure:11205: result: yes
configure:11209: checking libavcodec/avcodec.h presence
configure:11224: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:11231: $? = 0
configure:11245: result: yes
configure:11278: checking for libavcodec/avcodec.h
configure:11287: result: yes
configure:11318: checking ffmpeg/avcodec.h usability
configure:11335: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:11342: $? = 0
configure:11356: result: yes
configure:11360: checking ffmpeg/avcodec.h presence
configure:11375: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:11382: $? = 0
configure:11396: result: yes
configure:11429: checking for ffmpeg/avcodec.h
configure:11438: result: yes
configure:11469: checking libavformat/avformat.h usability
configure:11486: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:11493: $? = 0
configure:11507: result: yes
configure:11511: checking libavformat/avformat.h presence
configure:11526: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:11533: $? = 0
configure:11547: result: yes
configure:11580: checking for libavformat/avformat.h
configure:11589: result: yes
configure:11620: checking ffmpeg/avformat.h usability
configure:11637: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
In file included from conftest.cpp:134:
/usr/local/include/ffmpeg/avformat.h: In function 'void av_init_packet(AVPacket*)':
/usr/local/include/ffmpeg/avformat.h:66: error: 'INT64_C' was not declared in this scope
configure:11644: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_SIGINFO_T 1
| #define HAVE_STRUCT_SIGCONTEXT 1
| #define HAVE_UCONTEXT_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOULL 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBGNUTLS_OPENSSL 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBAVUTIL 1
| #define HAVE_LIBAVCODEC 1
| #define HAVE_LIBAVFORMAT 1
| #define HAVE_LIBSWSCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_LINUX_VIDEODEV_H 1
| #define HAVE_LINUX_VIDEODEV2_H 1
| #define HAVE_MYSQL_MYSQL_H 1
| #define HAVE_LIBAVUTIL_AVUTIL_H 1
| #define HAVE_FFMPEG_AVUTIL_H 1
| #define HAVE_LIBAVCODEC_AVCODEC_H 1
| #define HAVE_FFMPEG_AVCODEC_H 1
| #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
| /* end confdefs.h. */
| #include <stdio>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib>
| # include <stddef>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory>
| # endif
| # include <string>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd>
| #endif
| #include <ffmpeg>
configure:11658: result: no
configure:11662: checking ffmpeg/avformat.h presence
configure:11677: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:11684: $? = 0
configure:11698: result: yes
configure:11711: WARNING: ffmpeg/avformat.h: present but cannot be compiled
configure:11713: WARNING: ffmpeg/avformat.h: check for missing prerequisite headers?
configure:11715: WARNING: ffmpeg/avformat.h: see the Autoconf documentation
configure:11717: WARNING: ffmpeg/avformat.h: section "Present But Cannot Be Compiled"
configure:11719: WARNING: ffmpeg/avformat.h: proceeding with the preprocessor's result
configure:11721: WARNING: ffmpeg/avformat.h: in the future, the compiler will take precedence
configure:11731: checking for ffmpeg/avformat.h
configure:11740: result: yes
configure:11771: checking libswscale/swscale.h usability
configure:11788: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:11795: $? = 0
configure:11809: result: yes
configure:11813: checking libswscale/swscale.h presence
configure:11828: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:11835: $? = 0
configure:11849: result: yes
configure:11882: checking for libswscale/swscale.h
configure:11891: result: yes
configure:11922: checking ffmpeg/swscale.h usability
configure:11939: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
configure:11946: $? = 0
configure:11960: result: yes
configure:11964: checking ffmpeg/swscale.h presence
configure:11979: g++ -E -I/home/systems/ffmpeg/include conftest.cpp
configure:11986: $? = 0
configure:12000: result: yes
configure:12033: checking for ffmpeg/swscale.h
configure:12042: result: yes
configure:12073: checking pcre/pcre.h usability
configure:12090: g++ -c -g -O2 -I/home/systems/ffmpeg/include conftest.cpp >&5
conftest.cpp:137:23: error: pcre/pcre.h: No such file or directory
configure:12097: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.0"
| #define PACKAGE_STRING "zm 1.24.0"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.0"
| #define ZM_MEM_MAPPED 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETS
Chris Sapp
Locked