>It would be useful if you could upload the result (the >synfigstudio-preview.o file) of compiling preview.cpp as usual but >with the -c flag replaced by -E (which tells the compiler to stop >after preprocessing).
OK, here it is: http://atrus.mmaa.ru/synfig/leftover/synfigstudio-preview.o.bz2 and full compiller line: mingw32-g++ -DHAVE_CONFIG_H -I../../.. -I../.. -I../../../src -I/C/GTK/include -IC:/msys/1.0/synfig/synfig-devel/include/synfig-0.0 -Ic:/GTK/include/libxml++-2.6 -Ic:/GTK/lib/libxml++-2.6/include -Ic:/GTK/include/sigc++-2.0 -Ic:/GTK/lib/sigc++-2.0/include -Ic:/GTK/include/libxml2 -Ic:/GTK/include/glibmm-2.4 -Ic:/GTK/lib/glibmm-2.4/include -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include -IC:/msys/1.0/synfig/ETL/include -mms-bitfields -Ic:/GTK/include/gtkmm-2.4 -Ic:/GTK/lib/gtkmm-2.4/include -Ic:/GTK/include/glibmm-2.4 -Ic:/GTK/lib/glibmm-2.4/include -Ic:/GTK/include/gdkmm-2.4 -Ic:/GTK/lib/gdkmm-2.4/include -Ic:/GTK/include/pangomm-1.4 -Ic:/GTK/include/atkmm-1.6 -Ic:/GTK/include/gtk-2.0 -Ic:/GTK/include/sigc++-2.0 -Ic:/GTK/lib/sigc++-2.0/include -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include -Ic:/GTK/lib/gtk-2.0/include -Ic:/GTK/include/pango-1.0 -I/home/ivan/cross/build/include/cairo -Ic:/GTK/include/cairo -Ic:/GTK/include/atk-1.0 -D_DEBUG -g -O0 -W -Wal l -Wno-unused-parameter -LC:/GTK/lib -MT synfigstudio-preview.o -MD -MP -MF ".deps/synfigstudio-preview.Tpo" \ -c -o synfigstudio-preview.o `test -f 'preview.cpp' || echo '../../../src/gtkmm/'`preview.cpp; P.S. Sorry for delay... :-( #undef DELETE >just before line 384 (the >'IMAGIFY_BUTTON(button,Gtk::Stock::DELETE,"Erase All");' line) >Does that stop the error? Yes, that's work. But is it correct? Atrus. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
