Re: [Libiptcdata-devel] iptc crash on Mac OS X
Brought to you by:
dmoore
|
From: <mae...@la...> - 2005-08-01 06:39:45
|
On 2005-08-01 07:12:39 +0200 David Moore <dc...@MI...> wrote: > I have no experience with libiptcdata on Mac OS X, but this looks > like a > library incompatibility. Perhaps Mac OS X ships with an older version > of gettext than is on my system. After thinking for a while I was suspecting gettext, nice to hear that you do so. Well, I tried to look for my current gettext... I've searched my system for a few of what seems to be gettext installed libs or utils (from the page http://www.linuxfromscratch.org/lfs/view/development/chapter06/gettext.html#contents-gettext ). Here is the result : $ sudo find / -name libgettextlib* -type f -print Nothing ! I'll have a look at this : is gettext installed ? This looks surprising to me. > First of all, try running ./configure with the --with-included-gettext > option. Then 'make' and 'make install' again. If that still fails, > you > might try getting a newer version of gettext for your system. I Will do. The offending iptc was build using a plain ./configure. Since then, I've tried a ./configure --enable-static --disable-shared and the resulting iptc worked as expected (BTW, no problem of utf-8 encoding). I will investigate this and keep you informed. If I can't give you more information in the next days, maybe dropping a note in the INSTALL file could help others ? |