On Sun, 12 Aug 2007, Anders Brander wrote: > > I've downloaded current snapshot of rawstudio: > > http://rawstudio.org/files/daily/rawstudio-20070811-1347.tar.bz2 > > > > It crashes while building: > Try to remove the following line from wb_presets.h: > #include <gettext.h>
Yes, it works. Will you remove it in svn? Todays snapshot has the same issue. --- ./src/wb_presets.h.org 2007-08-13 02:15:03.000000000 +0000 +++ ./src/wb_presets.h 2007-08-13 12:11:56.000000000 +0000 @@ -19,7 +19,7 @@ #include <gtk/gtk.h> #include <glib.h> -#include <gettext.h> +//#include <gettext.h> #include "rawstudio.h" #include "color.h" -- pozdr. Pawel Golaszewski jid:blues<at>jabber<dot>gda<dot>pl -------------------------------------------------------------------------- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Pro-Logic Surround Sound with Bass Boost and all the music is free. _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
