<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <title>Synfig » Synfig 0.61.02 » Comments</title>
    <link rel="alternate" type="text/html" href="http://www.synfig.com/2005/11/26/synfig-0-61-02/" />
    <id>http://www.synfig.com/2005/11/26/synfig-0-61-02/</id>
    <subtitle>High-Quality 2D Vector Animation</subtitle>
    <updated>2005-12-01T16:43:06Z</updated>
    <rights>Copyright 2005</rights>
    <generator version="0.2">darcness</generator>

        
        <entry>
            <title type="html"><![CDATA[RE: Synfig 0.61.02]]></title>
            <author>
                <name>Mike Edwards</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-11" />
            <id>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-11</id>
                            <updated>2005-12-01T16:43:06Z</updated>
                                        <published>2005-12-01T16:43:06Z</published>
                                                <summary type="html"><![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>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: Synfig 0.61.02]]></title>
            <author>
                <name>Mike Edwards</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-10" />
            <id>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-10</id>
                            <updated>2005-12-01T16:40:45Z</updated>
                                        <published>2005-12-01T16:40:45Z</published>
                                                <summary type="html"><![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>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: Synfig 0.61.02]]></title>
            <author>
                <name>Ulrik</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-8" />
            <id>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-8</id>
                            <updated>2005-11-28T12:24:31Z</updated>
                                        <published>2005-11-28T12:24:31Z</published>
                                                <summary type="html"><![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>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: Synfig 0.61.02]]></title>
            <author>
                <name>darco</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-6" />
            <id>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-6</id>
                            <updated>2005-11-27T12:38:26Z</updated>
                                        <published>2005-11-27T12:38:26Z</published>
                                                <summary type="html"><![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>
]]></summary>
        </entry>
        
        <entry>
            <title type="html"><![CDATA[RE: Synfig 0.61.02]]></title>
            <author>
                <name>Suleiman Razumovsky</name>
            </author>
            <link rel="alternate" type="text/html" href="http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-4" />
            <id>http://www.synfig.com/2005/11/26/synfig-0-61-02/#comment-4</id>
                            <updated>2005-11-26T15:05:38Z</updated>
                                        <published>2005-11-26T15:05:38Z</published>
                                                <summary type="html"><![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>
]]></summary>
        </entry>
        
</feed>
