Hi!
I'm trying to compile from source on OSX 10.4.8. After I enter make, I
get the following error messages at the end.
tiffcomposite.hpp: In function `std::auto_ptr<Exiv2::TiffComponent>
Exiv2::newTiffArrayEntry(uint16_t, const Exiv2::TiffStructure*)':
tiffcomposite.hpp:597: error: invalid conversion from 'const
Exiv2::TiffStructure*' to 'long int'
tiffcomposite.hpp: In function `std::auto_ptr<Exiv2::TiffComponent>
Exiv2::newTiffArrayElement(uint16_t, const Exiv2::TiffStructure*)':
tiffcomposite.hpp:607: error: invalid conversion from 'const
Exiv2::TiffStructure*' to 'long int'
tiffcomposite.hpp: In function `std::auto_ptr<Exiv2::TiffComponent>
Exiv2::newTiffThumbData(uint16_t, const Exiv2::TiffStructure*)':
tiffcomposite.hpp:624: error: invalid conversion from 'const
Exiv2::TiffStructure*' to 'long int'
tiffcomposite.hpp: In function `std::auto_ptr<Exiv2::TiffComponent>
Exiv2::newTiffThumbSize(uint16_t, const Exiv2::TiffStructure*)':
tiffcomposite.hpp:634: error: invalid conversion from 'const
Exiv2::TiffStructure*' to 'long int'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x00319f60 PID 11627
make[1]: *** [cr2image.o] Error 1
Removing child 0x00319f60 PID 11627 from chain.
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0030a2c0 PID 11625
make: *** [all] Error 2
Removing child 0x0030a2c0 PID 11625 from chain.
Thank you in advance. Sorry that I am very unused to compiling by source.