Re: [Libiptcdata-devel] iptc crash on Mac OS X
Brought to you by:
dmoore
|
From: <mae...@la...> - 2005-08-04 21:06:04
|
On 2005-08-01 15:51:49 +0200 Hubert Figuiere <hfi...@te...> wrote: > Try configure with --disable-nls > That's disable gettext. Yes, thank you for the suggestion. > Or install one the unix free software distributions like DarwinPorts > or Fink. No, thank you, I'd really like to avoid that. After a few tests, here are my conclusions : Whatever the ./configure options are, iptc my-file-without-iptc.jpg produces the right ouput. But for a file with iptc data, I may get the crash previously reported. --disable-nls and --enable-static --disable-shared lead to "good" executables --with-included-gettext or nothing lead to "bad" executables. I hope this may be usefull for you, I fear I can't investigate deeper by myself :( Just ask if you want something from me (config.log ?). However, maybe it could be a good idea to drop a note in the INSTALL file regarding this issue. |