<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
        <title>Synfig » Synfig 0.61.02 » Comments</title>
        <link>http://www.synfig.com/2005/11/26/synfig-0-61-02/</link>
        <description>High-Quality 2D Vector Animation</description>
        <lastBuildDate>Thu, 01 Dec 2005 16:43:06 +0000</lastBuildDate>
        <docs>http://backend.userland.com/rss092</docs>
        <language>en</language>

                
        <item>
            <title>RE: Synfig 0.61.02</title>
            <dc:creator>Mike Edwards</dc:creator>
            <link>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-11</link>
            <description><![CDATA[<p>Oh, crud, the blog mangled that patch.  Well, just replace the word “private” with “public” on line 48, and that does the trick.</p>
]]></description>
            <pubDate>Thu, 01 Dec 2005 16:43:06 +0000</pubDate>
        </item>
                
        <item>
            <title>RE: Synfig 0.61.02</title>
            <dc:creator>Mike Edwards</dc:creator>
            <link>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-10</link>
            <description><![CDATA[<p>This patch worked for me on sphere distort:</p>

<p>48c48,49
&lt; private:
—</p>

<blockquote>
  <p>//private:
  public:</p>
</blockquote>

<p>When in doubt, make 'em all public and work on the get/set methods later <img src="http://www.synfig.com//images/smilies/6.png" alt=";)" style="border: 0; margin-bottom: -4px;" /></p>
]]></description>
            <pubDate>Thu, 01 Dec 2005 16:40:45 +0000</pubDate>
        </item>
                
        <item>
            <title>RE: Synfig 0.61.02</title>
            <dc:creator>Ulrik</dc:creator>
            <link>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-8</link>
            <description><![CDATA[<p>After installing osx synfig 0.61.02 , synfig would not launch, so I installed v.0.61.01 again and after that I installed only the Synfig core and Studio (v. 0.61.02) skipped the gtkmm 2.4.7 and Synfig launcher installation and now it's up and running again, thanks darco!</p>

<p>Ulrik</p>
]]></description>
            <pubDate>Mon, 28 Nov 2005 12:24:31 +0000</pubDate>
        </item>
                
        <item>
            <title>RE: Synfig 0.61.02</title>
            <dc:creator>darco</dc:creator>
            <link>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-6</link>
            <description><![CDATA[<p>I will NOT be able to get GCC 4.0 running within the next week or so, so if someone who has a non-macintosh GCC 4.0 could make a patch, it would be greatly appreciated.</p>
]]></description>
            <pubDate>Sun, 27 Nov 2005 12:38:26 +0000</pubDate>
        </item>
                
        <item>
            <title>RE: Synfig 0.61.02</title>
            <dc:creator>Suleiman Razumovsky</dc:creator>
            <link>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-4</link>
            <description><![CDATA[<p>Still trouble compiling on GCC4.  Debian Unstable.</p>

<pre>
g++ -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DNDEBUG -Wno-deprecated -O2 -ffast-math -W -Wall -Wno-unused-parameter -fpermissive -MT liblyr_std_la-sphere_distort.lo -MD -MP -MF .deps/liblyr_std_la-sphere_distort.Tpo -c sphere_distort.cpp  -fPIC -DPIC -o .libs/liblyr_std_la-sphere_distort.o
../../../src/synfig/context.h:55: warning: ‘class synfig::Context’ has virtual functions but non-virtual destructor
sphere_distort.cpp: In constructor ‘synfig::Layer_SphereDistort::Layer_SphereDistort()’:
sphere_distort.cpp:88: warning: member initializer expression list treated as compound expression
sphere_distort.cpp:88: warning: left-hand operand of comma has no effect
sphere_distort.cpp: In member function ‘virtual synfig::Vector Spherize_Trans::perform(const synfig::Vector&amp;) const’:
sphere_distort.h:50: error: ‘synfig::Vector synfig::Layer_SphereDistort::center’ is private
sphere_distort.cpp:536: error: within this context
sphere_distort.h:51: error: ‘double synfig::Layer_SphereDistort::radius’ is private
sphere_distort.cpp:536: error: within this context
sphere_distort.h:53: error: ‘double synfig::Layer_SphereDistort::percent’ is private
sphere_distort.cpp:536: error: within this context
sphere_distort.h:55: error: ‘int synfig::Layer_SphereDistort::type’ is private
sphere_distort.cpp:536: error: within this context
sphere_distort.cpp: In member function ‘virtual synfig::Vector Spherize_Trans::unperform(const synfig::Vector&amp;) const’:
sphere_distort.h:50: error: ‘synfig::Vector synfig::Layer_SphereDistort::center’ is private
sphere_distort.cpp:541: error: within this context
sphere_distort.h:51: error: ‘double synfig::Layer_SphereDistort::radius’ is private
sphere_distort.cpp:541: error: within this context
sphere_distort.h:53: error: ‘double synfig::Layer_SphereDistort::percent’ is private
sphere_distort.cpp:541: error: within this context
sphere_distort.h:55: error: ‘int synfig::Layer_SphereDistort::type’ is private
sphere_distort.cpp:541: error: within this context
make[4]: *** [liblyr_std_la-sphere_distort.lo] Error 1
make[4]: Leaving directory `/home/tyson/apps/synfig/synfig-0.61.02/src/modules/lyr_std'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/tyson/apps/synfig/synfig-0.61.02/src/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tyson/apps/synfig/synfig-0.61.02/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tyson/apps/synfig/synfig-0.61.02'
make: *** [all] Error 2
</pre>
]]></description>
            <pubDate>Sat, 26 Nov 2005 15:05:38 +0000</pubDate>
        </item>
        
</channel>
</rss>
