On 5/4/14 2:46 pm, Roman Lebedev wrote: > Hm, i am not quite sure how to fix this since i can not test it on OSX... > Can you join IRC in order to help me test possible fixes?
I found this https://www.redhat.com/archives/libvir-list/2013-December/msg01318.html and this https://www.redhat.com/archives/libvir-list/2013-December/msg01317.html So I guess adding this to darktable.h should fix it: #ifndef __GNUC_PREREQ # if defined __GNUC__ && defined __GNUC_MINOR__ # define __GNUC_PREREQ(maj,min) \ ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) # else # define __GNUC_PREREQ(maj,min) 0 # endif #endif I'll try this later and report back. .mm ------------------------------------------------------------------------------ _______________________________________________ darktable-devel mailing list darktable-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-devel