Credit Andrew - updating patches for FFmpeg 7.0 as needed since 6.1, now at 7.0,...
[goodguy/cinelerra.git] / cinelerra-5.1 / tools / makeappimagetool / log
1 configure.ac:19: installing 'cfg/compile'
2 configure.ac:12: installing 'cfg/install-sh'
3 configure.ac:12: installing 'cfg/missing'
4 Makefile.am: installing 'cfg/depcomp'
5 checking for a BSD-compatible install... /usr/bin/install -c
6 checking whether build environment is sane... yes
7 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
8 checking for gawk... gawk
9 checking whether make sets $(MAKE)... yes
10 checking whether make supports nested variables... yes
11 checking for g++... g++
12 checking whether the C++ compiler works... yes
13 checking for C++ compiler default output file name... a.out
14 checking for suffix of executables... 
15 checking whether we are cross compiling... no
16 checking for suffix of object files... o
17 checking whether we are using the GNU C++ compiler... yes
18 checking whether g++ accepts -g... yes
19 checking whether make supports the include directive... yes (GNU style)
20 checking dependency style of g++... gcc3
21 checking for gcc... gcc
22 checking whether we are using the GNU C compiler... yes
23 checking whether gcc accepts -g... yes
24 checking for gcc option to accept ISO C89... none needed
25 checking whether gcc understands -c and -o together... yes
26 checking dependency style of gcc... gcc3
27 checking how to run the C preprocessor... gcc -E
28 checking how to run the C++ preprocessor... g++ -E
29 checking for grep that handles long lines and -e... /usr/bin/grep
30 checking for egrep... /usr/bin/grep -E
31 checking for ANSI C header files... yes
32 checking for sys/types.h... yes
33 checking for sys/stat.h... yes
34 checking for stdlib.h... yes
35 checking for string.h... yes
36 checking for memory.h... yes
37 checking for strings.h... yes
38 checking for inttypes.h... yes
39 checking for stdint.h... yes
40 checking for unistd.h... yes
41 checking boost/filesystem.hpp usability... yes
42 checking boost/filesystem.hpp presence... yes
43 checking for boost/filesystem.hpp... yes
44 checking boost/filesystem/path.hpp usability... yes
45 checking boost/filesystem/path.hpp presence... yes
46 checking for boost/filesystem/path.hpp... yes
47 checking boost/regex.hpp usability... yes
48 checking boost/regex.hpp presence... yes
49 checking for boost/regex.hpp... yes
50 checking libpng16/png.h usability... yes
51 checking libpng16/png.h presence... yes
52 checking for libpng16/png.h... yes
53 checking zlib.h usability... yes
54 checking zlib.h presence... yes
55 checking for zlib.h... yes
56 checking jpeglib.h usability... yes
57 checking jpeglib.h presence... yes
58 checking for jpeglib.h... yes
59 ./configure: line 5262: -O2: command not found
60 checking for X... libraries , headers 
61 checking fcntl.h usability... yes
62 checking fcntl.h presence... yes
63 checking for fcntl.h... yes
64 checking for memory.h... (cached) yes
65 checking sys/time.h usability... yes
66 checking sys/time.h presence... yes
67 checking for sys/time.h... yes
68 checking for unistd.h... (cached) yes
69 checking for stdbool.h that conforms to C99... yes
70 checking for _Bool... yes
71 checking for inline... inline
72 checking for int32_t... yes
73 checking for int64_t... yes
74 checking for size_t... yes
75 checking for ssize_t... yes
76 checking for uint16_t... yes
77 checking for uint32_t... yes
78 checking for uint64_t... yes
79 checking for uint8_t... yes
80 checking for ptrdiff_t... yes
81 checking for pid_t... yes
82 checking vfork.h usability... no
83 checking vfork.h presence... no
84 checking for vfork.h... no
85 checking for fork... yes
86 checking for vfork... yes
87 checking for working fork... yes
88 checking for working vfork... (cached) yes
89 checking for stdlib.h... (cached) yes
90 checking for GNU libc compatible malloc... yes
91 checking for stdlib.h... (cached) yes
92 checking for unistd.h... (cached) yes
93 checking for sys/param.h... yes
94 checking for getpagesize... yes
95 checking for working mmap... yes
96 checking for dup2... yes
97 checking for floor... no
98 checking for gettimeofday... yes
99 checking for memmove... yes
100 checking for memset... yes
101 checking for munmap... yes
102 checking for pow... no
103 checking for realpath... yes
104 checking for select... yes
105 checking for sqrt... no
106 checking for strcasecmp... yes
107 checking for strchr... yes
108 checking for strdup... yes
109 checking for strerror... yes
110 checking for strncasecmp... yes
111 checking for strrchr... yes
112 checking for strstr... yes
113 checking that generated files are newer than configure... done
114 configure: creating ./config.status
115 config.status: creating Makefile
116 config.status: creating config.h
117 config.status: executing depfiles commands
118 make  all-am
119 make[1]: Entering directory '/home/mat/Sources/cinelerra5/cinelerra-5.1/tools/makeappimagetool'
120 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT appdir.o -MD -MP -MF .deps/appdir.Tpo -c -o appdir.o appdir.cpp
121 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT appdir_root_setup.o -MD -MP -MF .deps/appdir_root_setup.Tpo -c -o appdir_root_setup.o appdir_root_setup.cpp
122 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT copyright.o -MD -MP -MF .deps/copyright.Tpo -c -o copyright.o copyright.cpp
123 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT copyright_dpkgquery.o -MD -MP -MF .deps/copyright_dpkgquery.Tpo -c -o copyright_dpkgquery.o copyright_dpkgquery.cpp
124 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o core.cpp
125 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT desktopfile.o -MD -MP -MF .deps/desktopfile.Tpo -c -o desktopfile.o desktopfile.cpp
126 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT desktopfileentry.o -MD -MP -MF .deps/desktopfileentry.Tpo -c -o desktopfileentry.o desktopfileentry.cpp
127 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT desktopfilereader.o -MD -MP -MF .deps/desktopfilereader.Tpo -c -o desktopfilereader.o desktopfilereader.cpp
128 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT desktopfilewriter.o -MD -MP -MF .deps/desktopfilewriter.Tpo -c -o desktopfilewriter.o desktopfilewriter.cpp
129 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT elf_file.o -MD -MP -MF .deps/elf_file.Tpo -c -o elf_file.o elf_file.cpp
130 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.cpp
131 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
132 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT pipe_reader.o -MD -MP -MF .deps/pipe_reader.Tpo -c -o pipe_reader.o pipe_reader.cpp
133 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT process.o -MD -MP -MF .deps/process.Tpo -c -o process.o process.cpp
134 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT subprocess.o -MD -MP -MF .deps/subprocess.Tpo -c -o subprocess.o subprocess.cpp
135 g++ -DHAVE_CONFIG_H -I.     -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1 -MT subprocess_result.o -MD -MP -MF .deps/subprocess_result.Tpo -c -o subprocess_result.o subprocess_result.cpp
136 mv -f .deps/subprocess_result.Tpo .deps/subprocess_result.Po
137 mv -f .deps/pipe_reader.Tpo .deps/pipe_reader.Po
138 mv -f .deps/desktopfileentry.Tpo .deps/desktopfileentry.Po
139 mv -f .deps/process.Tpo .deps/process.Po
140 mv -f .deps/subprocess.Tpo .deps/subprocess.Po
141 mv -f .deps/desktopfilewriter.Tpo .deps/desktopfilewriter.Po
142 mv -f .deps/desktopfile.Tpo .deps/desktopfile.Po
143 mv -f .deps/core.Tpo .deps/core.Po
144 mv -f .deps/log.Tpo .deps/log.Po
145 mv -f .deps/copyright.Tpo .deps/copyright.Po
146 mv -f .deps/copyright_dpkgquery.Tpo .deps/copyright_dpkgquery.Po
147 mv -f .deps/desktopfilereader.Tpo .deps/desktopfilereader.Po
148 mv -f .deps/appdir_root_setup.Tpo .deps/appdir_root_setup.Po
149 mv -f .deps/main.Tpo .deps/main.Po
150 mv -f .deps/elf_file.Tpo .deps/elf_file.Po
151 mv -f .deps/appdir.Tpo .deps/appdir.Po
152 g++  -g -O2 -DBOOST_NO_CXX11_SCOPED_ENUMS -Dcimg_display=0 -Dcimg_use_jpeg=1 -Dcimg_use_png=1   -o makeappimage appdir.o appdir_root_setup.o copyright.o copyright_dpkgquery.o core.o desktopfile.o desktopfileentry.o desktopfilereader.o desktopfilewriter.o elf_file.o log.o main.o pipe_reader.o process.o subprocess.o subprocess_result.o  -lpng16 -lz -ljpeg -lboost_filesystem -lboost_regex -lstdc++
153 make[1]: Leaving directory '/home/mat/Sources/cinelerra5/cinelerra-5.1/tools/makeappimagetool'