1
|
[Wani@Linux trunk]$ make config
|
2
|
cd config && make -f config.make config
|
3
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/config'
|
4
|
autoconf -o ../configure
|
5
|
configure.ac:43: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
6
|
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
|
7
|
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
|
8
|
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
|
9
|
aclocal.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
|
10
|
aclocal.m4:4170: _LT_LINKER_SHLIBS is expanded from...
|
11
|
aclocal.m4:5252: _LT_LANG_C_CONFIG is expanded from...
|
12
|
aclocal.m4:138: _LT_SETUP is expanded from...
|
13
|
aclocal.m4:67: LT_INIT is expanded from...
|
14
|
configure.ac:43: the top level
|
15
|
configure.ac:43: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
16
|
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
|
17
|
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
|
18
|
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
|
19
|
aclocal.m4:4170: _LT_LINKER_SHLIBS is expanded from...
|
20
|
aclocal.m4:5252: _LT_LANG_C_CONFIG is expanded from...
|
21
|
aclocal.m4:138: _LT_SETUP is expanded from...
|
22
|
aclocal.m4:67: LT_INIT is expanded from...
|
23
|
configure.ac:43: the top level
|
24
|
configure.ac:43: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
25
|
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
|
26
|
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
|
27
|
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
|
28
|
aclocal.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
|
29
|
aclocal.m4:5359: _LT_LANG_CXX_CONFIG is expanded from...
|
30
|
aclocal.m4:785: _LT_LANG is expanded from...
|
31
|
aclocal.m4:768: LT_LANG is expanded from...
|
32
|
aclocal.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from...
|
33
|
aclocal.m4:138: _LT_SETUP is expanded from...
|
34
|
aclocal.m4:67: LT_INIT is expanded from...
|
35
|
configure.ac:43: the top level
|
36
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/config'
|
37
|
[Wani@Linux trunk]$ ./configure
|
38
|
checking for g++... g++
|
39
|
checking whether the C++ compiler works... yes
|
40
|
checking for C++ compiler default output file name... a.out
|
41
|
checking for suffix of executables...
|
42
|
checking whether we are cross compiling... no
|
43
|
checking for suffix of object files... o
|
44
|
checking whether we are using the GNU C++ compiler... yes
|
45
|
checking whether g++ accepts -g... (cached) no
|
46
|
checking how to run the C++ preprocessor... g++ -E
|
47
|
checking for gcc... gcc
|
48
|
checking whether we are using the GNU C compiler... yes
|
49
|
checking whether gcc accepts -g... (cached) no
|
50
|
checking for gcc option to accept ISO C89... none needed
|
51
|
checking how to run the C preprocessor... gcc -E
|
52
|
checking for a BSD-compatible install... /usr/bin/install -c
|
53
|
checking whether ln -s works... yes
|
54
|
checking whether make sets $(MAKE)... yes
|
55
|
checking build system type... x86_64-unknown-linux-gnu
|
56
|
checking host system type... x86_64-unknown-linux-gnu
|
57
|
checking whether NLS is requested... yes
|
58
|
checking for msgfmt... /usr/bin/msgfmt
|
59
|
checking for gmsgfmt... /usr/bin/msgfmt
|
60
|
checking for xgettext... /usr/bin/xgettext
|
61
|
checking for msgmerge... /usr/bin/msgmerge
|
62
|
checking for ld used by GCC... /usr/bin/ld
|
63
|
checking if the linker (/usr/bin/ld) is GNU ld... yes
|
64
|
checking for shared library run path origin... done
|
65
|
checking for CFPreferencesCopyAppValue... no
|
66
|
checking for CFLocaleCopyCurrent... no
|
67
|
checking whether NLS is requested... yes
|
68
|
checking for GNU gettext in libc... yes
|
69
|
checking whether to use NLS... yes
|
70
|
checking where the gettext function comes from... libc
|
71
|
checking for a sed that does not truncate output... /usr/bin/sed
|
72
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
73
|
checking for egrep... /usr/bin/grep -E
|
74
|
checking for fgrep... /usr/bin/grep -F
|
75
|
checking for ld used by gcc... /usr/bin/ld
|
76
|
checking if the linker (/usr/bin/ld) is GNU ld... yes
|
77
|
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
|
78
|
checking the name lister (/usr/bin/nm -B) interface... BSD nm
|
79
|
checking the maximum length of command line arguments... 1572864
|
80
|
checking whether the shell understands some XSI constructs... yes
|
81
|
checking whether the shell understands "+="... yes
|
82
|
checking for /usr/bin/ld option to reload object files... -r
|
83
|
checking for objdump... objdump
|
84
|
checking how to recognize dependent libraries... pass_all
|
85
|
checking for ar... ar
|
86
|
checking for strip... strip
|
87
|
checking for ranlib... ranlib
|
88
|
checking command to parse /usr/bin/nm -B output from gcc object... ok
|
89
|
checking for ANSI C header files... yes
|
90
|
checking for sys/types.h... yes
|
91
|
checking for sys/stat.h... yes
|
92
|
checking for stdlib.h... yes
|
93
|
checking for string.h... yes
|
94
|
checking for memory.h... yes
|
95
|
checking for strings.h... yes
|
96
|
checking for inttypes.h... yes
|
97
|
checking for stdint.h... yes
|
98
|
checking for unistd.h... yes
|
99
|
checking for dlfcn.h... yes
|
100
|
checking whether we are using the GNU C++ compiler... (cached) yes
|
101
|
checking whether g++ accepts -g... (cached) no
|
102
|
checking how to run the C++ preprocessor... g++ -E
|
103
|
checking for objdir... .libs
|
104
|
checking if gcc supports -fno-rtti -fno-exceptions... no
|
105
|
checking for gcc option to produce PIC... -fPIC -DPIC
|
106
|
checking if gcc PIC flag -fPIC -DPIC works... yes
|
107
|
checking if gcc static flag -static works... no
|
108
|
checking if gcc supports -c -o file.o... yes
|
109
|
checking if gcc supports -c -o file.o... (cached) yes
|
110
|
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
111
|
checking whether -lc should be explicitly linked in... no
|
112
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
113
|
checking how to hardcode library paths into programs... immediate
|
114
|
checking whether stripping libraries is possible... yes
|
115
|
checking if libtool supports shared libraries... yes
|
116
|
checking whether to build shared libraries... yes
|
117
|
checking whether to build static libraries... yes
|
118
|
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
|
119
|
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
|
120
|
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
121
|
checking for g++ option to produce PIC... -fPIC -DPIC
|
122
|
checking if g++ PIC flag -fPIC -DPIC works... yes
|
123
|
checking if g++ static flag -static works... no
|
124
|
checking if g++ supports -c -o file.o... yes
|
125
|
checking if g++ supports -c -o file.o... (cached) yes
|
126
|
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
127
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
128
|
checking how to hardcode library paths into programs... immediate
|
129
|
checking for cos in -lm... yes
|
130
|
checking if zlib is wanted... yes
|
131
|
checking for inflateEnd in -lz... yes
|
132
|
checking zlib.h usability... yes
|
133
|
checking zlib.h presence... yes
|
134
|
checking for zlib.h... yes
|
135
|
checking for inflateEnd in -lz... (cached) yes
|
136
|
checking zlib in /usr... ok
|
137
|
checking for iconv... yes
|
138
|
checking for iconv declaration...
|
139
|
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
|
140
|
checking for ANSI C header files... (cached) yes
|
141
|
checking libintl.h usability... yes
|
142
|
checking libintl.h presence... yes
|
143
|
checking for libintl.h... yes
|
144
|
checking locale.h usability... yes
|
145
|
checking locale.h presence... yes
|
146
|
checking for locale.h... yes
|
147
|
checking malloc.h usability... yes
|
148
|
checking malloc.h presence... yes
|
149
|
checking for malloc.h... yes
|
150
|
checking for stdint.h... (cached) yes
|
151
|
checking for stdlib.h... (cached) yes
|
152
|
checking for string.h... (cached) yes
|
153
|
checking for unistd.h... (cached) yes
|
154
|
checking sys/mman.h usability... yes
|
155
|
checking sys/mman.h presence... yes
|
156
|
checking for sys/mman.h... yes
|
157
|
checking utime.h usability... yes
|
158
|
checking utime.h presence... yes
|
159
|
checking for utime.h... yes
|
160
|
checking for stdbool.h that conforms to C99... yes
|
161
|
checking for _Bool... yes
|
162
|
checking for an ANSI C-conforming const... yes
|
163
|
checking for inline... inline
|
164
|
checking for pid_t... yes
|
165
|
checking for size_t... yes
|
166
|
checking whether struct tm is in sys/time.h or time.h... time.h
|
167
|
checking for stdlib.h... (cached) yes
|
168
|
checking for unistd.h... (cached) yes
|
169
|
checking for sys/param.h... yes
|
170
|
checking for getpagesize... yes
|
171
|
checking for working mmap... yes
|
172
|
checking whether strerror_r is declared... yes
|
173
|
checking for strerror_r... yes
|
174
|
checking whether strerror_r returns char *... no
|
175
|
checking for gmtime_r... yes
|
176
|
checking for lstat... yes
|
177
|
checking for memset... yes
|
178
|
checking for mmap... yes
|
179
|
checking for munmap... yes
|
180
|
checking for strchr... yes
|
181
|
checking for strerror... yes
|
182
|
checking for strtol... yes
|
183
|
checking for timegm... yes
|
184
|
checking whether to enable dependency tracking... yes
|
185
|
checking whether to enable symbol visibility support... yes
|
186
|
checking whether the C++ compiler accepts the -xldscope=hidden flag... no
|
187
|
checking whether the C++ compiler accepts the -fvisibility-inlines-hidden flag... yes
|
188
|
checking whether to use the lens database for Nikon lens names... yes
|
189
|
checking whether to compile a commercial version of the Exiv2 library... no
|
190
|
checking whether to enable XMP support (requires expat)... yes
|
191
|
checking expat.h usability... yes
|
192
|
checking expat.h presence... yes
|
193
|
checking for expat.h... yes
|
194
|
checking for XML_ParserCreate in -lexpat... yes
|
195
|
configure: creating ./config.status
|
196
|
config.status: creating ./Makefile
|
197
|
config.status: creating ./config/config.mk
|
198
|
config.status: creating ./config/exiv2.pc
|
199
|
config.status: creating ./po/Makefile.in
|
200
|
config.status: creating ./src/doxygen.hpp
|
201
|
config.status: creating ./config/config.h
|
202
|
config.status: executing default-1 commands
|
203
|
config.status: creating ./po/POTFILES
|
204
|
config.status: creating ./po/Makefile
|
205
|
config.status: executing libtool commands
|
206
|
|
207
|
------------------------------------------------------------------
|
208
|
-- Exiv2 0.23 feature configuration summary
|
209
|
--
|
210
|
-- Build a shared library......... YES
|
211
|
-- Use symbol visibility support.. YES
|
212
|
-- PNG image support.............. YES
|
213
|
-- Native language support........ YES
|
214
|
-- Nikon lens database............ YES
|
215
|
-- XMP metadata support........... YES
|
216
|
------------------------------------------------------------------
|
217
|
|
218
|
[Wani@Linux trunk]$ make
|
219
|
if test "x1" = "x1"; then cd xmpsdk/src && make xmpsdk; fi;
|
220
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src'
|
221
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XML_Node.cpp -fPIC -DPIC -o .libs/XML_Node.o
|
222
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XML_Node.cpp -o XML_Node.o >/dev/null 2>&1
|
223
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta.cpp -fPIC -DPIC -o .libs/XMPMeta.o
|
224
|
XMPMeta.cpp: In static member function ‘static bool XMPMeta::Initialize()’:
|
225
|
XMPMeta.cpp:742:17: warning: variable ‘flag’ set but not used [-Wunused-but-set-variable]
|
226
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta.cpp -o XMPMeta.o >/dev/null 2>&1
|
227
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta-GetSet.cpp -fPIC -DPIC -o .libs/XMPMeta-GetSet.o
|
228
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta-GetSet.cpp -o XMPMeta-GetSet.o >/dev/null 2>&1
|
229
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta-Parse.cpp -fPIC -DPIC -o .libs/XMPMeta-Parse.o
|
230
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta-Parse.cpp -o XMPMeta-Parse.o >/dev/null 2>&1
|
231
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta-Serialize.cpp -fPIC -DPIC -o .libs/XMPMeta-Serialize.o
|
232
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPMeta-Serialize.cpp -o XMPMeta-Serialize.o >/dev/null 2>&1
|
233
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPIterator.cpp -fPIC -DPIC -o .libs/XMPIterator.o
|
234
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPIterator.cpp -o XMPIterator.o >/dev/null 2>&1
|
235
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPUtils.cpp -fPIC -DPIC -o .libs/XMPUtils.o
|
236
|
XMPUtils.cpp: In function ‘size_t MoveLargestProperty(XMPMeta&, XMPMeta*, PropSizeMap&)’:
|
237
|
XMPUtils.cpp:605:10: warning: variable ‘moved’ set but not used [-Wunused-but-set-variable]
|
238
|
XMPUtils.cpp: In static member function ‘static void XMPUtils::PackageForJPEG(const XMPMeta&, const char**, XMP_StringLen*, const char**, XMP_StringLen*, const char**, XMP_StringLen*)’:
|
239
|
XMPUtils.cpp:1845:15: warning: variable ‘packetEnd’ set but not used [-Wunused-but-set-variable]
|
240
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPUtils.cpp -o XMPUtils.o >/dev/null 2>&1
|
241
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPUtils-FileInfo.cpp -fPIC -DPIC -o .libs/XMPUtils-FileInfo.o
|
242
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPUtils-FileInfo.cpp -o XMPUtils-FileInfo.o >/dev/null 2>&1
|
243
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPCore_Impl.cpp -fPIC -DPIC -o .libs/XMPCore_Impl.o
|
244
|
XMPCore_Impl.cpp: In function ‘XMP_Node* FindSchemaNode(XMP_Node*, XMP_StringPtr, bool, XMP_NodePtrPos*)’:
|
245
|
XMPCore_Impl.cpp:848:14: warning: variable ‘found’ set but not used [-Wunused-but-set-variable]
|
246
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XMPCore_Impl.cpp -o XMPCore_Impl.o >/dev/null 2>&1
|
247
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c ExpatAdapter.cpp -fPIC -DPIC -o .libs/ExpatAdapter.o
|
248
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c ExpatAdapter.cpp -o ExpatAdapter.o >/dev/null 2>&1
|
249
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c ParseRDF.cpp -fPIC -DPIC -o .libs/ParseRDF.o
|
250
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c ParseRDF.cpp -o ParseRDF.o >/dev/null 2>&1
|
251
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c UnicodeConversions.cpp -fPIC -DPIC -o .libs/UnicodeConversions.o
|
252
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c UnicodeConversions.cpp -o UnicodeConversions.o >/dev/null 2>&1
|
253
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c MD5.cpp -fPIC -DPIC -o .libs/MD5.o
|
254
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c MD5.cpp -o MD5.o >/dev/null 2>&1
|
255
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c WXMPMeta.cpp -fPIC -DPIC -o .libs/WXMPMeta.o
|
256
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c WXMPMeta.cpp -o WXMPMeta.o >/dev/null 2>&1
|
257
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c WXMPIterator.cpp -fPIC -DPIC -o .libs/WXMPIterator.o
|
258
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c WXMPIterator.cpp -o WXMPIterator.o >/dev/null 2>&1
|
259
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c WXMPUtils.cpp -fPIC -DPIC -o .libs/WXMPUtils.o
|
260
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c WXMPUtils.cpp -o WXMPUtils.o >/dev/null 2>&1
|
261
|
../../libtool --mode=link g++ -ldl -o libxmpsdk.la XML_Node.lo XMPMeta.lo XMPMeta-GetSet.lo XMPMeta-Parse.lo XMPMeta-Serialize.lo XMPIterator.lo XMPUtils.lo XMPUtils-FileInfo.lo XMPCore_Impl.lo ExpatAdapter.lo ParseRDF.lo UnicodeConversions.lo MD5.lo WXMPMeta.lo WXMPIterator.lo WXMPUtils.lo
|
262
|
libtool: link: ar cru .libs/libxmpsdk.a .libs/XML_Node.o .libs/XMPMeta.o .libs/XMPMeta-GetSet.o .libs/XMPMeta-Parse.o .libs/XMPMeta-Serialize.o .libs/XMPIterator.o .libs/XMPUtils.o .libs/XMPUtils-FileInfo.o .libs/XMPCore_Impl.o .libs/ExpatAdapter.o .libs/ParseRDF.o .libs/UnicodeConversions.o .libs/MD5.o .libs/WXMPMeta.o .libs/WXMPIterator.o .libs/WXMPUtils.o
|
263
|
libtool: link: ranlib .libs/libxmpsdk.a
|
264
|
libtool: link: ( cd ".libs" && rm -f "libxmpsdk.la" && ln -s "../libxmpsdk.la" "libxmpsdk.la" )
|
265
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src'
|
266
|
cd src && make
|
267
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/src'
|
268
|
LC_ALL=C sed 's/#define \([A-Z]\)/#define EXV_\1/; s/#undef \([A-Z]\)/#undef EXV_\1/' < ../config/config.h > exv_conf.h
|
269
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 asfvideo.cpp -fPIC -DPIC -o .libs/asfvideo.o
|
270
|
In file included from asfvideo.cpp:29:0:
|
271
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
272
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 asfvideo.cpp -o asfvideo.o >/dev/null 2>&1
|
273
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 basicio.cpp -fPIC -DPIC -o .libs/basicio.o
|
274
|
In file included from basicio.cpp:28:0:
|
275
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
276
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 basicio.cpp -o basicio.o >/dev/null 2>&1
|
277
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 bmpimage.cpp -fPIC -DPIC -o .libs/bmpimage.o
|
278
|
In file included from bmpimage.cpp:28:0:
|
279
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
280
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 bmpimage.cpp -o bmpimage.o >/dev/null 2>&1
|
281
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 canonmn.cpp -fPIC -DPIC -o .libs/canonmn.o
|
282
|
In file included from canonmn.cpp:29:0:
|
283
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
284
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 canonmn.cpp -o canonmn.o >/dev/null 2>&1
|
285
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 convert.cpp -fPIC -DPIC -o .libs/convert.o
|
286
|
In file included from convert.cpp:30:0:
|
287
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
288
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 convert.cpp -o convert.o >/dev/null 2>&1
|
289
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 cr2image.cpp -fPIC -DPIC -o .libs/cr2image.o
|
290
|
In file included from cr2image.cpp:29:0:
|
291
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
292
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 cr2image.cpp -o cr2image.o >/dev/null 2>&1
|
293
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 crwimage.cpp -fPIC -DPIC -o .libs/crwimage.o
|
294
|
In file included from crwimage.cpp:29:0:
|
295
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
296
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 crwimage.cpp -o crwimage.o >/dev/null 2>&1
|
297
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 datasets.cpp -fPIC -DPIC -o .libs/datasets.o
|
298
|
In file included from datasets.cpp:29:0:
|
299
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
300
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 datasets.cpp -o datasets.o >/dev/null 2>&1
|
301
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 easyaccess.cpp -fPIC -DPIC -o .libs/easyaccess.o
|
302
|
In file included from easyaccess.cpp:29:0:
|
303
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
304
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 easyaccess.cpp -o easyaccess.o >/dev/null 2>&1
|
305
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 epsimage.cpp -fPIC -DPIC -o .libs/epsimage.o
|
306
|
In file included from epsimage.cpp:29:0:
|
307
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
308
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 epsimage.cpp -o epsimage.o >/dev/null 2>&1
|
309
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 error.cpp -fPIC -DPIC -o .libs/error.o
|
310
|
In file included from error.cpp:28:0:
|
311
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
312
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 error.cpp -o error.o >/dev/null 2>&1
|
313
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 exif.cpp -fPIC -DPIC -o .libs/exif.o
|
314
|
In file included from exif.cpp:29:0:
|
315
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
316
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 exif.cpp -o exif.o >/dev/null 2>&1
|
317
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 futils.cpp -fPIC -DPIC -o .libs/futils.o
|
318
|
In file included from futils.cpp:29:0:
|
319
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
320
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 futils.cpp -o futils.o >/dev/null 2>&1
|
321
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 fujimn.cpp -fPIC -DPIC -o .libs/fujimn.o
|
322
|
In file included from fujimn.cpp:31:0:
|
323
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
324
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 fujimn.cpp -o fujimn.o >/dev/null 2>&1
|
325
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 gifimage.cpp -fPIC -DPIC -o .libs/gifimage.o
|
326
|
In file included from gifimage.cpp:28:0:
|
327
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
328
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 gifimage.cpp -o gifimage.o >/dev/null 2>&1
|
329
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 image.cpp -fPIC -DPIC -o .libs/image.o
|
330
|
In file included from image.cpp:32:0:
|
331
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
332
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 image.cpp -o image.o >/dev/null 2>&1
|
333
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 iptc.cpp -fPIC -DPIC -o .libs/iptc.o
|
334
|
In file included from iptc.cpp:28:0:
|
335
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
336
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 iptc.cpp -o iptc.o >/dev/null 2>&1
|
337
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 jp2image.cpp -fPIC -DPIC -o .libs/jp2image.o
|
338
|
In file included from jp2image.cpp:29:0:
|
339
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
340
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 jp2image.cpp -o jp2image.o >/dev/null 2>&1
|
341
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 jpgimage.cpp -fPIC -DPIC -o .libs/jpgimage.o
|
342
|
In file included from jpgimage.cpp:31:0:
|
343
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
344
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 jpgimage.cpp -o jpgimage.o >/dev/null 2>&1
|
345
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 makernote.cpp -fPIC -DPIC -o .libs/makernote.o
|
346
|
In file included from makernote.cpp:28:0:
|
347
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
348
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 makernote.cpp -o makernote.o >/dev/null 2>&1
|
349
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 matroskavideo.cpp -fPIC -DPIC -o .libs/matroskavideo.o
|
350
|
In file included from matroskavideo.cpp:29:0:
|
351
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
352
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 matroskavideo.cpp -o matroskavideo.o >/dev/null 2>&1
|
353
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 metadatum.cpp -fPIC -DPIC -o .libs/metadatum.o
|
354
|
In file included from metadatum.cpp:30:0:
|
355
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
356
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 metadatum.cpp -o metadatum.o >/dev/null 2>&1
|
357
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 minoltamn.cpp -fPIC -DPIC -o .libs/minoltamn.o
|
358
|
In file included from minoltamn.cpp:31:0:
|
359
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
360
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 minoltamn.cpp -o minoltamn.o >/dev/null 2>&1
|
361
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 mrwimage.cpp -fPIC -DPIC -o .libs/mrwimage.o
|
362
|
In file included from mrwimage.cpp:29:0:
|
363
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
364
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 mrwimage.cpp -o mrwimage.o >/dev/null 2>&1
|
365
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 nikonmn.cpp -fPIC -DPIC -o .libs/nikonmn.o
|
366
|
In file included from nikonmn.cpp:34:0:
|
367
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
368
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 nikonmn.cpp -o nikonmn.o >/dev/null 2>&1
|
369
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 olympusmn.cpp -fPIC -DPIC -o .libs/olympusmn.o
|
370
|
In file included from olympusmn.cpp:33:0:
|
371
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
372
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 olympusmn.cpp -o olympusmn.o >/dev/null 2>&1
|
373
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 orfimage.cpp -fPIC -DPIC -o .libs/orfimage.o
|
374
|
In file included from orfimage.cpp:29:0:
|
375
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
376
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 orfimage.cpp -o orfimage.o >/dev/null 2>&1
|
377
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 panasonicmn.cpp -fPIC -DPIC -o .libs/panasonicmn.o
|
378
|
In file included from panasonicmn.cpp:30:0:
|
379
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
380
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 panasonicmn.cpp -o panasonicmn.o >/dev/null 2>&1
|
381
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pgfimage.cpp -fPIC -DPIC -o .libs/pgfimage.o
|
382
|
In file included from pgfimage.cpp:29:0:
|
383
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
384
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pgfimage.cpp -o pgfimage.o >/dev/null 2>&1
|
385
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pngimage.cpp -fPIC -DPIC -o .libs/pngimage.o
|
386
|
In file included from pngimage.cpp:29:0:
|
387
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
388
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pngimage.cpp -o pngimage.o >/dev/null 2>&1
|
389
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pngchunk.cpp -fPIC -DPIC -o .libs/pngchunk.o
|
390
|
In file included from pngchunk.cpp:29:0:
|
391
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
392
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pngchunk.cpp -o pngchunk.o >/dev/null 2>&1
|
393
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 preview.cpp -fPIC -DPIC -o .libs/preview.o
|
394
|
In file included from preview.cpp:28:0:
|
395
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
396
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 preview.cpp -o preview.o >/dev/null 2>&1
|
397
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 properties.cpp -fPIC -DPIC -o .libs/properties.o
|
398
|
In file included from properties.cpp:29:0:
|
399
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
400
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 properties.cpp -o properties.o >/dev/null 2>&1
|
401
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 psdimage.cpp -fPIC -DPIC -o .libs/psdimage.o
|
402
|
In file included from psdimage.cpp:29:0:
|
403
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
404
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 psdimage.cpp -o psdimage.o >/dev/null 2>&1
|
405
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 quicktimevideo.cpp -fPIC -DPIC -o .libs/quicktimevideo.o
|
406
|
In file included from quicktimevideo.cpp:29:0:
|
407
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
408
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 quicktimevideo.cpp -o quicktimevideo.o >/dev/null 2>&1
|
409
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 rafimage.cpp -fPIC -DPIC -o .libs/rafimage.o
|
410
|
In file included from rafimage.cpp:29:0:
|
411
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
412
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 rafimage.cpp -o rafimage.o >/dev/null 2>&1
|
413
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 riffvideo.cpp -fPIC -DPIC -o .libs/riffvideo.o
|
414
|
In file included from riffvideo.cpp:29:0:
|
415
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
416
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 riffvideo.cpp -o riffvideo.o >/dev/null 2>&1
|
417
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 rw2image.cpp -fPIC -DPIC -o .libs/rw2image.o
|
418
|
In file included from rw2image.cpp:29:0:
|
419
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
420
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 rw2image.cpp -o rw2image.o >/dev/null 2>&1
|
421
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 samsungmn.cpp -fPIC -DPIC -o .libs/samsungmn.o
|
422
|
In file included from samsungmn.cpp:28:0:
|
423
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
424
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 samsungmn.cpp -o samsungmn.o >/dev/null 2>&1
|
425
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 sigmamn.cpp -fPIC -DPIC -o .libs/sigmamn.o
|
426
|
In file included from sigmamn.cpp:31:0:
|
427
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
428
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 sigmamn.cpp -o sigmamn.o >/dev/null 2>&1
|
429
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pentaxmn.cpp -fPIC -DPIC -o .libs/pentaxmn.o
|
430
|
In file included from pentaxmn.cpp:32:0:
|
431
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
432
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 pentaxmn.cpp -o pentaxmn.o >/dev/null 2>&1
|
433
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 sonymn.cpp -fPIC -DPIC -o .libs/sonymn.o
|
434
|
In file included from sonymn.cpp:28:0:
|
435
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
436
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 sonymn.cpp -o sonymn.o >/dev/null 2>&1
|
437
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tags.cpp -fPIC -DPIC -o .libs/tags.o
|
438
|
In file included from tags.cpp:30:0:
|
439
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
440
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tags.cpp -o tags.o >/dev/null 2>&1
|
441
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tgaimage.cpp -fPIC -DPIC -o .libs/tgaimage.o
|
442
|
In file included from tgaimage.cpp:28:0:
|
443
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
444
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tgaimage.cpp -o tgaimage.o >/dev/null 2>&1
|
445
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tiffcomposite.cpp -fPIC -DPIC -o .libs/tiffcomposite.o
|
446
|
In file included from tiffcomposite.cpp:28:0:
|
447
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
448
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tiffcomposite.cpp -o tiffcomposite.o >/dev/null 2>&1
|
449
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tiffimage.cpp -fPIC -DPIC -o .libs/tiffimage.o
|
450
|
In file included from tiffimage.cpp:29:0:
|
451
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
452
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tiffimage.cpp -o tiffimage.o >/dev/null 2>&1
|
453
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tiffvisitor.cpp -fPIC -DPIC -o .libs/tiffvisitor.o
|
454
|
In file included from tiffvisitor.cpp:28:0:
|
455
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
456
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 tiffvisitor.cpp -o tiffvisitor.o >/dev/null 2>&1
|
457
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 types.cpp -fPIC -DPIC -o .libs/types.o
|
458
|
In file included from types.cpp:29:0:
|
459
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
460
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 types.cpp -o types.o >/dev/null 2>&1
|
461
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 value.cpp -fPIC -DPIC -o .libs/value.o
|
462
|
In file included from value.cpp:30:0:
|
463
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
464
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 value.cpp -o value.o >/dev/null 2>&1
|
465
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 version.cpp -fPIC -DPIC -o .libs/version.o
|
466
|
In file included from version.cpp:29:0:
|
467
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
468
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 version.cpp -o version.o >/dev/null 2>&1
|
469
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 xmp.cpp -fPIC -DPIC -o .libs/xmp.o
|
470
|
In file included from xmp.cpp:28:0:
|
471
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
472
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 xmp.cpp -o xmp.o >/dev/null 2>&1
|
473
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 xmpsidecar.cpp -fPIC -DPIC -o .libs/xmpsidecar.o
|
474
|
In file included from xmpsidecar.cpp:29:0:
|
475
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
476
|
libtool: compile: g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -DEXV_BUILDING_LIB=1 xmpsidecar.cpp -o xmpsidecar.o >/dev/null 2>&1
|
477
|
../libtool --mode=link g++ -ldl -L../xmpsdk/src -o libexiv2.la asfvideo.lo basicio.lo bmpimage.lo canonmn.lo convert.lo cr2image.lo crwimage.lo datasets.lo easyaccess.lo epsimage.lo error.lo exif.lo futils.lo fujimn.lo gifimage.lo image.lo iptc.lo jp2image.lo jpgimage.lo makernote.lo matroskavideo.lo metadatum.lo minoltamn.lo mrwimage.lo nikonmn.lo olympusmn.lo orfimage.lo panasonicmn.lo pgfimage.lo pngimage.lo pngchunk.lo preview.lo properties.lo psdimage.lo quicktimevideo.lo rafimage.lo riffvideo.lo rw2image.lo samsungmn.lo sigmamn.lo pentaxmn.lo sonymn.lo tags.lo tgaimage.lo tiffcomposite.lo tiffimage.lo tiffvisitor.lo types.lo value.lo version.lo xmp.lo xmpsidecar.lo -rpath /usr/local/lib -version-info 12:0:0 -lz -lm -lexpat -lxmpsdk
|
478
|
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtbeginS.o .libs/asfvideo.o .libs/basicio.o .libs/bmpimage.o .libs/canonmn.o .libs/convert.o .libs/cr2image.o .libs/crwimage.o .libs/datasets.o .libs/easyaccess.o .libs/epsimage.o .libs/error.o .libs/exif.o .libs/futils.o .libs/fujimn.o .libs/gifimage.o .libs/image.o .libs/iptc.o .libs/jp2image.o .libs/jpgimage.o .libs/makernote.o .libs/matroskavideo.o .libs/metadatum.o .libs/minoltamn.o .libs/mrwimage.o .libs/nikonmn.o .libs/olympusmn.o .libs/orfimage.o .libs/panasonicmn.o .libs/pgfimage.o .libs/pngimage.o .libs/pngchunk.o .libs/preview.o .libs/properties.o .libs/psdimage.o .libs/quicktimevideo.o .libs/rafimage.o .libs/riffvideo.o .libs/rw2image.o .libs/samsungmn.o .libs/sigmamn.o .libs/pentaxmn.o .libs/sonymn.o .libs/tags.o .libs/tgaimage.o .libs/tiffcomposite.o .libs/tiffimage.o .libs/tiffvisitor.o .libs/types.o .libs/value.o .libs/version.o .libs/xmp.o .libs/xmpsidecar.o -Wl,--whole-archive /home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src/.libs/libxmpsdk.a -Wl,--no-whole-archive -L/home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src -lz -lexpat -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.7.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crtn.o -Wl,-soname -Wl,libexiv2.so.12 -o .libs/libexiv2.so.12.0.0
|
479
|
libtool: link: (cd ".libs" && rm -f "libexiv2.so.12" && ln -s "libexiv2.so.12.0.0" "libexiv2.so.12")
|
480
|
libtool: link: (cd ".libs" && rm -f "libexiv2.so" && ln -s "libexiv2.so.12.0.0" "libexiv2.so")
|
481
|
libtool: link: (cd .libs/libexiv2.lax/libxmpsdk.a && ar x "/home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src/.libs/libxmpsdk.a")
|
482
|
libtool: link: ar cru .libs/libexiv2.a asfvideo.o basicio.o bmpimage.o canonmn.o convert.o cr2image.o crwimage.o datasets.o easyaccess.o epsimage.o error.o exif.o futils.o fujimn.o gifimage.o image.o iptc.o jp2image.o jpgimage.o makernote.o matroskavideo.o metadatum.o minoltamn.o mrwimage.o nikonmn.o olympusmn.o orfimage.o panasonicmn.o pgfimage.o pngimage.o pngchunk.o preview.o properties.o psdimage.o quicktimevideo.o rafimage.o riffvideo.o rw2image.o samsungmn.o sigmamn.o pentaxmn.o sonymn.o tags.o tgaimage.o tiffcomposite.o tiffimage.o tiffvisitor.o types.o value.o version.o xmp.o xmpsidecar.o .libs/libexiv2.lax/libxmpsdk.a/UnicodeConversions.o .libs/libexiv2.lax/libxmpsdk.a/XML_Node.o .libs/libexiv2.lax/libxmpsdk.a/XMPCore_Impl.o .libs/libexiv2.lax/libxmpsdk.a/WXMPIterator.o .libs/libexiv2.lax/libxmpsdk.a/XMPUtils.o .libs/libexiv2.lax/libxmpsdk.a/XMPUtils-FileInfo.o .libs/libexiv2.lax/libxmpsdk.a/XMPMeta.o .libs/libexiv2.lax/libxmpsdk.a/MD5.o .libs/libexiv2.lax/libxmpsdk.a/WXMPUtils.o .libs/libexiv2.lax/libxmpsdk.a/XMPMeta-GetSet.o .libs/libexiv2.lax/libxmpsdk.a/XMPMeta-Parse.o .libs/libexiv2.lax/libxmpsdk.a/XMPIterator.o .libs/libexiv2.lax/libxmpsdk.a/WXMPMeta.o .libs/libexiv2.lax/libxmpsdk.a/XMPMeta-Serialize.o .libs/libexiv2.lax/libxmpsdk.a/ExpatAdapter.o .libs/libexiv2.lax/libxmpsdk.a/ParseRDF.o
|
483
|
libtool: link: ranlib .libs/libexiv2.a
|
484
|
libtool: link: rm -fr .libs/libexiv2.lax
|
485
|
libtool: link: ( cd ".libs" && rm -f "libexiv2.la" && ln -s "../libexiv2.la" "libexiv2.la" )
|
486
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -o exiv2.o exiv2.cpp
|
487
|
In file included from exiv2.cpp:30:0:
|
488
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
489
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -o actions.o actions.cpp
|
490
|
In file included from actions.cpp:29:0:
|
491
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
492
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -o utils.o utils.cpp
|
493
|
In file included from utils.cpp:28:0:
|
494
|
rcsid_int.hpp:58:1: warning: multi-line comment [-Wcomment]
|
495
|
mkdir -pv ../bin 2>&1 > /dev/null
|
496
|
libtool: link: g++ -o ../bin/.libs/exiv2 exiv2.o actions.o utils.o -ldl -L/home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src ./.libs/libexiv2.so -Wl,-rpath -Wl,/usr/local/lib
|
497
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/src'
|
498
|
cd po && make
|
499
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/po'
|
500
|
test ! -f ./exiv2.pot || \
|
501
|
test -z "de.gmo es.gmo fi.gmo fr.gmo pl.gmo ru.gmo sk.gmo" || make de.gmo es.gmo fi.gmo fr.gmo pl.gmo ru.gmo sk.gmo
|
502
|
make[2]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/po'
|
503
|
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
|
504
|
2740 translated messages, 1318 fuzzy translations, 701 untranslated messages.
|
505
|
/usr/bin/msgmerge --update es.po exiv2.pot
|
506
|
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. done.
|
507
|
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
|
508
|
396 translated messages, 2870 fuzzy translations, 1493 untranslated messages.
|
509
|
/usr/bin/msgmerge --update fi.po exiv2.pot
|
510
|
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ done.
|
511
|
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
|
512
|
314 translated messages, 1209 fuzzy translations, 3236 untranslated messages.
|
513
|
/usr/bin/msgmerge --update fr.po exiv2.pot
|
514
|
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. done.
|
515
|
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
|
516
|
1452 translated messages, 1990 fuzzy translations, 1317 untranslated messages.
|
517
|
/usr/bin/msgmerge --update pl.po exiv2.pot
|
518
|
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
|
519
|
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
|
520
|
2889 translated messages, 1146 fuzzy translations, 724 untranslated messages.
|
521
|
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
|
522
|
889 translated messages, 2481 fuzzy translations, 1389 untranslated messages.
|
523
|
/usr/bin/msgmerge --update sk.po exiv2.pot
|
524
|
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
|
525
|
rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po
|
526
|
2227 translated messages, 1571 fuzzy translations, 961 untranslated messages.
|
527
|
make[2]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/po'
|
528
|
touch stamp-po
|
529
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/po'
|
530
|
[Wani@Linux trunk]$ make samples
|
531
|
cd samples && make samples
|
532
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/samples'
|
533
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o addmoddel.o addmoddel.cpp
|
534
|
mkdir -pv ../bin 2>&1 > /dev/null
|
535
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/addmoddel addmoddel.o
|
536
|
libtool: link: g++ -o ../bin/addmoddel addmoddel.o -lexiv2
|
537
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o convert-test.o convert-test.cpp
|
538
|
mkdir -pv ../bin 2>&1 > /dev/null
|
539
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/convert-test convert-test.o
|
540
|
libtool: link: g++ -o ../bin/convert-test convert-test.o -lexiv2
|
541
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o easyaccess-test.o easyaccess-test.cpp
|
542
|
mkdir -pv ../bin 2>&1 > /dev/null
|
543
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/easyaccess-test easyaccess-test.o
|
544
|
libtool: link: g++ -o ../bin/easyaccess-test easyaccess-test.o -lexiv2
|
545
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o exifcomment.o exifcomment.cpp
|
546
|
mkdir -pv ../bin 2>&1 > /dev/null
|
547
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/exifcomment exifcomment.o
|
548
|
libtool: link: g++ -o ../bin/exifcomment exifcomment.o -lexiv2
|
549
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o exifdata-test.o exifdata-test.cpp
|
550
|
mkdir -pv ../bin 2>&1 > /dev/null
|
551
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/exifdata-test exifdata-test.o
|
552
|
libtool: link: g++ -o ../bin/exifdata-test exifdata-test.o -lexiv2
|
553
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o exifprint.o exifprint.cpp
|
554
|
mkdir -pv ../bin 2>&1 > /dev/null
|
555
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/exifprint exifprint.o
|
556
|
libtool: link: g++ -o ../bin/exifprint exifprint.o -lexiv2
|
557
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o iotest.o iotest.cpp
|
558
|
mkdir -pv ../bin 2>&1 > /dev/null
|
559
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/iotest iotest.o
|
560
|
libtool: link: g++ -o ../bin/iotest iotest.o -lexiv2
|
561
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o iptceasy.o iptceasy.cpp
|
562
|
mkdir -pv ../bin 2>&1 > /dev/null
|
563
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/iptceasy iptceasy.o
|
564
|
libtool: link: g++ -o ../bin/iptceasy iptceasy.o -lexiv2
|
565
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o iptcprint.o iptcprint.cpp
|
566
|
mkdir -pv ../bin 2>&1 > /dev/null
|
567
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/iptcprint iptcprint.o
|
568
|
libtool: link: g++ -o ../bin/iptcprint iptcprint.o -lexiv2
|
569
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o iptctest.o iptctest.cpp
|
570
|
mkdir -pv ../bin 2>&1 > /dev/null
|
571
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/iptctest iptctest.o
|
572
|
libtool: link: g++ -o ../bin/iptctest iptctest.o -lexiv2
|
573
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o key-test.o key-test.cpp
|
574
|
mkdir -pv ../bin 2>&1 > /dev/null
|
575
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/key-test key-test.o
|
576
|
libtool: link: g++ -o ../bin/key-test key-test.o -lexiv2
|
577
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o largeiptc-test.o largeiptc-test.cpp
|
578
|
mkdir -pv ../bin 2>&1 > /dev/null
|
579
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/largeiptc-test largeiptc-test.o
|
580
|
libtool: link: g++ -o ../bin/largeiptc-test largeiptc-test.o -lexiv2
|
581
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o mmap-test.o mmap-test.cpp
|
582
|
mkdir -pv ../bin 2>&1 > /dev/null
|
583
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/mmap-test mmap-test.o
|
584
|
libtool: link: g++ -o ../bin/mmap-test mmap-test.o -lexiv2
|
585
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o prevtest.o prevtest.cpp
|
586
|
mkdir -pv ../bin 2>&1 > /dev/null
|
587
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/prevtest prevtest.o
|
588
|
libtool: link: g++ -o ../bin/prevtest prevtest.o -lexiv2
|
589
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o stringto-test.o stringto-test.cpp
|
590
|
mkdir -pv ../bin 2>&1 > /dev/null
|
591
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/stringto-test stringto-test.o
|
592
|
libtool: link: g++ -o ../bin/stringto-test stringto-test.o -lexiv2
|
593
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o taglist.o taglist.cpp
|
594
|
mkdir -pv ../bin 2>&1 > /dev/null
|
595
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/taglist taglist.o
|
596
|
libtool: link: g++ -o ../bin/taglist taglist.o -lexiv2
|
597
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o tiff-test.o tiff-test.cpp
|
598
|
mkdir -pv ../bin 2>&1 > /dev/null
|
599
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/tiff-test tiff-test.o
|
600
|
libtool: link: g++ -o ../bin/tiff-test tiff-test.o -lexiv2
|
601
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o werror-test.o werror-test.cpp
|
602
|
mkdir -pv ../bin 2>&1 > /dev/null
|
603
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/werror-test werror-test.o
|
604
|
libtool: link: g++ -o ../bin/werror-test werror-test.o -lexiv2
|
605
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o write-test.o write-test.cpp
|
606
|
mkdir -pv ../bin 2>&1 > /dev/null
|
607
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/write-test write-test.o
|
608
|
libtool: link: g++ -o ../bin/write-test write-test.o -lexiv2
|
609
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o write2-test.o write2-test.cpp
|
610
|
mkdir -pv ../bin 2>&1 > /dev/null
|
611
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/write2-test write2-test.o
|
612
|
libtool: link: g++ -o ../bin/write2-test write2-test.o -lexiv2
|
613
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o xmpparse.o xmpparse.cpp
|
614
|
mkdir -pv ../bin 2>&1 > /dev/null
|
615
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/xmpparse xmpparse.o
|
616
|
libtool: link: g++ -o ../bin/xmpparse xmpparse.o -lexiv2
|
617
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o xmpparser-test.o xmpparser-test.cpp
|
618
|
mkdir -pv ../bin 2>&1 > /dev/null
|
619
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/xmpparser-test xmpparser-test.o
|
620
|
libtool: link: g++ -o ../bin/xmpparser-test xmpparser-test.o -lexiv2
|
621
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o xmpsample.o xmpsample.cpp
|
622
|
mkdir -pv ../bin 2>&1 > /dev/null
|
623
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -o ../bin/xmpsample xmpsample.o
|
624
|
libtool: link: g++ -o ../bin/xmpsample xmpsample.o -lexiv2
|
625
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o geotag.o geotag.cpp
|
626
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` -lexpat geotag.o -o ../bin/geotag
|
627
|
libtool: link: g++ geotag.o -o ../bin/geotag -lexiv2 -lexpat
|
628
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o metacopy.o metacopy.cpp
|
629
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` metacopy.o ../src/utils.o -o ../bin/metacopy
|
630
|
libtool: link: g++ metacopy.o ../src/utils.o -o ../bin/metacopy -lexiv2
|
631
|
g++ -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD `pkg-config exiv2 --cflags` -c -I../src -o path-test.o path-test.cpp
|
632
|
../libtool --mode=link g++ `pkg-config exiv2 --libs` path-test.o ../src/utils.o -o ../bin/path-test
|
633
|
libtool: link: g++ path-test.o ../src/utils.o -o ../bin/path-test -lexiv2
|
634
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/samples'
|
635
|
[Wani@Linux trunk]$ make tests
|
636
|
cd test && make test
|
637
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/test'
|
638
|
Running addmoddel.sh ...
|
639
|
all testcases passed.
|
640
|
Running bugfixes-test.sh ...
|
641
|
426 440 443 444 445 447 452 460 479 480 495 498 501 528 540 554 662 666 683 711 726 751 769 799 800 831 (836 skipped) 841 876 884
|
642
|
all testcases passed.
|
643
|
Running exifdata-test.sh ...
|
644
|
all testcases passed.
|
645
|
Running exiv2-test.sh ...
|
646
|
all testcases passed.
|
647
|
Running imagetest.sh ...
|
648
|
|
649
|
Erase all tests..................
|
650
|
Copy all tests.........
|
651
|
Copy iptc tests.........
|
652
|
---------------------------------------------------------
|
653
|
All test cases passed
|
654
|
Running iotest.sh ...
|
655
|
|
656
|
Io tests...
|
657
|
---------------------------------------------------------
|
658
|
All test cases passed
|
659
|
Running iptctest.sh ...
|
660
|
|
661
|
Read tests..................
|
662
|
Remove tests..................
|
663
|
Add/Mod tests..................
|
664
|
Extended tests..................
|
665
|
---------------------------------------------------------
|
666
|
All test cases passed
|
667
|
Running modify-test.sh ...
|
668
|
all testcases passed.
|
669
|
Running path-test.sh ...
|
670
|
Running preview-test.sh ...
|
671
|
............................................................................................
|
672
|
All testcases passed.
|
673
|
Running stringto-test.sh ...
|
674
|
all testcases passed.
|
675
|
Running tiff-test.sh ...
|
676
|
tiff-test.sh: exifprobe not found. Skipping TIFF tests.
|
677
|
Running write-test.sh ...
|
678
|
all testcases passed.
|
679
|
Running write2-test.sh ...
|
680
|
all testcases passed.
|
681
|
Running xmpparser-test.sh ...
|
682
|
all testcases passed.
|
683
|
Running conversions.sh ...
|
684
|
all testcases passed.
|
685
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/test'
|
686
|
[Wani@Linux trunk]$
|
687
|
|
688
|
|
689
|
|
690
|
|