<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commenti a: [GIMP] Modificare tante immagini Contemporaneamente</title>
	<atom:link href="http://www.de-side.com/blogs/2007/03/14/gimp_modificare_tante_immagini_contempor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.de-side.com/blogs/2007/03/14/gimp_modificare_tante_immagini_contempor/</link>
	<description>life. linux. mac. web. seo.</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Di: Johnny Ghio</title>
		<link>http://www.de-side.com/blogs/2007/03/14/gimp_modificare_tante_immagini_contempor/comment-page-1/#comment-8252</link>
		<dc:creator>Johnny Ghio</dc:creator>
		<pubDate>Tue, 10 Jan 2012 00:30:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-8252</guid>
		<description>Peccato :( sulla mia Fedora 14 il &quot;make&quot; mi restituisce un errore:

[root@johnny dbp-1.1.5]# makeg++ -o dbp -Wall -O2 -I. *.cc -pthread -I/usr/include/gimp-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -DGTK_DISABLE_DEPRECATED  dbp.cc: In function ‘void query()’:dbp.cc:82:3: warning: deprecated conversion from string constant to ‘gchar*’dbp.cc:82:3: warning: deprecated conversion from string constant to ‘gchar*’gui.cc: In constructor ‘Dbp::GtkCBBase::GtkCBBase(GtkObject*, std::string)’:gui.cc:71:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc:71:17: error: expected ‘;’ before ‘fn’gui.cc:72:3: error: argument of type ‘void (Dbp::GtkCBBase::)()’ does not match ‘void (*)()’gui.cc: In member function ‘GtkObject* Dbp::Gui::add(Dbp::ControlLayout&amp;, const std::string&amp;, float&amp;, float, float, int)’:gui.cc:120:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘GtkObject* Dbp::Gui::add(Dbp::ControlLayout&amp;, const std::string&amp;, gdouble&amp;, float, float, int)’:gui.cc:133:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘void Dbp::Gui::add(Dbp::ControlLayout&amp;, const std::string&amp;, int&amp;, int, int)’:gui.cc:144:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘void Dbp::Gui::addItem(GtkWidget*, std::string, int*, int&amp;)’:gui.cc:162:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In static member function ‘static GtkWidget* Dbp::Gui::checkButtonFor(bool&amp;)’:gui.cc:225:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘virtual GtkWidget* Dbp::RenameGui::build()’:gui.cc:846:64: error: ‘gtk_file_selection_new’ was not declared in this scopegui.cc:849:3: error: ‘GtkFileSelection’ was not declared in this scopegui.cc:849:21: error: ‘fs’ was not declared in this scopegui.cc:849:57: error: ‘GTK_FILE_SELECTION’ was not declared in this scopegui.cc:857:44: error: ‘gtk_file_selection_hide_fileop_buttons’ was not declared in this scopegui.cc: In member function ‘void Dbp::RenameGui::okDirSelector()’:gui.cc:952:68: error: ‘GTK_FILE_SELECTION’ was not declared in this scopegui.cc:952:69: error: ‘gtk_file_selection_get_filename’ was not declared in this scopegui.cc: In member function ‘virtual GtkWidget* Dbp::OutputGui::build()’:gui.cc:1016:62: warning: dereferencing type-punned pointer will break strict-aliasing rulesgui.cc: In member function ‘virtual GtkWidget* Dbp::DbpGui::build()’:gui.cc:1112:3: error: ‘GTK_SIGNAL_FUNC’ was not declared in this scopeop.cc: In member function ‘virtual bool Dbp::InputOp::execute(int&amp;, int&amp;, Dbp::Location&amp;)’:op.cc:127:46: error: ‘strcpy’ was not declared in this scopemake: *** [dbp] Errore 1

Qualcuno sa darmi qualche dritta?
Grazie
Ciao
Johnny</description>
		<content:encoded><![CDATA[<p>Peccato :( sulla mia Fedora 14 il &#8220;make&#8221; mi restituisce un errore:</p>
<p>[root@johnny dbp-1.1.5]# makeg++ -o dbp -Wall -O2 -I. *.cc -pthread -I/usr/include/gimp-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -DGTK_DISABLE_DEPRECATED  dbp.cc: In function ‘void query()’:dbp.cc:82:3: warning: deprecated conversion from string constant to ‘gchar*’dbp.cc:82:3: warning: deprecated conversion from string constant to ‘gchar*’gui.cc: In constructor ‘Dbp::GtkCBBase::GtkCBBase(GtkObject*, std::string)’:gui.cc:71:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc:71:17: error: expected ‘;’ before ‘fn’gui.cc:72:3: error: argument of type ‘void (Dbp::GtkCBBase::)()’ does not match ‘void (*)()’gui.cc: In member function ‘GtkObject* Dbp::Gui::add(Dbp::ControlLayout&amp;, const std::string&amp;, float&amp;, float, float, int)’:gui.cc:120:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘GtkObject* Dbp::Gui::add(Dbp::ControlLayout&amp;, const std::string&amp;, gdouble&amp;, float, float, int)’:gui.cc:133:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘void Dbp::Gui::add(Dbp::ControlLayout&amp;, const std::string&amp;, int&amp;, int, int)’:gui.cc:144:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘void Dbp::Gui::addItem(GtkWidget*, std::string, int*, int&amp;)’:gui.cc:162:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In static member function ‘static GtkWidget* Dbp::Gui::checkButtonFor(bool&amp;)’:gui.cc:225:3: error: ‘GtkSignalFunc’ was not declared in this scopegui.cc: In member function ‘virtual GtkWidget* Dbp::RenameGui::build()’:gui.cc:846:64: error: ‘gtk_file_selection_new’ was not declared in this scopegui.cc:849:3: error: ‘GtkFileSelection’ was not declared in this scopegui.cc:849:21: error: ‘fs’ was not declared in this scopegui.cc:849:57: error: ‘GTK_FILE_SELECTION’ was not declared in this scopegui.cc:857:44: error: ‘gtk_file_selection_hide_fileop_buttons’ was not declared in this scopegui.cc: In member function ‘void Dbp::RenameGui::okDirSelector()’:gui.cc:952:68: error: ‘GTK_FILE_SELECTION’ was not declared in this scopegui.cc:952:69: error: ‘gtk_file_selection_get_filename’ was not declared in this scopegui.cc: In member function ‘virtual GtkWidget* Dbp::OutputGui::build()’:gui.cc:1016:62: warning: dereferencing type-punned pointer will break strict-aliasing rulesgui.cc: In member function ‘virtual GtkWidget* Dbp::DbpGui::build()’:gui.cc:1112:3: error: ‘GTK_SIGNAL_FUNC’ was not declared in this scopeop.cc: In member function ‘virtual bool Dbp::InputOp::execute(int&amp;, int&amp;, Dbp::Location&amp;)’:op.cc:127:46: error: ‘strcpy’ was not declared in this scopemake: *** [dbp] Errore 1</p>
<p>Qualcuno sa darmi qualche dritta?<br />
Grazie<br />
Ciao<br />
Johnny</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Otacon</title>
		<link>http://www.de-side.com/blogs/2007/03/14/gimp_modificare_tante_immagini_contempor/comment-page-1/#comment-95</link>
		<dc:creator>Otacon</dc:creator>
		<pubDate>Sat, 05 Jan 2008 14:11:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-95</guid>
		<description>Fico!Ottimo Script...LO CERCAVO DA ANNI!</description>
		<content:encoded><![CDATA[<p>Fico!Ottimo Script&#8230;LO CERCAVO DA ANNI!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: AleXit</title>
		<link>http://www.de-side.com/blogs/2007/03/14/gimp_modificare_tante_immagini_contempor/comment-page-1/#comment-94</link>
		<dc:creator>AleXit</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:00:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-94</guid>
		<description>Top! Serviva pure a me... (anche se le modifiche in batch le facevo con gThumb) ;)</description>
		<content:encoded><![CDATA[<p>Top! Serviva pure a me&#8230; (anche se le modifiche in batch le facevo con gThumb) ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Treviño</title>
		<link>http://www.de-side.com/blogs/2007/03/14/gimp_modificare_tante_immagini_contempor/comment-page-1/#comment-93</link>
		<dc:creator>Treviño</dc:creator>
		<pubDate>Mon, 26 Feb 2007 00:24:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-93</guid>
		<description>BBBBello, grazie :)</description>
		<content:encoded><![CDATA[<p>BBBBello, grazie :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

