Synfig Project Forum

Forums for Synfig Project
It is currently Thu May 23, 2013 11:52 pm

All times are UTC - 4 hours [ DST ]




Post new topic Reply to topic  [ 55 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
PostPosted: Tue Jul 19, 2011 4:53 pm 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
I've the same as ulrik:
Attachment:
círculo o huevo.png
círculo o huevo.png [ 8.86 KiB | Viewed 768 times ]


But I've a question: I've installed Synfig 0.62.00 (iMac), and I can't see anything when I import the svg file. I don't know if it's normal. (anyway, I'm going to update to 0.63)


Top
 Profile  
 
PostPosted: Wed Jul 20, 2011 3:22 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4133
Location: Spain
Thank you both. That's what I obtain in Ubuntu too. Weirdly in Fedora I obtain a perfect circle (what's supposed to be).

Quote:
But I've a question: I've installed Synfig 0.62.00 (iMac), and I can't see anything when I import the svg file. I don't know if it's normal. (anyway, I'm going to update to 0.63)


In 0.62.00 or 0.62.02 just repeat the import opertaion and it should work fine.

I can understand that we might have broken the SVG import library for all the cases but what I can't understand is why in Fedora it works fine and not in the rest. I swear that there is something extra apart of the code of Synfig.
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Wed Jul 20, 2011 3:31 am 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
if you need more proof, tell me.
Quote:
In 0.62.00 or 0.62.02 just repeat the import opertaion and it should work fine.

I have upgraded to the latest version on my two machines.Thanks anyway. :D


Top
 Profile  
 
PostPosted: Thu Oct 06, 2011 4:39 pm 
Offline
Site Admin

Joined: Sat Dec 01, 2007 6:21 am
Posts: 101
Location: Sweden
Hi, I am unable to install the latest synfig release with macport, I know macport is updated with the latest synfig port but I get this error when trying to install Synfig 0.63.02:
---> Verifying checksum(s) for synfig
Error: Checksum (rmd160) mismatch for synfig-0.63.02.tar.gz
Error: Checksum (sha256) mismatch for synfig-0.63.02.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums

Anybodu know why this happens?

cheers / Ulrik


Top
 Profile  
 
PostPosted: Thu Oct 06, 2011 5:01 pm 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4133
Location: Spain
It is possible that there has been an error uploading the tarballs. I'll check them.
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Thu Oct 06, 2011 7:26 pm 
Offline
Site Admin

Joined: Sat Dec 01, 2007 6:21 am
Posts: 101
Location: Sweden
Thanks Genete! :D


Top
 Profile  
 
PostPosted: Fri Oct 07, 2011 9:20 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4133
Location: Spain
I've downloaded the files from the website links (sourceforge automatic links), placed the uncompressed files in a separated folder and have run this script to make and install in a local place. I didn't want to install it wide system but I'm sure that replacing 'make install' with 'sudo make install', will work.

I don't know what else to test. Looks like the tar balls are fine.

-G

Code:
#!/bin/sh
CPUS=4
prefix=$(pwd)/install
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
export PATH=$(pwd)/synfig-core/src/tool/.libs:$PATH
export CXX="/usr/bin/ccache /usr/bin/g++"

cd ETL-0.04.14 &&
./configure --prefix $prefix &&
make install &&
\
cd ../synfig-0.63.02 &&
./configure --prefix $prefix &&
make -j $CPUS install &&
\
cd ../synfigstudio-0.63.02 &&
./configure --prefix $prefix &&
make  -j $CPUS install

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Fri Oct 07, 2011 10:27 am 
Offline
Site Admin

Joined: Sat Dec 01, 2007 6:21 am
Posts: 101
Location: Sweden
hmm...still not working, I get the same checksum error and macport will not install!
I will try to manually build it via git, thanks for the help!

cheers!


Top
 Profile  
 
PostPosted: Tue Oct 11, 2011 4:37 pm 
Offline
Site Admin

Joined: Sat Dec 01, 2007 6:21 am
Posts: 101
Location: Sweden
ulrik wrote:
hmm...still not working, I get the same checksum error and macport will not install!
I will try to manually build it via git, thanks for the help!

cheers!

Well I managed to build it on my own, and today I tried to build it with macport and it worked as well!!! I guess the port file is updated.
Conclusion, it is possible to build the latest stable release of Synfig , 0.63.02 with macport. :D


Top
 Profile  
 
PostPosted: Tue Oct 11, 2011 4:41 pm 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4133
Location: Spain
ulrik wrote:
ulrik wrote:
hmm...still not working, I get the same checksum error and macport will not install!
I will try to manually build it via git, thanks for the help!

cheers!

Well I managed to build it on my own, and today I tried to build it with macport and it worked as well!!! I guess the port file is updated.
Conclusion, it is possible to build the latest stable release of Synfig , 0.63.02 with macport. :D

So it was a wrongly 'mackported' tarballs right?

-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Tue Oct 11, 2011 5:06 pm 
Offline
Site Admin

Joined: Sat Dec 01, 2007 6:21 am
Posts: 101
Location: Sweden
Genete wrote:
ulrik wrote:
ulrik wrote:
hmm...still not working, I get the same checksum error and macport will not install!
I will try to manually build it via git, thanks for the help!

cheers!

Well I managed to build it on my own, and today I tried to build it with macport and it worked as well!!! I guess the port file is updated.
Conclusion, it is possible to build the latest stable release of Synfig , 0.63.02 with macport. :D

So it was a wrongly 'mackported' tarballs right?

-G

I guess so, yes, well I'm glad it's working again.


Top
 Profile  
 
PostPosted: Tue Dec 27, 2011 6:13 pm 
Offline

Joined: Tue Dec 27, 2011 6:03 pm
Posts: 3
Hi!
I try to install the latest stable version with macport (because I have a lot of software installed with ii) but it fails.
:cry:
I was so happy to use your software...

Following you can find my shell commands, after hours of compiling dependences.
...the last (and most important piece of software, fail).

Please, is there anybody?
Thanks very very very very ... much!!!!
Ciao!

Code:
sudo port install synfigstudio
--->  Computing dependencies for synfigstudio
--->  Dependencies to be installed: synfig
--->  Building synfig
Error: Target org.macports.build returned: shell command failed (see log for details)
Error: Failed to install synfig
Log for synfig is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/main.log
Error: The following dependencies were not installed: synfig
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>


Top
 Profile  
 
PostPosted: Tue Dec 27, 2011 7:14 pm 
Offline

Joined: Tue Dec 27, 2011 7:04 pm
Posts: 1
I think you'll need to post the contents of the more detailed error log file the report mentions:
Code:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/main.log


Top
 Profile  
 
PostPosted: Wed Dec 28, 2011 5:52 am 
Offline

Joined: Tue Dec 27, 2011 6:03 pm
Posts: 3
TDY wrote:
I think you'll need to post the contents of the more detailed error log file the report mentions:
Code:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/main.log


Thanks TDY !
Here is the log
I hope you can find a solution

Code:
version:1
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 502
:debug:main Executing org.macports.main (synfig)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (synfig)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (synfig)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (synfig)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (synfig)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (synfig)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (synfig)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Wed Dec 28 09:48:35 CET 2011
:notice:build --->  Building synfig
:debug:build Executing org.macports.build (synfig)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03" && /usr/bin/make -j2 -w all'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03" && /usr/bin/make -j2 -w all
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03'
:info:build /usr/bin/make  all-recursive
:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03'
:info:build Making all in libltdl
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/libltdl'
:info:build /usr/bin/make  all-am
:info:build make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/libltdl'
:info:build make[3]: Nothing to be done for `all-am'.
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/libltdl'
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/libltdl'
:info:build Making all in build_tools
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/build_tools'
:info:build sh ./autorevision.sh ".." ".."
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/build_tools'
:info:build Making all in src
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/src'
:info:build Making all in synfig
:info:build make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/src/synfig'
:info:build /bin/sh ../../libtool  --tag=CXX   --mode=compile /Developer/usr/bin/clang++ -DHAVE_CONFIG_H  -I../.. -I../../src   -I/opt/local/include -D_REENTRANT -I/opt/local/include/libxml++-2.6 -I/opt/local/lib/libxml++-2.6/include -I/opt/local/include/libxml2 -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/glibmm-2.4/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/opt/local/share/locale\" -DLIBDIR="\"/opt/local/lib\"" -DSYSCONFDIR="\"/opt/local/etc\"" -pipe  -arch x86_64 -DNDEBUG -O2 -W -Wall -MT libsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.Tpo -c -o libsynfig_la-value.lo `test -f 'value.cpp' || echo './'`value.cpp
:info:build /bin/sh ../../libtool  --tag=CXX   --mode=compile /Developer/usr/bin/clang++ -DHAVE_CONFIG_H  -I../.. -I../../src   -I/opt/local/include -D_REENTRANT -I/opt/local/include/libxml++-2.6 -I/opt/local/lib/libxml++-2.6/include -I/opt/local/include/libxml2 -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/glibmm-2.4/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/opt/local/share/locale\" -DLIBDIR="\"/opt/local/lib\"" -DSYSCONFDIR="\"/opt/local/etc\"" -pipe  -arch x86_64 -DNDEBUG -O2 -W -Wall -MT libsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la-layer_bitmap.Tpo -c -o libsynfig_la-layer_bitmap.lo `test -f 'layer_bitmap.cpp' || echo './'`layer_bitmap.cpp
:info:build libtool: compile:  /Developer/usr/bin/clang++ -DHAVE_CONFIG_H -I../.. -I../../src -I/opt/local/include -D_REENTRANT -I/opt/local/include/libxml++-2.6 -I/opt/local/lib/libxml++-2.6/include -I/opt/local/include/libxml2 -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/glibmm-2.4/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/opt/local/share/locale\" -DLIBDIR=\"/opt/local/lib\" -DSYSCONFDIR=\"/opt/local/etc\" -pipe -arch x86_64 -DNDEBUG -O2 -W -Wall -MT libsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.Tpo -c value.cpp  -fno-common -DPIC -o .libs/libsynfig_la-value.o
:info:build libtool: compile:  /Developer/usr/bin/clang++ -DHAVE_CONFIG_H -I../.. -I../../src -I/opt/local/include -D_REENTRANT -I/opt/local/include/libxml++-2.6 -I/opt/local/lib/libxml++-2.6/include -I/opt/local/include/libxml2 -I/opt/local/include/glibmm-2.4 -I/opt/local/lib/glibmm-2.4/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/opt/local/share/locale\" -DLIBDIR=\"/opt/local/lib\" -DSYSCONFDIR=\"/opt/local/etc\" -pipe -arch x86_64 -DNDEBUG -O2 -W -Wall -MT libsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la-layer_bitmap.Tpo -c layer_bitmap.cpp  -fno-common -DPIC -o .libs/libsynfig_la-layer_bitmap.o
:info:build In file included from value.cpp:34:
:info:build In file included from ./value.h:33:
:info:build In file included from ./segment.h:30:
:info:build In file included from ./vector.h:204:
:info:build In file included from /opt/local/include/ETL/bezier:32:
:info:build /opt/local/include/ETL/_bezier.h:138:63: warning: unused parameter 'x' [-Wunused-parameter]
:info:build         bool intersect_hull(const bezier_base<value_type,time_type> &x)const
:info:build                                                                      ^
:info:build /opt/local/include/ETL/_bezier.h:164:63: warning: unused parameter 'x' [-Wunused-parameter]
:info:build         time_type intersect(const bezier_base<value_type,time_type> &x, time_type near=0.0)const
:info:build                                                                      ^
:info:build /opt/local/include/ETL/_bezier.h:164:76: warning: unused parameter 'near' [-Wunused-parameter]
:info:build         time_type intersect(const bezier_base<value_type,time_type> &x, time_type near=0.0)const
:info:build                                                                                   ^
:info:build In file included from value.cpp:34:
:info:build ./value.h:63:1: warning: class 'Segment' was previously declared as a struct [-Wmismatched-tags]
:info:build class Segment;
:info:build ^
:info:build ./segment.h:43:8: note: previous use is here
:info:build struct Segment
:info:build        ^
:info:build ./value.h:63:1: note: did you mean struct here?
:info:build class Segment;
:info:build ^~~~~
:info:build struct
:info:build In file included from layer_bitmap.cpp:32:
:info:build In file included from ./layer_bitmap.h:30:
:info:build In file included from ./layer_composite.h:32:
:info:build ./color.h:782:4: warning: expression result unused [-Wunused-value]
:info:build                         *out++/*=(unsigned char)(color.GetZ()*255.0f)*/;
:info:build                         ^~~~~~
:info:build ./color.h:791:4: warning: expression result unused [-Wunused-value]
:info:build                         *out++/*=(unsigned char)(color.GetZ()*255.0f)*/;
:info:build                         ^~~~~~
:info:build In file included from layer_bitmap.cpp:32:
:info:build In file included from ./layer_bitmap.h:31:
:info:build In file included from ./surface.h:31:
:info:build In file included from ./renddesc.h:32:
:info:build In file included from ./vector.h:204:
:info:build In file included from /opt/local/include/ETL/bezier:32:
:info:build /opt/local/include/ETL/_bezier.h:138:63: warning: unused parameter 'x' [-Wunused-parameter]
:info:build         bool intersect_hull(const bezier_base<value_type,time_type> &x)const
:info:build                                                                      ^
:info:build /opt/local/include/ETL/_bezier.h:164:63: warning: unused parameter 'x' [-Wunused-parameter]
:info:build         time_type intersect(const bezier_base<value_type,time_type> &x, time_type near=0.0)const
:info:build                                                                      ^
:info:build /opt/local/include/ETL/_bezier.h:164:76: warning: unused parameter 'near' [-Wunused-parameter]
:info:build         time_type intersect(const bezier_base<value_type,time_type> &x, time_type near=0.0)const
:info:build                                                                                   ^
:info:build In file included from value.cpp:37:
:info:build In file included from ./canvas.h:40:
:info:build In file included from ./valuenode.h:43:
:info:build In file included from ./paramdesc.h:32:
:info:build ./color.h:782:4: warning: expression result unused [-Wunused-value]
:info:build                         *out++/*=(unsigned char)(color.GetZ()*255.0f)*/;
:info:build                         ^~~~~~
:info:build ./color.h:791:4: warning: expression result unused [-Wunused-value]
:info:build                         *out++/*=(unsigned char)(color.GetZ()*255.0f)*/;
:info:build                         ^~~~~~
:info:build In file included from value.cpp:37:
:info:build In file included from ./canvas.h:40:
:info:build ./valuenode.h:398:9: warning: 'synfig::LinkableValueNode::get_description' hides overloaded virtual function [-Woverloaded-virtual]
:info:build         String get_description(int index = -1, bool show_exported_name = true)const;
:info:build                ^
:info:build ./valuenode.h:212:17: note: hidden overloaded virtual function 'synfig::ValueNode::get_description' declared here
:info:build         virtual String get_description(bool show_exported_name = true)const;
:info:build                        ^
:info:build In file included from value.cpp:37:
:info:build ./canvas.h:144:22: error: no function named 'optimize_layers' with type 'void (synfig::Time, synfig::Context, Canvas::Handle, bool)' was found in the specified scope
:info:build         friend void synfig::optimize_layers(Time, Context, Canvas::Handle, bool seen_motion_blur);
:info:build                             ^
:info:build 7 warnings and 1 error generated.
:info:build make[3]: *** [libsynfig_la-value.lo] Error 1
:info:build make[3]: *** Waiting for unfinished jobs....
:info:build In file included from layer_bitmap.cpp:32:
:info:build ./layer_bitmap.h:61:15: warning: 'synfig::Layer_Bitmap::set_param' hides overloaded virtual function [-Woverloaded-virtual]
:info:build         virtual bool set_param(const String & param, ValueBase value);
:info:build                      ^
:info:build ./layer_composite.h:84:15: note: hidden overloaded virtual function 'synfig::Layer_Composite::set_param' declared here
:info:build         virtual bool set_param(const String &param, const ValueBase &value);
:info:build                      ^
:info:build In file included from layer_bitmap.cpp:43:
:info:build In file included from ./target.h:39:
:info:build In file included from ./canvas.h:40:
:info:build In file included from ./valuenode.h:33:
:info:build ./value.h:63:1: warning: class 'Segment' was previously declared as a struct [-Wmismatched-tags]
:info:build class Segment;
:info:build ^
:info:build ./segment.h:43:8: note: previous use is here
:info:build struct Segment
:info:build        ^
:info:build ./value.h:63:1: note: did you mean struct here?
:info:build class Segment;
:info:build ^~~~~
:info:build struct
:info:build In file included from layer_bitmap.cpp:43:
:info:build In file included from ./target.h:39:
:info:build In file included from ./canvas.h:40:
:info:build ./valuenode.h:398:9: warning: 'synfig::LinkableValueNode::get_description' hides overloaded virtual function [-Woverloaded-virtual]
:info:build         String get_description(int index = -1, bool show_exported_name = true)const;
:info:build                ^
:info:build ./valuenode.h:212:17: note: hidden overloaded virtual function 'synfig::ValueNode::get_description' declared here
:info:build         virtual String get_description(bool show_exported_name = true)const;
:info:build                        ^
:info:build In file included from layer_bitmap.cpp:43:
:info:build In file included from ./target.h:39:
:info:build ./canvas.h:144:22: error: no function named 'optimize_layers' with type 'void (synfig::Time, synfig::Context, Canvas::Handle, bool)' was found in the specified scope
:info:build         friend void synfig::optimize_layers(Time, Context, Canvas::Handle, bool seen_motion_blur);
:info:build                             ^
:info:build In file included from layer_bitmap.cpp:43:
:info:build ./target.h:80:1: warning: class 'TargetParam' was previously declared as a struct [-Wmismatched-tags]
:info:build class TargetParam;
:info:build ^
:info:build ./targetparam.h:34:8: note: previous use is here
:info:build struct TargetParam
:info:build        ^
:info:build ./target.h:80:1: note: did you mean struct here?
:info:build class TargetParam;
:info:build ^~~~~
:info:build struct
:info:build 9 warnings and 1 error generated.
:info:build make[3]: *** [libsynfig_la-layer_bitmap.lo] Error 1
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/src/synfig'
:info:build make[2]: *** [all-recursive] Error 1
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/src'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03" && /usr/bin/make -j2 -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for synfig): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:error:build Failed to install synfig
:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
    while executing
"open [file join $dir tclIndex]"
:notice:build Log for synfig is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/main.log


Top
 Profile  
 
PostPosted: Wed Dec 28, 2011 8:15 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4133
Location: Spain
I'm not sure but maybe this patch can work:
On canvas.h move the lines 618 to 621 (both included) to be above the line 123 on the same file.
Maybe the compiler needs that definition to be there before it is referenced.
Good luck.
-G

Note: I guess that canvas.h is at:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_synfig/synfig/work/synfig-0.63.03/src/synfig/canvas.h

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 55 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 4 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group