Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-30 Thread Laurent Monin
Martin Proetzsch a écrit : Hi again, On Jul 28, 2009, at 10:32 PM, Vladimir Nadvornik wrote: what() is declared like this: virtual const char* what() const throw() { return msg_.c_str(); } It should not need another c_str(), Which Exiv2 version do you have? I found out that

Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-29 Thread Martin Proetzsch
Hi Vladimir On Jul 28, 2009, at 10:27 PM, Vladimir Nadvornik wrote: The patch looks good. Another question is if this mmap hack works on non-linux systems. It is supposed to handle the situation when an image is truncated during reading. It can be tested with this script: while true;

Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-27 Thread m . proetzsch
Hi Omari, On Montag 27 Juli 2009, Omari Stephens wrote: Laurent Monin wrote: On ubuntu jaunty i get this compilation error after applying your exiv2.cc patch: ... Is this really part of the Compiling geeqie on Mac thread? I don't see the connection. --xsdg Yes it is, because the patch

Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-27 Thread Laurent Monin
Omari Stephens a écrit : Is this really part of the Compiling geeqie on Mac thread? I don't see the connection. --xsdg Martin Proetzsch attached 2 patches in 1 to his first message. It is an attempt to fix 2 compilation issues on MacOs X. The first patch is about MAP_ANON vs