Ticket #67295: meson-log.txt

File meson-log.txt, 133.4 KB (added by rmottola (Riccardo), 13 months ago)
Line 
1Build started at 2023-04-23T20:10:45.213354
2Main binary: /opt/local/Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11
3Build Options: -Dgtk_doc=true -Dprefix=/opt/local
4Python system: Darwin
5The Meson build system
6Version: 1.1.0
7Source dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/gexiv2-0.14.0
8Build dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build
9Build type: native build
10Project name: gexiv2
11Project version: 0.14.0
12-----
13Detecting compiler via: /opt/local/bin/clang-mp-7.0 --version
14compiler returned <Popen: returncode: 0 args: ['/opt/local/bin/clang-mp-7.0', '--version']>
15compiler stdout:
16clang version 7.1.0 (tags/RELEASE_710/final)
17Target: i386-apple-darwin9.8.0
18Thread model: posix
19InstalledDir: /opt/local/libexec/llvm-7.0/bin
20
21compiler stderr:
22
23Running command: /opt/local/bin/clang-mp-7.0 -E -dM -
24-----
25Detecting linker via: /opt/local/bin/clang-mp-7.0 -Wl,--version -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -arch i386 -I/opt/local/include
26linker returned <Popen: returncode: 1 args: ['/opt/local/bin/clang-mp-7.0', '-Wl,--version',...>
27linker stdout:
28
29linker stderr:
30ld: unknown option: --version
31clang: error: linker command failed with exit code 1 (use -v to see invocation)
32
33-----
34Detecting Apple linker via: /opt/local/bin/clang-mp-7.0 -Wl,-v -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -arch i386 -I/opt/local/include
35linker stdout:
36
37linker stderr:
38@(#)PROGRAM:ld  PROJECT:ld64-127.2
39configured to support archs: i386 x86_64 ppc ppc64 armv6 armv7
40Library search paths:
41        /opt/local/lib
42        /opt/local/lib
43        /usr/lib
44        /usr/local/lib
45Framework search paths:
46        /Library/Frameworks/
47        /System/Library/Frameworks/
48Undefined symbols for architecture i386:
49  "_main", referenced from:
50      start in crt1.10.5.o
51ld: symbol(s) not found for architecture i386
52clang: error: linker command failed with exit code 1 (use -v to see invocation)
53
54Sanity testing C compiler: /opt/local/bin/clang-mp-7.0
55Is cross compiler: False.
56Sanity check compiler command line: /opt/local/bin/clang-mp-7.0 sanitycheckc.c -o sanitycheckc.exe -pipe -Os -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
57Sanity check compile stdout:
58
59-----
60Sanity check compile stderr:
61
62-----
63Running test binary command:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/sanitycheckc.exe
64C compiler for the host machine: /opt/local/bin/clang-mp-7.0 (clang 7.1.0 "clang version 7.1.0 (tags/RELEASE_710/final)")
65C linker for the host machine: /opt/local/bin/clang-mp-7.0 ld64 127.2
66-----
67Detecting compiler via: /opt/local/bin/clang++-mp-7.0 --version
68compiler returned <Popen: returncode: 0 args: ['/opt/local/bin/clang++-mp-7.0', '--version']>
69compiler stdout:
70clang version 7.1.0 (tags/RELEASE_710/final)
71Target: i386-apple-darwin9.8.0
72Thread model: posix
73InstalledDir: /opt/local/libexec/llvm-7.0/bin
74
75compiler stderr:
76
77Running command: /opt/local/bin/clang++-mp-7.0 -E -dM -
78-----
79Detecting linker via: /opt/local/bin/clang++-mp-7.0 -Wl,--version -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -I/opt/local/include
80linker returned <Popen: returncode: 1 args: ['/opt/local/bin/clang++-mp-7.0', '-Wl,--version...>
81linker stdout:
82
83linker stderr:
84ld: unknown option: --version
85clang: error: linker command failed with exit code 1 (use -v to see invocation)
86
87-----
88Detecting Apple linker via: /opt/local/bin/clang++-mp-7.0 -Wl,-v -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -I/opt/local/include
89linker stdout:
90
91linker stderr:
92@(#)PROGRAM:ld  PROJECT:ld64-127.2
93configured to support archs: i386 x86_64 ppc ppc64 armv6 armv7
94Library search paths:
95        /opt/local/lib
96        /opt/local/lib
97        /usr/lib
98        /usr/local/lib
99Framework search paths:
100        /Library/Frameworks/
101        /System/Library/Frameworks/
102Undefined symbols for architecture i386:
103  "_main", referenced from:
104      start in crt1.10.5.o
105ld: symbol(s) not found for architecture i386
106clang: error: linker command failed with exit code 1 (use -v to see invocation)
107
108Sanity testing C++ compiler: /opt/local/bin/clang++-mp-7.0
109Is cross compiler: False.
110Sanity check compiler command line: /opt/local/bin/clang++-mp-7.0 sanitycheckcpp.cc -o sanitycheckcpp.exe -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
111Sanity check compile stdout:
112
113-----
114Sanity check compile stderr:
115
116-----
117Running test binary command:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/sanitycheckcpp.exe
118C++ compiler for the host machine: /opt/local/bin/clang++-mp-7.0 (clang 7.1.0 "clang version 7.1.0 (tags/RELEASE_710/final)")
119C++ linker for the host machine: /opt/local/bin/clang++-mp-7.0 ld64 127.2
120-----
121Detecting compiler via: /opt/local/bin/clang-mp-7.0 --version
122compiler returned <Popen: returncode: 0 args: ['/opt/local/bin/clang-mp-7.0', '--version']>
123compiler stdout:
124clang version 7.1.0 (tags/RELEASE_710/final)
125Target: i386-apple-darwin9.8.0
126Thread model: posix
127InstalledDir: /opt/local/libexec/llvm-7.0/bin
128
129compiler stderr:
130
131Running command: /opt/local/bin/clang-mp-7.0 -E -dM -
132-----
133Detecting linker via: /opt/local/bin/clang-mp-7.0 -Wl,--version -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -arch i386 -I/opt/local/include
134linker returned <Popen: returncode: 1 args: ['/opt/local/bin/clang-mp-7.0', '-Wl,--version',...>
135linker stdout:
136
137linker stderr:
138ld: unknown option: --version
139clang: error: linker command failed with exit code 1 (use -v to see invocation)
140
141-----
142Detecting Apple linker via: /opt/local/bin/clang-mp-7.0 -Wl,-v -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -arch i386 -I/opt/local/include
143linker stdout:
144
145linker stderr:
146@(#)PROGRAM:ld  PROJECT:ld64-127.2
147configured to support archs: i386 x86_64 ppc ppc64 armv6 armv7
148Library search paths:
149        /opt/local/lib
150        /opt/local/lib
151        /usr/lib
152        /usr/local/lib
153Framework search paths:
154        /Library/Frameworks/
155        /System/Library/Frameworks/
156Undefined symbols for architecture i386:
157  "_main", referenced from:
158      start in crt1.10.5.o
159ld: symbol(s) not found for architecture i386
160clang: error: linker command failed with exit code 1 (use -v to see invocation)
161
162Sanity testing C compiler: /opt/local/bin/clang-mp-7.0
163Is cross compiler: False.
164Sanity check compiler command line: /opt/local/bin/clang-mp-7.0 sanitycheckc.c -o sanitycheckc.exe -pipe -Os -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
165Sanity check compile stdout:
166
167-----
168Sanity check compile stderr:
169
170-----
171Running test binary command:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/sanitycheckc.exe
172C compiler for the build machine: /opt/local/bin/clang-mp-7.0 (clang 7.1.0 "clang version 7.1.0 (tags/RELEASE_710/final)")
173C linker for the build machine: /opt/local/bin/clang-mp-7.0 ld64 127.2
174-----
175Detecting compiler via: /opt/local/bin/clang++-mp-7.0 --version
176compiler returned <Popen: returncode: 0 args: ['/opt/local/bin/clang++-mp-7.0', '--version']>
177compiler stdout:
178clang version 7.1.0 (tags/RELEASE_710/final)
179Target: i386-apple-darwin9.8.0
180Thread model: posix
181InstalledDir: /opt/local/libexec/llvm-7.0/bin
182
183compiler stderr:
184
185Running command: /opt/local/bin/clang++-mp-7.0 -E -dM -
186-----
187Detecting linker via: /opt/local/bin/clang++-mp-7.0 -Wl,--version -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -I/opt/local/include
188linker returned <Popen: returncode: 1 args: ['/opt/local/bin/clang++-mp-7.0', '-Wl,--version...>
189linker stdout:
190
191linker stderr:
192ld: unknown option: --version
193clang: error: linker command failed with exit code 1 (use -v to see invocation)
194
195-----
196Detecting Apple linker via: /opt/local/bin/clang++-mp-7.0 -Wl,-v -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -I/opt/local/include
197linker stdout:
198
199linker stderr:
200@(#)PROGRAM:ld  PROJECT:ld64-127.2
201configured to support archs: i386 x86_64 ppc ppc64 armv6 armv7
202Library search paths:
203        /opt/local/lib
204        /opt/local/lib
205        /usr/lib
206        /usr/local/lib
207Framework search paths:
208        /Library/Frameworks/
209        /System/Library/Frameworks/
210Undefined symbols for architecture i386:
211  "_main", referenced from:
212      start in crt1.10.5.o
213ld: symbol(s) not found for architecture i386
214clang: error: linker command failed with exit code 1 (use -v to see invocation)
215
216Sanity testing C++ compiler: /opt/local/bin/clang++-mp-7.0
217Is cross compiler: False.
218Sanity check compiler command line: /opt/local/bin/clang++-mp-7.0 sanitycheckcpp.cc -o sanitycheckcpp.exe -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
219Sanity check compile stdout:
220
221-----
222Sanity check compile stderr:
223
224-----
225Running test binary command:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/sanitycheckcpp.exe
226C++ compiler for the build machine: /opt/local/bin/clang++-mp-7.0 (clang 7.1.0 "clang version 7.1.0 (tags/RELEASE_710/final)")
227C++ linker for the build machine: /opt/local/bin/clang++-mp-7.0 ld64 127.2
228Build machine cpu family: x86
229Build machine cpu: i386
230Host machine cpu family: x86
231Host machine cpu: i386
232Target machine cpu family: x86
233Target machine cpu: i386
234Message: Project API version: 0.10
235Pkg-config binary for 1 is not cached.
236Pkg-config binary missing from cross or native file, or env var undefined.
237Trying a default Pkg-config fallback at pkg-config
238Found pkg-config: /opt/local/bin/pkg-config (0.29.2)
239Determining dependency 'exiv2' with pkg-config executable '/opt/local/bin/pkg-config'
240env[PKG_CONFIG_PATH]:
241Called `/opt/local/bin/pkg-config --modversion exiv2` -> 0
242stdout:
2430.27.6
244-----------
245env[PKG_CONFIG_PATH]:
246Called `/opt/local/bin/pkg-config --cflags exiv2` -> 0
247env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
248env[PKG_CONFIG_PATH]:
249Called `/opt/local/bin/pkg-config --libs exiv2` -> 0
250stdout:
251-L/opt/local/lib -lexiv2
252-----------
253env[PKG_CONFIG_PATH]:
254Called `/opt/local/bin/pkg-config --libs exiv2` -> 0
255stdout:
256-L/opt/local/lib -lexiv2
257-----------
258Running compile:
259Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpel8bhb8e
260Command line:  /opt/local/bin/clang++-mp-7.0 -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpel8bhb8e/testfile.cpp -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpel8bhb8e/output.exe -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -O0 -fpermissive -Werror=implicit-function-declaration -Wl,-headerpad_max_install_names
261
262Code:
263 
264        #include<stdio.h>
265        int main(void) {
266            printf("%ld\n", (long)(sizeof(void *)));
267            return 0;
268        }
269Compiler stdout:
270 
271Compiler stderr:
272 
273Program stdout:
274
2754
276
277Program stderr:
278
279
280Running compile:
281Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpnf6chft5
282Command line:  /opt/local/bin/clang++-mp-7.0 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpnf6chft5/testfile.cpp -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpnf6chft5/output.obj -c -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument --print-search-dirs
283
284Code:
285 
286Compiler stdout:
287 programs: =/opt/local/libexec/llvm-7.0/bin
288libraries: =/opt/local/libexec/llvm-7.0/lib/clang/7.1.0
289
290Compiler stderr:
291 
292Run-time dependency exiv2 found: YES 0.27.6
293Pkg-config binary for 1 is cached.
294Determining dependency 'gobject-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
295env[PKG_CONFIG_PATH]:
296Called `/opt/local/bin/pkg-config --modversion gobject-2.0` -> 0
297stdout:
2982.72.3
299-----------
300env[PKG_CONFIG_PATH]:
301Called `/opt/local/bin/pkg-config --cflags gobject-2.0` -> 0
302stdout:
303-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
304-----------
305env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
306env[PKG_CONFIG_PATH]:
307Called `/opt/local/bin/pkg-config --libs gobject-2.0` -> 0
308stdout:
309-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl
310-----------
311env[PKG_CONFIG_PATH]:
312Called `/opt/local/bin/pkg-config --libs gobject-2.0` -> 0
313stdout:
314-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl
315-----------
316Run-time dependency gobject-2.0 found: YES 2.72.3
317Pkg-config binary for 1 is cached.
318Determining dependency 'gio-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
319env[PKG_CONFIG_PATH]:
320Called `/opt/local/bin/pkg-config --modversion gio-2.0` -> 0
321stdout:
3222.72.3
323-----------
324env[PKG_CONFIG_PATH]:
325Called `/opt/local/bin/pkg-config --cflags gio-2.0` -> 0
326stdout:
327-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
328-----------
329env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
330env[PKG_CONFIG_PATH]:
331Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
332stdout:
333-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
334-----------
335env[PKG_CONFIG_PATH]:
336Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
337stdout:
338-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
339-----------
340Run-time dependency gio-2.0 found: YES 2.72.3
341Running compile:
342Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpzvr67yp5
343Command line:  /opt/local/bin/clang-mp-7.0 -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpzvr67yp5/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmpzvr67yp5/output.exe -pipe -Os -arch i386 -O0 -Werror=implicit-function-declaration -lm -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names
344
345Code:
346 int main(void) { return 0; }
347
348Compiler stdout:
349 
350Compiler stderr:
351 
352Library m found: YES
353Program /opt/local/bin/python3.10 (gi) found: YES (/opt/local/bin/python3.10) modules: gi
354Running compile:
355Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/.tmp/tmp4wvxg1uq
356Command line:  /opt/local/bin/clang++-mp-7.0 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/.tmp/tmp4wvxg1uq/testfile.cpp -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/.tmp/tmp4wvxg1uq/output.obj -c -std=c++11
357
358Code:
359 int i = static_cast<int>(0);
360Compiler stdout:
361 
362Compiler stderr:
363 
364Compiler accepts -std=c++11: YES
365Running compile:
366Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz
367Command line:  /opt/local/bin/clang++-mp-7.0 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/output.obj -c -pipe -Os -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0 -arch i386 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -std=c++11
368
369Code:
370 #include <exiv2/exiv2.hpp>
371#ifndef EXV_ENABLE_BMFF
372#error No BMFF support in exiv2
373#endif
374
375Compiler stdout:
376 
377Compiler stderr:
378 In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
379In file included from /opt/local/include/exiv2/exiv2.hpp:26:
380In file included from /opt/local/include/exiv2/datasets.hpp:33:
381In file included from /opt/local/include/exiv2/metadatum.hpp:27:
382/opt/local/include/exiv2/value.hpp:54:22: warning: 'auto_ptr<Exiv2::Value>' is deprecated [-Wdeprecated-declarations]
383        typedef std::auto_ptr<Value> AutoPtr;
384                     ^
385/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
386    } _GLIBCXX_DEPRECATED;
387      ^
388/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
389# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
390                                             ^
391In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
392In file included from /opt/local/include/exiv2/exiv2.hpp:26:
393In file included from /opt/local/include/exiv2/datasets.hpp:33:
394In file included from /opt/local/include/exiv2/metadatum.hpp:27:
395/opt/local/include/exiv2/value.hpp:110:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
396        AutoPtr clone() const { return AutoPtr(clone_()); }
397        ^
398/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
399    } _GLIBCXX_DEPRECATED;
400      ^
401/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
402# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
403                                             ^
404In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
405In file included from /opt/local/include/exiv2/exiv2.hpp:26:
406In file included from /opt/local/include/exiv2/datasets.hpp:33:
407In file included from /opt/local/include/exiv2/metadatum.hpp:27:
408/opt/local/include/exiv2/value.hpp:227:16: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
409        static AutoPtr create(TypeId typeId);
410               ^
411/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
412    } _GLIBCXX_DEPRECATED;
413      ^
414/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
415# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
416                                             ^
417In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
418In file included from /opt/local/include/exiv2/exiv2.hpp:26:
419In file included from /opt/local/include/exiv2/datasets.hpp:33:
420In file included from /opt/local/include/exiv2/metadatum.hpp:27:
421/opt/local/include/exiv2/value.hpp:110:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
422        AutoPtr clone() const { return AutoPtr(clone_()); }
423                                       ^
424/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
425    } _GLIBCXX_DEPRECATED;
426      ^
427/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
428# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
429                                             ^
430In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
431In file included from /opt/local/include/exiv2/exiv2.hpp:26:
432In file included from /opt/local/include/exiv2/datasets.hpp:33:
433In file included from /opt/local/include/exiv2/metadatum.hpp:27:
434/opt/local/include/exiv2/value.hpp:256:22: warning: 'auto_ptr<Exiv2::DataValue>' is deprecated [-Wdeprecated-declarations]
435        typedef std::auto_ptr<DataValue> AutoPtr;
436                     ^
437/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::DataValue>' has been explicitly marked deprecated here
438    } _GLIBCXX_DEPRECATED;
439      ^
440/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
441# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
442                                             ^
443In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
444In file included from /opt/local/include/exiv2/exiv2.hpp:26:
445In file included from /opt/local/include/exiv2/datasets.hpp:33:
446In file included from /opt/local/include/exiv2/metadatum.hpp:27:
447/opt/local/include/exiv2/value.hpp:289:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
448        AutoPtr clone() const { return AutoPtr(clone_()); }
449        ^
450/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::DataValue>' has been explicitly marked deprecated here
451    } _GLIBCXX_DEPRECATED;
452      ^
453/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
454# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
455                                             ^
456In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
457In file included from /opt/local/include/exiv2/exiv2.hpp:26:
458In file included from /opt/local/include/exiv2/datasets.hpp:33:
459In file included from /opt/local/include/exiv2/metadatum.hpp:27:
460/opt/local/include/exiv2/value.hpp:289:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
461        AutoPtr clone() const { return AutoPtr(clone_()); }
462                                       ^
463/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::DataValue>' has been explicitly marked deprecated here
464    } _GLIBCXX_DEPRECATED;
465      ^
466/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
467# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
468                                             ^
469In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
470In file included from /opt/local/include/exiv2/exiv2.hpp:26:
471In file included from /opt/local/include/exiv2/datasets.hpp:33:
472In file included from /opt/local/include/exiv2/metadatum.hpp:27:
473/opt/local/include/exiv2/value.hpp:338:22: warning: 'auto_ptr<Exiv2::StringValueBase>' is deprecated [-Wdeprecated-declarations]
474        typedef std::auto_ptr<StringValueBase> AutoPtr;
475                     ^
476/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::StringValueBase>' has been explicitly marked deprecated here
477    } _GLIBCXX_DEPRECATED;
478      ^
479/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
480# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
481                                             ^
482In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
483In file included from /opt/local/include/exiv2/exiv2.hpp:26:
484In file included from /opt/local/include/exiv2/datasets.hpp:33:
485In file included from /opt/local/include/exiv2/metadatum.hpp:27:
486/opt/local/include/exiv2/value.hpp:375:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
487        AutoPtr clone() const { return AutoPtr(clone_()); }
488        ^
489/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::StringValueBase>' has been explicitly marked deprecated here
490    } _GLIBCXX_DEPRECATED;
491      ^
492/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
493# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
494                                             ^
495In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
496In file included from /opt/local/include/exiv2/exiv2.hpp:26:
497In file included from /opt/local/include/exiv2/datasets.hpp:33:
498In file included from /opt/local/include/exiv2/metadatum.hpp:27:
499/opt/local/include/exiv2/value.hpp:375:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
500        AutoPtr clone() const { return AutoPtr(clone_()); }
501                                       ^
502/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::StringValueBase>' has been explicitly marked deprecated here
503    } _GLIBCXX_DEPRECATED;
504      ^
505/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
506# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
507                                             ^
508In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
509In file included from /opt/local/include/exiv2/exiv2.hpp:26:
510In file included from /opt/local/include/exiv2/datasets.hpp:33:
511In file included from /opt/local/include/exiv2/metadatum.hpp:27:
512/opt/local/include/exiv2/value.hpp:420:22: warning: 'auto_ptr<Exiv2::StringValue>' is deprecated [-Wdeprecated-declarations]
513        typedef std::auto_ptr<StringValue> AutoPtr;
514                     ^
515/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::StringValue>' has been explicitly marked deprecated here
516    } _GLIBCXX_DEPRECATED;
517      ^
518/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
519# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
520                                             ^
521In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
522In file included from /opt/local/include/exiv2/exiv2.hpp:26:
523In file included from /opt/local/include/exiv2/datasets.hpp:33:
524In file included from /opt/local/include/exiv2/metadatum.hpp:27:
525/opt/local/include/exiv2/value.hpp:434:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
526        AutoPtr clone() const { return AutoPtr(clone_()); }
527        ^
528/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::StringValue>' has been explicitly marked deprecated here
529    } _GLIBCXX_DEPRECATED;
530      ^
531/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
532# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
533                                             ^
534In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
535In file included from /opt/local/include/exiv2/exiv2.hpp:26:
536In file included from /opt/local/include/exiv2/datasets.hpp:33:
537In file included from /opt/local/include/exiv2/metadatum.hpp:27:
538/opt/local/include/exiv2/value.hpp:434:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
539        AutoPtr clone() const { return AutoPtr(clone_()); }
540                                       ^
541/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::StringValue>' has been explicitly marked deprecated here
542    } _GLIBCXX_DEPRECATED;
543      ^
544/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
545# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
546                                             ^
547In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
548In file included from /opt/local/include/exiv2/exiv2.hpp:26:
549In file included from /opt/local/include/exiv2/datasets.hpp:33:
550In file included from /opt/local/include/exiv2/metadatum.hpp:27:
551/opt/local/include/exiv2/value.hpp:452:22: warning: 'auto_ptr<Exiv2::AsciiValue>' is deprecated [-Wdeprecated-declarations]
552        typedef std::auto_ptr<AsciiValue> AutoPtr;
553                     ^
554/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::AsciiValue>' has been explicitly marked deprecated here
555    } _GLIBCXX_DEPRECATED;
556      ^
557/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
558# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
559                                             ^
560In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
561In file included from /opt/local/include/exiv2/exiv2.hpp:26:
562In file included from /opt/local/include/exiv2/datasets.hpp:33:
563In file included from /opt/local/include/exiv2/metadatum.hpp:27:
564/opt/local/include/exiv2/value.hpp:477:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
565        AutoPtr clone() const { return AutoPtr(clone_()); }
566        ^
567/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::AsciiValue>' has been explicitly marked deprecated here
568    } _GLIBCXX_DEPRECATED;
569      ^
570/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
571# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
572                                             ^
573In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
574In file included from /opt/local/include/exiv2/exiv2.hpp:26:
575In file included from /opt/local/include/exiv2/datasets.hpp:33:
576In file included from /opt/local/include/exiv2/metadatum.hpp:27:
577/opt/local/include/exiv2/value.hpp:477:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
578        AutoPtr clone() const { return AutoPtr(clone_()); }
579                                       ^
580/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::AsciiValue>' has been explicitly marked deprecated here
581    } _GLIBCXX_DEPRECATED;
582      ^
583/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
584# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
585                                             ^
586In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
587In file included from /opt/local/include/exiv2/exiv2.hpp:26:
588In file included from /opt/local/include/exiv2/datasets.hpp:33:
589In file included from /opt/local/include/exiv2/metadatum.hpp:27:
590/opt/local/include/exiv2/value.hpp:540:22: warning: 'auto_ptr<Exiv2::CommentValue>' is deprecated [-Wdeprecated-declarations]
591        typedef std::auto_ptr<CommentValue> AutoPtr;
592                     ^
593/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::CommentValue>' has been explicitly marked deprecated here
594    } _GLIBCXX_DEPRECATED;
595      ^
596/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
597# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
598                                             ^
599In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
600In file included from /opt/local/include/exiv2/exiv2.hpp:26:
601In file included from /opt/local/include/exiv2/datasets.hpp:33:
602In file included from /opt/local/include/exiv2/metadatum.hpp:27:
603/opt/local/include/exiv2/value.hpp:575:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
604        AutoPtr clone() const { return AutoPtr(clone_()); }
605        ^
606/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::CommentValue>' has been explicitly marked deprecated here
607    } _GLIBCXX_DEPRECATED;
608      ^
609/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
610# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
611                                             ^
612In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
613In file included from /opt/local/include/exiv2/exiv2.hpp:26:
614In file included from /opt/local/include/exiv2/datasets.hpp:33:
615In file included from /opt/local/include/exiv2/metadatum.hpp:27:
616/opt/local/include/exiv2/value.hpp:575:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
617        AutoPtr clone() const { return AutoPtr(clone_()); }
618                                       ^
619/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::CommentValue>' has been explicitly marked deprecated here
620    } _GLIBCXX_DEPRECATED;
621      ^
622/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
623# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
624                                             ^
625In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
626In file included from /opt/local/include/exiv2/exiv2.hpp:26:
627In file included from /opt/local/include/exiv2/datasets.hpp:33:
628In file included from /opt/local/include/exiv2/metadatum.hpp:27:
629/opt/local/include/exiv2/value.hpp:627:22: warning: 'auto_ptr<Exiv2::XmpValue>' is deprecated [-Wdeprecated-declarations]
630        typedef std::auto_ptr<XmpValue> AutoPtr;
631                     ^
632/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpValue>' has been explicitly marked deprecated here
633    } _GLIBCXX_DEPRECATED;
634      ^
635/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
636# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
637                                             ^
638In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
639In file included from /opt/local/include/exiv2/exiv2.hpp:26:
640In file included from /opt/local/include/exiv2/datasets.hpp:33:
641In file included from /opt/local/include/exiv2/metadatum.hpp:27:
642/opt/local/include/exiv2/value.hpp:718:22: warning: 'auto_ptr<Exiv2::XmpTextValue>' is deprecated [-Wdeprecated-declarations]
643        typedef std::auto_ptr<XmpTextValue> AutoPtr;
644                     ^
645/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpTextValue>' has been explicitly marked deprecated here
646    } _GLIBCXX_DEPRECATED;
647      ^
648/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
649# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
650                                             ^
651In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
652In file included from /opt/local/include/exiv2/exiv2.hpp:26:
653In file included from /opt/local/include/exiv2/datasets.hpp:33:
654In file included from /opt/local/include/exiv2/metadatum.hpp:27:
655/opt/local/include/exiv2/value.hpp:751:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
656        AutoPtr clone() const;
657        ^
658/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpTextValue>' has been explicitly marked deprecated here
659    } _GLIBCXX_DEPRECATED;
660      ^
661/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
662# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
663                                             ^
664In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
665In file included from /opt/local/include/exiv2/exiv2.hpp:26:
666In file included from /opt/local/include/exiv2/datasets.hpp:33:
667In file included from /opt/local/include/exiv2/metadatum.hpp:27:
668/opt/local/include/exiv2/value.hpp:800:22: warning: 'auto_ptr<Exiv2::XmpArrayValue>' is deprecated [-Wdeprecated-declarations]
669        typedef std::auto_ptr<XmpArrayValue> AutoPtr;
670                     ^
671/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpArrayValue>' has been explicitly marked deprecated here
672    } _GLIBCXX_DEPRECATED;
673      ^
674/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
675# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
676                                             ^
677In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
678In file included from /opt/local/include/exiv2/exiv2.hpp:26:
679In file included from /opt/local/include/exiv2/datasets.hpp:33:
680In file included from /opt/local/include/exiv2/metadatum.hpp:27:
681/opt/local/include/exiv2/value.hpp:826:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
682        AutoPtr clone() const;
683        ^
684/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpArrayValue>' has been explicitly marked deprecated here
685    } _GLIBCXX_DEPRECATED;
686      ^
687/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
688# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
689                                             ^
690In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
691In file included from /opt/local/include/exiv2/exiv2.hpp:26:
692In file included from /opt/local/include/exiv2/datasets.hpp:33:
693In file included from /opt/local/include/exiv2/metadatum.hpp:27:
694/opt/local/include/exiv2/value.hpp:893:22: warning: 'auto_ptr<Exiv2::LangAltValue>' is deprecated [-Wdeprecated-declarations]
695        typedef std::auto_ptr<LangAltValue> AutoPtr;
696                     ^
697/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::LangAltValue>' has been explicitly marked deprecated here
698    } _GLIBCXX_DEPRECATED;
699      ^
700/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
701# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
702                                             ^
703In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
704In file included from /opt/local/include/exiv2/exiv2.hpp:26:
705In file included from /opt/local/include/exiv2/datasets.hpp:33:
706In file included from /opt/local/include/exiv2/metadatum.hpp:27:
707/opt/local/include/exiv2/value.hpp:928:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
708        AutoPtr clone() const;
709        ^
710/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::LangAltValue>' has been explicitly marked deprecated here
711    } _GLIBCXX_DEPRECATED;
712      ^
713/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
714# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
715                                             ^
716In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
717In file included from /opt/local/include/exiv2/exiv2.hpp:26:
718In file included from /opt/local/include/exiv2/datasets.hpp:33:
719In file included from /opt/local/include/exiv2/metadatum.hpp:27:
720/opt/local/include/exiv2/value.hpp:981:22: warning: 'auto_ptr<Exiv2::DateValue>' is deprecated [-Wdeprecated-declarations]
721        typedef std::auto_ptr<DateValue> AutoPtr;
722                     ^
723/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::DateValue>' has been explicitly marked deprecated here
724    } _GLIBCXX_DEPRECATED;
725      ^
726/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
727# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
728                                             ^
729In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
730In file included from /opt/local/include/exiv2/exiv2.hpp:26:
731In file included from /opt/local/include/exiv2/datasets.hpp:33:
732In file included from /opt/local/include/exiv2/metadatum.hpp:27:
733/opt/local/include/exiv2/value.hpp:1034:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
734        AutoPtr clone() const { return AutoPtr(clone_()); }
735        ^
736/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::DateValue>' has been explicitly marked deprecated here
737    } _GLIBCXX_DEPRECATED;
738      ^
739/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
740# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
741                                             ^
742In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
743In file included from /opt/local/include/exiv2/exiv2.hpp:26:
744In file included from /opt/local/include/exiv2/datasets.hpp:33:
745In file included from /opt/local/include/exiv2/metadatum.hpp:27:
746/opt/local/include/exiv2/value.hpp:1034:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
747        AutoPtr clone() const { return AutoPtr(clone_()); }
748                                       ^
749/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::DateValue>' has been explicitly marked deprecated here
750    } _GLIBCXX_DEPRECATED;
751      ^
752/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
753# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
754                                             ^
755In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
756In file included from /opt/local/include/exiv2/exiv2.hpp:26:
757In file included from /opt/local/include/exiv2/datasets.hpp:33:
758In file included from /opt/local/include/exiv2/metadatum.hpp:27:
759/opt/local/include/exiv2/value.hpp:1082:22: warning: 'auto_ptr<Exiv2::TimeValue>' is deprecated [-Wdeprecated-declarations]
760        typedef std::auto_ptr<TimeValue> AutoPtr;
761                     ^
762/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::TimeValue>' has been explicitly marked deprecated here
763    } _GLIBCXX_DEPRECATED;
764      ^
765/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
766# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
767                                             ^
768In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
769In file included from /opt/local/include/exiv2/exiv2.hpp:26:
770In file included from /opt/local/include/exiv2/datasets.hpp:33:
771In file included from /opt/local/include/exiv2/metadatum.hpp:27:
772/opt/local/include/exiv2/value.hpp:1141:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
773        AutoPtr clone() const { return AutoPtr(clone_()); }
774        ^
775/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::TimeValue>' has been explicitly marked deprecated here
776    } _GLIBCXX_DEPRECATED;
777      ^
778/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
779# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
780                                             ^
781In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
782In file included from /opt/local/include/exiv2/exiv2.hpp:26:
783In file included from /opt/local/include/exiv2/datasets.hpp:33:
784In file included from /opt/local/include/exiv2/metadatum.hpp:27:
785/opt/local/include/exiv2/value.hpp:1141:40: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
786        AutoPtr clone() const { return AutoPtr(clone_()); }
787                                       ^
788/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::TimeValue>' has been explicitly marked deprecated here
789    } _GLIBCXX_DEPRECATED;
790      ^
791/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
792# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
793                                             ^
794In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
795In file included from /opt/local/include/exiv2/exiv2.hpp:26:
796In file included from /opt/local/include/exiv2/datasets.hpp:33:
797In file included from /opt/local/include/exiv2/metadatum.hpp:27:
798/opt/local/include/exiv2/value.hpp:1238:22: warning: 'auto_ptr<Exiv2::ValueType<double> >' is deprecated [-Wdeprecated-declarations]
799        typedef std::auto_ptr<ValueType<T> > AutoPtr;
800                     ^
801/opt/local/include/exiv2/value.hpp:1645:17: note: in instantiation of template class 'Exiv2::ValueType<double>' requested here
802    inline long ValueType<double>::toLong(long n) const
803                ^
804/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ValueType<double> >' has been explicitly marked deprecated here
805    } _GLIBCXX_DEPRECATED;
806      ^
807/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
808# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
809                                             ^
810In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
811In file included from /opt/local/include/exiv2/exiv2.hpp:26:
812In file included from /opt/local/include/exiv2/datasets.hpp:33:
813In file included from /opt/local/include/exiv2/metadatum.hpp:27:
814/opt/local/include/exiv2/value.hpp:1238:22: warning: 'auto_ptr<Exiv2::ValueType<float> >' is deprecated [-Wdeprecated-declarations]
815        typedef std::auto_ptr<ValueType<T> > AutoPtr;
816                     ^
817/opt/local/include/exiv2/value.hpp:1654:17: note: in instantiation of template class 'Exiv2::ValueType<float>' requested here
818    inline long ValueType<float>::toLong(long n) const
819                ^
820/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ValueType<float> >' has been explicitly marked deprecated here
821    } _GLIBCXX_DEPRECATED;
822      ^
823/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
824# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
825                                             ^
826In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
827In file included from /opt/local/include/exiv2/exiv2.hpp:26:
828In file included from /opt/local/include/exiv2/datasets.hpp:33:
829In file included from /opt/local/include/exiv2/metadatum.hpp:27:
830/opt/local/include/exiv2/value.hpp:1238:22: warning: 'auto_ptr<Exiv2::ValueType<std::pair<int, int> > >' is deprecated [-Wdeprecated-declarations]
831        typedef std::auto_ptr<ValueType<T> > AutoPtr;
832                     ^
833/opt/local/include/exiv2/value.hpp:1663:17: note: in instantiation of template class 'Exiv2::ValueType<std::pair<int, int> >' requested here
834    inline long ValueType<Rational>::toLong(long n) const
835                ^
836/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ValueType<std::pair<int, int> > >' has been explicitly marked deprecated here
837    } _GLIBCXX_DEPRECATED;
838      ^
839/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
840# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
841                                             ^
842In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
843In file included from /opt/local/include/exiv2/exiv2.hpp:26:
844In file included from /opt/local/include/exiv2/datasets.hpp:33:
845In file included from /opt/local/include/exiv2/metadatum.hpp:27:
846/opt/local/include/exiv2/value.hpp:1238:22: warning: 'auto_ptr<Exiv2::ValueType<std::pair<unsigned int, unsigned int> > >' is deprecated [-Wdeprecated-declarations]
847        typedef std::auto_ptr<ValueType<T> > AutoPtr;
848                     ^
849/opt/local/include/exiv2/value.hpp:1671:17: note: in instantiation of template class 'Exiv2::ValueType<std::pair<unsigned int, unsigned int> >' requested here
850    inline long ValueType<URational>::toLong(long n) const
851                ^
852/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ValueType<std::pair<unsigned int, unsigned int> > >' has been explicitly marked deprecated here
853    } _GLIBCXX_DEPRECATED;
854      ^
855/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
856# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
857                                             ^
858In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
859In file included from /opt/local/include/exiv2/exiv2.hpp:26:
860In file included from /opt/local/include/exiv2/datasets.hpp:33:
861/opt/local/include/exiv2/metadatum.hpp:47:22: warning: 'auto_ptr<Exiv2::Key>' is deprecated [-Wdeprecated-declarations]
862        typedef std::auto_ptr<Key> AutoPtr;
863                     ^
864/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Key>' has been explicitly marked deprecated here
865    } _GLIBCXX_DEPRECATED;
866      ^
867/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
868# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
869                                             ^
870In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
871In file included from /opt/local/include/exiv2/exiv2.hpp:26:
872In file included from /opt/local/include/exiv2/datasets.hpp:33:
873/opt/local/include/exiv2/metadatum.hpp:79:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
874        AutoPtr clone() const;
875        ^
876/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Key>' has been explicitly marked deprecated here
877    } _GLIBCXX_DEPRECATED;
878      ^
879/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
880# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
881                                             ^
882In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
883In file included from /opt/local/include/exiv2/exiv2.hpp:26:
884In file included from /opt/local/include/exiv2/datasets.hpp:33:
885/opt/local/include/exiv2/metadatum.hpp:254:24: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
886        virtual Value::AutoPtr getValue() const =0;
887                       ^
888/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
889    } _GLIBCXX_DEPRECATED;
890      ^
891/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
892# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
893                                             ^
894In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
895In file included from /opt/local/include/exiv2/exiv2.hpp:26:
896/opt/local/include/exiv2/datasets.hpp:278:22: warning: 'auto_ptr<Exiv2::IptcKey>' is deprecated [-Wdeprecated-declarations]
897        typedef std::auto_ptr<IptcKey> AutoPtr;
898                     ^
899/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::IptcKey>' has been explicitly marked deprecated here
900    } _GLIBCXX_DEPRECATED;
901      ^
902/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
903# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
904                                             ^
905In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
906In file included from /opt/local/include/exiv2/exiv2.hpp:26:
907/opt/local/include/exiv2/datasets.hpp:323:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
908        AutoPtr clone() const;
909        ^
910/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::IptcKey>' has been explicitly marked deprecated here
911    } _GLIBCXX_DEPRECATED;
912      ^
913/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
914# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
915                                             ^
916In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
917In file included from /opt/local/include/exiv2/exiv2.hpp:27:
918/opt/local/include/exiv2/basicio.hpp:58:22: warning: 'auto_ptr<Exiv2::BasicIo>' is deprecated [-Wdeprecated-declarations]
919        typedef std::auto_ptr<BasicIo> AutoPtr;
920                     ^
921/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
922    } _GLIBCXX_DEPRECATED;
923      ^
924/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
925# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
926                                             ^
927In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
928In file included from /opt/local/include/exiv2/exiv2.hpp:27:
929/opt/local/include/exiv2/basicio.hpp:524:14: warning: 'auto_ptr<Exiv2::FileIo::Impl>' is deprecated [-Wdeprecated-declarations]
930        std::auto_ptr<Impl> p_;
931             ^
932/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::FileIo::Impl>' has been explicitly marked deprecated here
933    } _GLIBCXX_DEPRECATED;
934      ^
935/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
936# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
937                                             ^
938In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
939In file included from /opt/local/include/exiv2/exiv2.hpp:27:
940/opt/local/include/exiv2/basicio.hpp:724:14: warning: 'auto_ptr<Exiv2::MemIo::Impl>' is deprecated [-Wdeprecated-declarations]
941        std::auto_ptr<Impl> p_;
942             ^
943/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::MemIo::Impl>' has been explicitly marked deprecated here
944    } _GLIBCXX_DEPRECATED;
945      ^
946/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
947# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
948                                             ^
949In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
950In file included from /opt/local/include/exiv2/exiv2.hpp:28:
951In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
952In file included from /opt/local/include/exiv2/image.hpp:28:
953In file included from /opt/local/include/exiv2/exif.hpp:35:
954/opt/local/include/exiv2/tags.hpp:143:22: warning: 'auto_ptr<Exiv2::ExifKey>' is deprecated [-Wdeprecated-declarations]
955        typedef std::auto_ptr<ExifKey> AutoPtr;
956                     ^
957/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ExifKey>' has been explicitly marked deprecated here
958    } _GLIBCXX_DEPRECATED;
959      ^
960/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
961# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
962                                             ^
963In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
964In file included from /opt/local/include/exiv2/exiv2.hpp:28:
965In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
966In file included from /opt/local/include/exiv2/image.hpp:28:
967In file included from /opt/local/include/exiv2/exif.hpp:35:
968/opt/local/include/exiv2/tags.hpp:205:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
969        AutoPtr clone() const;
970        ^
971/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ExifKey>' has been explicitly marked deprecated here
972    } _GLIBCXX_DEPRECATED;
973      ^
974/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
975# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
976                                             ^
977In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
978In file included from /opt/local/include/exiv2/exiv2.hpp:28:
979In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
980In file included from /opt/local/include/exiv2/image.hpp:28:
981In file included from /opt/local/include/exiv2/exif.hpp:35:
982/opt/local/include/exiv2/tags.hpp:217:14: warning: 'auto_ptr<Exiv2::ExifKey::Impl>' is deprecated [-Wdeprecated-declarations]
983        std::auto_ptr<Impl> p_;
984             ^
985/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ExifKey::Impl>' has been explicitly marked deprecated here
986    } _GLIBCXX_DEPRECATED;
987      ^
988/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
989# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
990                                             ^
991In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
992In file included from /opt/local/include/exiv2/exiv2.hpp:28:
993In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
994In file included from /opt/local/include/exiv2/image.hpp:28:
995/opt/local/include/exiv2/exif.hpp:195:16: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
996        Value::AutoPtr getValue() const;
997               ^
998/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
999    } _GLIBCXX_DEPRECATED;
1000      ^
1001/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1002# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1003                                             ^
1004In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1005In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1006In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1007In file included from /opt/local/include/exiv2/image.hpp:28:
1008/opt/local/include/exiv2/exif.hpp:216:18: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1009        ExifKey::AutoPtr key_;                  //!< Key
1010                 ^
1011/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::ExifKey>' has been explicitly marked deprecated here
1012    } _GLIBCXX_DEPRECATED;
1013      ^
1014/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1015# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1016                                             ^
1017In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1018In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1019In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1020In file included from /opt/local/include/exiv2/image.hpp:28:
1021/opt/local/include/exiv2/exif.hpp:217:16: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1022        Value::AutoPtr   value_;                //!< Value
1023               ^
1024/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
1025    } _GLIBCXX_DEPRECATED;
1026      ^
1027/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1028# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1029                                             ^
1030In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1031In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1032In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1033In file included from /opt/local/include/exiv2/image.hpp:29:
1034/opt/local/include/exiv2/iptc.hpp:145:16: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1035        Value::AutoPtr getValue() const;
1036               ^
1037/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
1038    } _GLIBCXX_DEPRECATED;
1039      ^
1040/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1041# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1042                                             ^
1043In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1044In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1045In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1046In file included from /opt/local/include/exiv2/image.hpp:29:
1047/opt/local/include/exiv2/iptc.hpp:151:18: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1048        IptcKey::AutoPtr key_;                  //!< Key
1049                 ^
1050/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::IptcKey>' has been explicitly marked deprecated here
1051    } _GLIBCXX_DEPRECATED;
1052      ^
1053/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1054# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1055                                             ^
1056In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1057In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1058In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1059In file included from /opt/local/include/exiv2/image.hpp:29:
1060/opt/local/include/exiv2/iptc.hpp:152:16: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1061        Value::AutoPtr   value_;                //!< Value
1062               ^
1063/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
1064    } _GLIBCXX_DEPRECATED;
1065      ^
1066/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1067# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1068                                             ^
1069In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1070In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1071In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1072In file included from /opt/local/include/exiv2/image.hpp:30:
1073In file included from /opt/local/include/exiv2/xmp_exiv2.hpp:28:
1074/opt/local/include/exiv2/properties.hpp:234:22: warning: 'auto_ptr<Exiv2::XmpKey>' is deprecated [-Wdeprecated-declarations]
1075        typedef std::auto_ptr<XmpKey> AutoPtr;
1076                     ^
1077/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpKey>' has been explicitly marked deprecated here
1078    } _GLIBCXX_DEPRECATED;
1079      ^
1080/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1081# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1082                                             ^
1083In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1084In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1085In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1086In file included from /opt/local/include/exiv2/image.hpp:30:
1087In file included from /opt/local/include/exiv2/xmp_exiv2.hpp:28:
1088/opt/local/include/exiv2/properties.hpp:283:9: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1089        AutoPtr clone() const;
1090        ^
1091/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpKey>' has been explicitly marked deprecated here
1092    } _GLIBCXX_DEPRECATED;
1093      ^
1094/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1095# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1096                                             ^
1097In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1098In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1099In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1100In file included from /opt/local/include/exiv2/image.hpp:30:
1101In file included from /opt/local/include/exiv2/xmp_exiv2.hpp:28:
1102/opt/local/include/exiv2/properties.hpp:297:14: warning: 'auto_ptr<Exiv2::XmpKey::Impl>' is deprecated [-Wdeprecated-declarations]
1103        std::auto_ptr<Impl> p_;
1104             ^
1105/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::XmpKey::Impl>' has been explicitly marked deprecated here
1106    } _GLIBCXX_DEPRECATED;
1107      ^
1108/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1109# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1110                                             ^
1111In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1112In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1113In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1114In file included from /opt/local/include/exiv2/image.hpp:30:
1115/opt/local/include/exiv2/xmp_exiv2.hpp:142:16: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1116        Value::AutoPtr getValue() const;
1117               ^
1118/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Value>' has been explicitly marked deprecated here
1119    } _GLIBCXX_DEPRECATED;
1120      ^
1121/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1122# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1123                                             ^
1124In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1125In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1126In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1127In file included from /opt/local/include/exiv2/image.hpp:30:
1128/opt/local/include/exiv2/xmp_exiv2.hpp:149:14: warning: 'auto_ptr<Exiv2::Xmpdatum::Impl>' is deprecated [-Wdeprecated-declarations]
1129        std::auto_ptr<Impl> p_;
1130             ^
1131/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Xmpdatum::Impl>' has been explicitly marked deprecated here
1132    } _GLIBCXX_DEPRECATED;
1133      ^
1134/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1135# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1136                                             ^
1137In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1138In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1139In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1140/opt/local/include/exiv2/image.hpp:81:22: warning: 'auto_ptr<Exiv2::Image>' is deprecated [-Wdeprecated-declarations]
1141        typedef std::auto_ptr<Image> AutoPtr;
1142                     ^
1143/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1144    } _GLIBCXX_DEPRECATED;
1145      ^
1146/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1147# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1148                                             ^
1149In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1150In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1151In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1152/opt/local/include/exiv2/image.hpp:92:24: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1153              BasicIo::AutoPtr io);
1154                       ^
1155/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1156    } _GLIBCXX_DEPRECATED;
1157      ^
1158/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1159# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1160                                             ^
1161In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1162In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1163In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1164/opt/local/include/exiv2/image.hpp:484:18: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1165        BasicIo::AutoPtr  io_;                //!< Image data IO pointer
1166                 ^
1167/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1168    } _GLIBCXX_DEPRECATED;
1169      ^
1170/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1171# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1172                                             ^
1173In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1174In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1175In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1176/opt/local/include/exiv2/image.hpp:522:55: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1177    typedef Image::AutoPtr (*NewInstanceFct)(BasicIo::AutoPtr io, bool create);
1178                                                      ^
1179/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1180    } _GLIBCXX_DEPRECATED;
1181      ^
1182/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1183# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1184                                             ^
1185In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1186In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1187In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1188/opt/local/include/exiv2/image.hpp:522:20: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1189    typedef Image::AutoPtr (*NewInstanceFct)(BasicIo::AutoPtr io, bool create);
1190                   ^
1191/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1192    } _GLIBCXX_DEPRECATED;
1193      ^
1194/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1195# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1196                                             ^
1197In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1198In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1199In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1200/opt/local/include/exiv2/image.hpp:548:25: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1201        static BasicIo::AutoPtr createIo(const std::string& path, bool useCurl = true);
1202                        ^
1203/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1204    } _GLIBCXX_DEPRECATED;
1205      ^
1206/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1207# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1208                                             ^
1209In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1210In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1211In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1212/opt/local/include/exiv2/image.hpp:569:23: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1213        static Image::AutoPtr open(const std::string& path, bool useCurl = true);
1214                      ^
1215/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1216    } _GLIBCXX_DEPRECATED;
1217      ^
1218/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1219# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1220                                             ^
1221In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1222In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1223In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1224/opt/local/include/exiv2/image.hpp:588:23: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1225        static Image::AutoPtr open(const byte* data, long size);
1226                      ^
1227/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1228    } _GLIBCXX_DEPRECATED;
1229      ^
1230/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1231# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1232                                             ^
1233In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1234In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1235In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1236/opt/local/include/exiv2/image.hpp:606:45: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1237        static Image::AutoPtr open(BasicIo::AutoPtr io);
1238                                            ^
1239/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1240    } _GLIBCXX_DEPRECATED;
1241      ^
1242/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1243# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1244                                             ^
1245In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1246In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1247In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1248/opt/local/include/exiv2/image.hpp:606:23: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1249        static Image::AutoPtr open(BasicIo::AutoPtr io);
1250                      ^
1251/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1252    } _GLIBCXX_DEPRECATED;
1253      ^
1254/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1255# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1256                                             ^
1257In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1258In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1259In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1260/opt/local/include/exiv2/image.hpp:616:23: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1261        static Image::AutoPtr create(int type, const std::string& path);
1262                      ^
1263/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1264    } _GLIBCXX_DEPRECATED;
1265      ^
1266/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1267# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1268                                             ^
1269In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1270In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1271In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1272/opt/local/include/exiv2/image.hpp:632:23: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1273        static Image::AutoPtr create(int type);
1274                      ^
1275/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1276    } _GLIBCXX_DEPRECATED;
1277      ^
1278/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1279# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1280                                             ^
1281In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1282In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1283In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1284/opt/local/include/exiv2/image.hpp:647:57: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1285        static Image::AutoPtr create(int type, BasicIo::AutoPtr io);
1286                                                        ^
1287/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1288    } _GLIBCXX_DEPRECATED;
1289      ^
1290/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1291# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1292                                             ^
1293In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1294In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1295In file included from /opt/local/include/exiv2/bmffimage.hpp:27:
1296/opt/local/include/exiv2/image.hpp:647:23: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1297        static Image::AutoPtr create(int type, BasicIo::AutoPtr io);
1298                      ^
1299/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1300    } _GLIBCXX_DEPRECATED;
1301      ^
1302/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1303# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1304                                             ^
1305In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1306In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1307/opt/local/include/exiv2/bmffimage.hpp:83:28: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1308        BmffImage(BasicIo::AutoPtr io, bool create);
1309                           ^
1310/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1311    } _GLIBCXX_DEPRECATED;
1312      ^
1313/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1314# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1315                                             ^
1316In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1317In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1318/opt/local/include/exiv2/bmffimage.hpp:196:54: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1319    EXIV2API Image::AutoPtr newBmffInstance(BasicIo::AutoPtr io, bool create);
1320                                                     ^
1321/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1322    } _GLIBCXX_DEPRECATED;
1323      ^
1324/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1325# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1326                                             ^
1327In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1328In file included from /opt/local/include/exiv2/exiv2.hpp:28:
1329/opt/local/include/exiv2/bmffimage.hpp:196:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1330    EXIV2API Image::AutoPtr newBmffInstance(BasicIo::AutoPtr io, bool create);
1331                    ^
1332/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1333    } _GLIBCXX_DEPRECATED;
1334      ^
1335/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1336# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1337                                             ^
1338In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1339In file included from /opt/local/include/exiv2/exiv2.hpp:29:
1340/opt/local/include/exiv2/bmpimage.hpp:76:36: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1341        explicit BmpImage(BasicIo::AutoPtr io);
1342                                   ^
1343/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1344    } _GLIBCXX_DEPRECATED;
1345      ^
1346/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1347# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1348                                             ^
1349In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1350In file included from /opt/local/include/exiv2/exiv2.hpp:29:
1351/opt/local/include/exiv2/bmpimage.hpp:121:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1352    EXIV2API Image::AutoPtr newBmpInstance(BasicIo::AutoPtr io, bool create);
1353                                                    ^
1354/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1355    } _GLIBCXX_DEPRECATED;
1356      ^
1357/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1358# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1359                                             ^
1360In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1361In file included from /opt/local/include/exiv2/exiv2.hpp:29:
1362/opt/local/include/exiv2/bmpimage.hpp:121:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1363    EXIV2API Image::AutoPtr newBmpInstance(BasicIo::AutoPtr io, bool create);
1364                    ^
1365/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1366    } _GLIBCXX_DEPRECATED;
1367      ^
1368/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1369# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1370                                             ^
1371In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1372In file included from /opt/local/include/exiv2/exiv2.hpp:31:
1373/opt/local/include/exiv2/cr2image.hpp:71:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1374        Cr2Image(BasicIo::AutoPtr io, bool create);
1375                          ^
1376/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1377    } _GLIBCXX_DEPRECATED;
1378      ^
1379/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1380# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1381                                             ^
1382In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1383In file included from /opt/local/include/exiv2/exiv2.hpp:31:
1384/opt/local/include/exiv2/cr2image.hpp:155:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1385    EXIV2API Image::AutoPtr newCr2Instance(BasicIo::AutoPtr io, bool create);
1386                                                    ^
1387/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1388    } _GLIBCXX_DEPRECATED;
1389      ^
1390/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1391# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1392                                             ^
1393In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1394In file included from /opt/local/include/exiv2/exiv2.hpp:31:
1395/opt/local/include/exiv2/cr2image.hpp:155:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1396    EXIV2API Image::AutoPtr newCr2Instance(BasicIo::AutoPtr io, bool create);
1397                    ^
1398/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1399    } _GLIBCXX_DEPRECATED;
1400      ^
1401/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1402# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1403                                             ^
1404In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1405In file included from /opt/local/include/exiv2/exiv2.hpp:32:
1406/opt/local/include/exiv2/crwimage.hpp:78:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1407        CrwImage(BasicIo::AutoPtr io, bool create);
1408                          ^
1409/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1410    } _GLIBCXX_DEPRECATED;
1411      ^
1412/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1413# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1414                                             ^
1415In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1416In file included from /opt/local/include/exiv2/exiv2.hpp:32:
1417/opt/local/include/exiv2/crwimage.hpp:164:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1418    EXIV2API Image::AutoPtr newCrwInstance(BasicIo::AutoPtr io, bool create);
1419                                                    ^
1420/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1421    } _GLIBCXX_DEPRECATED;
1422      ^
1423/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1424# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1425                                             ^
1426In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1427In file included from /opt/local/include/exiv2/exiv2.hpp:32:
1428/opt/local/include/exiv2/crwimage.hpp:164:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1429    EXIV2API Image::AutoPtr newCrwInstance(BasicIo::AutoPtr io, bool create);
1430                    ^
1431/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1432    } _GLIBCXX_DEPRECATED;
1433      ^
1434/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1435# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1436                                             ^
1437In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1438In file included from /opt/local/include/exiv2/exiv2.hpp:38:
1439/opt/local/include/exiv2/gifimage.hpp:69:36: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1440        explicit GifImage(BasicIo::AutoPtr io);
1441                                   ^
1442/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1443    } _GLIBCXX_DEPRECATED;
1444      ^
1445/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1446# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1447                                             ^
1448In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1449In file included from /opt/local/include/exiv2/exiv2.hpp:38:
1450/opt/local/include/exiv2/gifimage.hpp:114:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1451    EXIV2API Image::AutoPtr newGifInstance(BasicIo::AutoPtr io, bool create);
1452                                                    ^
1453/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1454    } _GLIBCXX_DEPRECATED;
1455      ^
1456/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1457# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1458                                             ^
1459In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1460In file included from /opt/local/include/exiv2/exiv2.hpp:38:
1461/opt/local/include/exiv2/gifimage.hpp:114:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1462    EXIV2API Image::AutoPtr newGifInstance(BasicIo::AutoPtr io, bool create);
1463                    ^
1464/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1465    } _GLIBCXX_DEPRECATED;
1466      ^
1467/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1468# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1469                                             ^
1470In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1471In file included from /opt/local/include/exiv2/exiv2.hpp:43:
1472/opt/local/include/exiv2/jp2image.hpp:69:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1473        Jp2Image(BasicIo::AutoPtr io, bool create);
1474                          ^
1475/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1476    } _GLIBCXX_DEPRECATED;
1477      ^
1478/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1479# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1480                                             ^
1481In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1482In file included from /opt/local/include/exiv2/exiv2.hpp:43:
1483/opt/local/include/exiv2/jp2image.hpp:133:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1484    EXIV2API Image::AutoPtr newJp2Instance(BasicIo::AutoPtr io, bool create);
1485                                                    ^
1486/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1487    } _GLIBCXX_DEPRECATED;
1488      ^
1489/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1490# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1491                                             ^
1492In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1493In file included from /opt/local/include/exiv2/exiv2.hpp:43:
1494/opt/local/include/exiv2/jp2image.hpp:133:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1495    EXIV2API Image::AutoPtr newJp2Instance(BasicIo::AutoPtr io, bool create);
1496                    ^
1497/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1498    } _GLIBCXX_DEPRECATED;
1499      ^
1500/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1501# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1502                                             ^
1503In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1504In file included from /opt/local/include/exiv2/exiv2.hpp:44:
1505/opt/local/include/exiv2/jpgimage.hpp:170:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1506                 BasicIo::AutoPtr io,
1507                          ^
1508/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1509    } _GLIBCXX_DEPRECATED;
1510      ^
1511/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1512# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1513                                             ^
1514In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1515In file included from /opt/local/include/exiv2/exiv2.hpp:44:
1516/opt/local/include/exiv2/jpgimage.hpp:309:28: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1517        JpegImage(BasicIo::AutoPtr io, bool create);
1518                           ^
1519/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1520    } _GLIBCXX_DEPRECATED;
1521      ^
1522/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1523# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1524                                             ^
1525In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1526In file included from /opt/local/include/exiv2/exiv2.hpp:44:
1527/opt/local/include/exiv2/jpgimage.hpp:370:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1528        ExvImage(BasicIo::AutoPtr io, bool create);
1529                          ^
1530/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1531    } _GLIBCXX_DEPRECATED;
1532      ^
1533/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1534# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1535                                             ^
1536In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1537In file included from /opt/local/include/exiv2/exiv2.hpp:44:
1538/opt/local/include/exiv2/jpgimage.hpp:412:54: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1539    EXIV2API Image::AutoPtr newJpegInstance(BasicIo::AutoPtr io, bool create);
1540                                                     ^
1541/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1542    } _GLIBCXX_DEPRECATED;
1543      ^
1544/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1545# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1546                                             ^
1547In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1548In file included from /opt/local/include/exiv2/exiv2.hpp:44:
1549/opt/local/include/exiv2/jpgimage.hpp:412:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1550    EXIV2API Image::AutoPtr newJpegInstance(BasicIo::AutoPtr io, bool create);
1551                    ^
1552/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1553    } _GLIBCXX_DEPRECATED;
1554      ^
1555/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1556# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1557                                             ^
1558In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1559In file included from /opt/local/include/exiv2/exiv2.hpp:44:
1560/opt/local/include/exiv2/jpgimage.hpp:420:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1561    EXIV2API Image::AutoPtr newExvInstance(BasicIo::AutoPtr io, bool create);
1562                                                    ^
1563/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1564    } _GLIBCXX_DEPRECATED;
1565      ^
1566/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1567# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1568                                             ^
1569In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1570In file included from /opt/local/include/exiv2/exiv2.hpp:44:
1571/opt/local/include/exiv2/jpgimage.hpp:420:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1572    EXIV2API Image::AutoPtr newExvInstance(BasicIo::AutoPtr io, bool create);
1573                    ^
1574/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1575    } _GLIBCXX_DEPRECATED;
1576      ^
1577/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1578# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1579                                             ^
1580In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1581In file included from /opt/local/include/exiv2/exiv2.hpp:46:
1582/opt/local/include/exiv2/mrwimage.hpp:64:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1583        MrwImage(BasicIo::AutoPtr io, bool create);
1584                          ^
1585/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1586    } _GLIBCXX_DEPRECATED;
1587      ^
1588/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1589# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1590                                             ^
1591In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1592In file included from /opt/local/include/exiv2/exiv2.hpp:46:
1593/opt/local/include/exiv2/mrwimage.hpp:120:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1594    EXIV2API Image::AutoPtr newMrwInstance(BasicIo::AutoPtr io, bool create);
1595                                                    ^
1596/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1597    } _GLIBCXX_DEPRECATED;
1598      ^
1599/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1600# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1601                                             ^
1602In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1603In file included from /opt/local/include/exiv2/exiv2.hpp:46:
1604/opt/local/include/exiv2/mrwimage.hpp:120:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1605    EXIV2API Image::AutoPtr newMrwInstance(BasicIo::AutoPtr io, bool create);
1606                    ^
1607/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1608    } _GLIBCXX_DEPRECATED;
1609      ^
1610/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1611# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1612                                             ^
1613In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1614In file included from /opt/local/include/exiv2/exiv2.hpp:47:
1615In file included from /opt/local/include/exiv2/orfimage.hpp:27:
1616/opt/local/include/exiv2/tiffimage.hpp:71:28: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1617        TiffImage(BasicIo::AutoPtr io, bool create);
1618                           ^
1619/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1620    } _GLIBCXX_DEPRECATED;
1621      ^
1622/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1623# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1624                                             ^
1625In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1626In file included from /opt/local/include/exiv2/exiv2.hpp:47:
1627In file included from /opt/local/include/exiv2/orfimage.hpp:27:
1628/opt/local/include/exiv2/tiffimage.hpp:207:54: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1629    EXIV2API Image::AutoPtr newTiffInstance(BasicIo::AutoPtr io, bool create);
1630                                                     ^
1631/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1632    } _GLIBCXX_DEPRECATED;
1633      ^
1634/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1635# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1636                                             ^
1637In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1638In file included from /opt/local/include/exiv2/exiv2.hpp:47:
1639In file included from /opt/local/include/exiv2/orfimage.hpp:27:
1640/opt/local/include/exiv2/tiffimage.hpp:207:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1641    EXIV2API Image::AutoPtr newTiffInstance(BasicIo::AutoPtr io, bool create);
1642                    ^
1643/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1644    } _GLIBCXX_DEPRECATED;
1645      ^
1646/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1647# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1648                                             ^
1649In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1650In file included from /opt/local/include/exiv2/exiv2.hpp:47:
1651/opt/local/include/exiv2/orfimage.hpp:64:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1652        OrfImage(BasicIo::AutoPtr io, bool create);
1653                          ^
1654/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1655    } _GLIBCXX_DEPRECATED;
1656      ^
1657/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1658# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1659                                             ^
1660In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1661In file included from /opt/local/include/exiv2/exiv2.hpp:47:
1662/opt/local/include/exiv2/orfimage.hpp:141:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1663    EXIV2API Image::AutoPtr newOrfInstance(BasicIo::AutoPtr io, bool create);
1664                                                    ^
1665/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1666    } _GLIBCXX_DEPRECATED;
1667      ^
1668/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1669# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1670                                             ^
1671In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1672In file included from /opt/local/include/exiv2/exiv2.hpp:47:
1673/opt/local/include/exiv2/orfimage.hpp:141:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1674    EXIV2API Image::AutoPtr newOrfInstance(BasicIo::AutoPtr io, bool create);
1675                    ^
1676/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1677    } _GLIBCXX_DEPRECATED;
1678      ^
1679/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1680# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1681                                             ^
1682In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1683In file included from /opt/local/include/exiv2/exiv2.hpp:48:
1684/opt/local/include/exiv2/pgfimage.hpp:66:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1685        PgfImage(BasicIo::AutoPtr io, bool create);
1686                          ^
1687/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1688    } _GLIBCXX_DEPRECATED;
1689      ^
1690/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1691# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1692                                             ^
1693In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1694In file included from /opt/local/include/exiv2/exiv2.hpp:48:
1695/opt/local/include/exiv2/pgfimage.hpp:116:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1696    EXIV2API Image::AutoPtr newPgfInstance(BasicIo::AutoPtr io, bool create);
1697                                                    ^
1698/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1699    } _GLIBCXX_DEPRECATED;
1700      ^
1701/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1702# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1703                                             ^
1704In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1705In file included from /opt/local/include/exiv2/exiv2.hpp:48:
1706/opt/local/include/exiv2/pgfimage.hpp:116:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1707    EXIV2API Image::AutoPtr newPgfInstance(BasicIo::AutoPtr io, bool create);
1708                    ^
1709/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1710    } _GLIBCXX_DEPRECATED;
1711      ^
1712/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1713# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1714                                             ^
1715In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1716In file included from /opt/local/include/exiv2/exiv2.hpp:51:
1717/opt/local/include/exiv2/pngimage.hpp:66:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1718        PngImage(BasicIo::AutoPtr io, bool create);
1719                          ^
1720/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1721    } _GLIBCXX_DEPRECATED;
1722      ^
1723/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1724# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1725                                             ^
1726In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1727In file included from /opt/local/include/exiv2/exiv2.hpp:51:
1728/opt/local/include/exiv2/pngimage.hpp:119:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1729    EXIV2API Image::AutoPtr newPngInstance(BasicIo::AutoPtr io, bool create);
1730                                                    ^
1731/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1732    } _GLIBCXX_DEPRECATED;
1733      ^
1734/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1735# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1736                                             ^
1737In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1738In file included from /opt/local/include/exiv2/exiv2.hpp:51:
1739/opt/local/include/exiv2/pngimage.hpp:119:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1740    EXIV2API Image::AutoPtr newPngInstance(BasicIo::AutoPtr io, bool create);
1741                    ^
1742/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1743    } _GLIBCXX_DEPRECATED;
1744      ^
1745/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1746# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1747                                             ^
1748In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1749In file included from /opt/local/include/exiv2/exiv2.hpp:56:
1750/opt/local/include/exiv2/psdimage.hpp:68:36: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1751        explicit PsdImage(BasicIo::AutoPtr io);
1752                                   ^
1753/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1754    } _GLIBCXX_DEPRECATED;
1755      ^
1756/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1757# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1758                                             ^
1759In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1760In file included from /opt/local/include/exiv2/exiv2.hpp:56:
1761/opt/local/include/exiv2/psdimage.hpp:130:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1762    EXIV2API Image::AutoPtr newPsdInstance(BasicIo::AutoPtr io, bool create);
1763                                                    ^
1764/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1765    } _GLIBCXX_DEPRECATED;
1766      ^
1767/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1768# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1769                                             ^
1770In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1771In file included from /opt/local/include/exiv2/exiv2.hpp:56:
1772/opt/local/include/exiv2/psdimage.hpp:130:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1773    EXIV2API Image::AutoPtr newPsdInstance(BasicIo::AutoPtr io, bool create);
1774                    ^
1775/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1776    } _GLIBCXX_DEPRECATED;
1777      ^
1778/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1779# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1780                                             ^
1781In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1782In file included from /opt/local/include/exiv2/exiv2.hpp:57:
1783/opt/local/include/exiv2/rafimage.hpp:69:27: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1784        RafImage(BasicIo::AutoPtr io, bool create);
1785                          ^
1786/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1787    } _GLIBCXX_DEPRECATED;
1788      ^
1789/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1790# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1791                                             ^
1792In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1793In file included from /opt/local/include/exiv2/exiv2.hpp:57:
1794/opt/local/include/exiv2/rafimage.hpp:126:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1795    EXIV2API Image::AutoPtr newRafInstance(BasicIo::AutoPtr io, bool create);
1796                                                    ^
1797/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1798    } _GLIBCXX_DEPRECATED;
1799      ^
1800/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1801# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1802                                             ^
1803In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1804In file included from /opt/local/include/exiv2/exiv2.hpp:57:
1805/opt/local/include/exiv2/rafimage.hpp:126:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1806    EXIV2API Image::AutoPtr newRafInstance(BasicIo::AutoPtr io, bool create);
1807                    ^
1808/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1809    } _GLIBCXX_DEPRECATED;
1810      ^
1811/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1812# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1813                                             ^
1814In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1815In file included from /opt/local/include/exiv2/exiv2.hpp:58:
1816/opt/local/include/exiv2/rw2image.hpp:62:36: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1817        explicit Rw2Image(BasicIo::AutoPtr io);
1818                                   ^
1819/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1820    } _GLIBCXX_DEPRECATED;
1821      ^
1822/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1823# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1824                                             ^
1825In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1826In file included from /opt/local/include/exiv2/exiv2.hpp:58:
1827/opt/local/include/exiv2/rw2image.hpp:141:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1828    EXIV2API Image::AutoPtr newRw2Instance(BasicIo::AutoPtr io, bool create);
1829                                                    ^
1830/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1831    } _GLIBCXX_DEPRECATED;
1832      ^
1833/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1834# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1835                                             ^
1836In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1837In file included from /opt/local/include/exiv2/exiv2.hpp:58:
1838/opt/local/include/exiv2/rw2image.hpp:141:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1839    EXIV2API Image::AutoPtr newRw2Instance(BasicIo::AutoPtr io, bool create);
1840                    ^
1841/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1842    } _GLIBCXX_DEPRECATED;
1843      ^
1844/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1845# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1846                                             ^
1847In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1848In file included from /opt/local/include/exiv2/exiv2.hpp:65:
1849/opt/local/include/exiv2/tgaimage.hpp:69:36: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1850        explicit TgaImage(BasicIo::AutoPtr io);
1851                                   ^
1852/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1853    } _GLIBCXX_DEPRECATED;
1854      ^
1855/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1856# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1857                                             ^
1858In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1859In file included from /opt/local/include/exiv2/exiv2.hpp:65:
1860/opt/local/include/exiv2/tgaimage.hpp:114:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1861    EXIV2API Image::AutoPtr newTgaInstance(BasicIo::AutoPtr io, bool create);
1862                                                    ^
1863/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1864    } _GLIBCXX_DEPRECATED;
1865      ^
1866/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1867# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1868                                             ^
1869In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1870In file included from /opt/local/include/exiv2/exiv2.hpp:65:
1871/opt/local/include/exiv2/tgaimage.hpp:114:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1872    EXIV2API Image::AutoPtr newTgaInstance(BasicIo::AutoPtr io, bool create);
1873                    ^
1874/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1875    } _GLIBCXX_DEPRECATED;
1876      ^
1877/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1878# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1879                                             ^
1880In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1881In file included from /opt/local/include/exiv2/exiv2.hpp:71:
1882/opt/local/include/exiv2/xmpsidecar.hpp:61:29: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1883        XmpSidecar(BasicIo::AutoPtr io, bool create);
1884                            ^
1885/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1886    } _GLIBCXX_DEPRECATED;
1887      ^
1888/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1889# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1890                                             ^
1891In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1892In file included from /opt/local/include/exiv2/exiv2.hpp:71:
1893/opt/local/include/exiv2/xmpsidecar.hpp:103:53: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1894    EXIV2API Image::AutoPtr newXmpInstance(BasicIo::AutoPtr io, bool create);
1895                                                    ^
1896/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::BasicIo>' has been explicitly marked deprecated here
1897    } _GLIBCXX_DEPRECATED;
1898      ^
1899/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1900# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1901                                             ^
1902In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/build/meson-private/tmp4aow66pz/testfile.cpp:1:
1903In file included from /opt/local/include/exiv2/exiv2.hpp:71:
1904/opt/local/include/exiv2/xmpsidecar.hpp:103:21: warning: 'AutoPtr' is deprecated [-Wdeprecated-declarations]
1905    EXIV2API Image::AutoPtr newXmpInstance(BasicIo::AutoPtr io, bool create);
1906                    ^
1907/opt/local/include/gcc/c++/backward/auto_ptr.h:285:7: note: 'auto_ptr<Exiv2::Image>' has been explicitly marked deprecated here
1908    } _GLIBCXX_DEPRECATED;
1909      ^
1910/opt/local/include/gcc/c++/i386-apple-darwin9/bits/c++config.h:85:46: note: expanded from macro '_GLIBCXX_DEPRECATED'
1911# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1912                                             ^
1913127 warnings generated.
1914
1915Checking if "BMFF support in exiv2" with dependency exiv2 compiles: YES
1916Program g-ir-scanner found: YES (/opt/local/bin/g-ir-scanner)
1917Running compile:
1918Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/.tmp/tmp_kc7noi7
1919Command line:  valac /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/.tmp/tmp_kc7noi7/testfile.vala -C
1920
1921Code:
1922 class MesonSanityCheck : Object { }
1923Compiler stdout:
1924 
1925Compiler stderr:
1926 
1927***MEMORY-ERROR***: valac[832]: GSlice: assertion failed: aligned_memory == (gpointer) addr
1928
1929Compiler for language vala for the build machine not found.
1930Using cached compile:
1931Cached command line:  valac /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gexiv2/gexiv2/work/.tmp/tmp_kc7noi7/testfile.vala -C
1932
1933Code:
1934 class MesonSanityCheck : Object { }
1935Cached compiler stdout:
1936 
1937Cached compiler stderr:
1938 
1939***MEMORY-ERROR***: valac[832]: GSlice: assertion failed: aligned_memory == (gpointer) addr
1940
1941
1942meson.build:42:19: ERROR: Vala compiler 'valac' can not compile programs