[mikos@tauri exif-tools-0.0.7]$ make g++ -Itiff-fields -Itext-handlers -Iexif -I. -fexceptions -g -c -o tiff-fields/asciiField.o tiff-fields/asciiField.cc g++ -Itiff-fields -Itext-handlers -Iexif -I. -fexceptions -g -c -o tiff-fields/nullField.o tiff-fields/nullField.cc g++ -Itiff-fields -Itext-handlers -Iexif -I. -fexceptions -g -c -o tiff-fields/undefinedField.o tiff-fields/undefinedField.cc mkdir -p lib g++ -shared tiff-fields/asciiField.o tiff-fields/nullField.o tiff-fields/undefinedField.o -o lib/libtiff-fields.so g++ -Itiff-fields -Itext-handlers -Iexif -I. -fexceptions -g -c -o text-handlers/textHandler.o text-handlers/textHandler.cc In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/backward/map.h:59, from text-handlers/textHandlerMap.h:10, from text-handlers/textHandler.h:10, from text-handlers/textHandler.cc:9: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -Itiff-fields -Itext-handlers -Iexif -I. -fexceptions -g -c -o text-handlers/textHandlerAscii.o text-handlers/textHandlerAscii.cc In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/backward/map.h:59, from text-handlers/textHandlerMap.h:10, from text-handlers/textHandler.h:10, from text-handlers/textHandlerAscii.h:10, from text-handlers/textHandlerAscii.cc:8: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -Itiff-fields -Itext-handlers -Iexif -I. -fexceptions -g -c -o text-handlers/textHandlerExposureTime.o text-handlers/textHandlerExposureTime.cc text-handlers/textHandlerExposureTime.cc:7:23: strstream.h: není souborem ani adresářem In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/backward/map.h:59, from text-handlers/textHandlerMap.h:10, from text-handlers/textHandler.h:10, from text-handlers/textHandlerExposureTime.h:4, from text-handlers/textHandlerExposureTime.cc:9: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. text-handlers/textHandlerExposureTime.cc: In member function `virtual const char* textHandlerExposureTime::toText(const ifd&, const field&) const': text-handlers/textHandlerExposureTime.cc:26: error: `ostrstream' undeclared (first use this function) text-handlers/textHandlerExposureTime.cc:26: error: (Each undeclared identifier is reported only once for each function it appears in.) text-handlers/textHandlerExposureTime.cc:26: error: expected `;' before "out" text-handlers/textHandlerExposureTime.cc:28: error: `out' undeclared (first use this function) text-handlers/textHandlerExposureTime.cc:28: error: `ends' undeclared (first use this function) make: *** [text-handlers/textHandlerExposureTime.o] Error 1