Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Konstantin Dmitriev
2013/3/14 Carlos López González : > @Yu: I imagine that it should be something like that because your paste bin > has the same errors than before. > @Zelgadis & all: thanks again for your continuous backing in this trip. > @Diego: thanks mate :) > > Now back with the feet on earth, it is needed to

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Timothée Giet
"One solution would be do a pre-release: Just add 0.64 on top of the current splash screen and release the code without more changes (no NEWS, ABOUT, README, etc.) and include the maximun we can from all the branches. Between this pre-release we can give time to translators to translate strings and

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
@Yu: I imagine that it should be something like that because your paste bin has the same errors than before. @Zelgadis & all: thanks again for your continuous backing in this trip. @Diego: thanks mate :) Now back with the feet on earth, it is needed to complete the work. The timing for this releas

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Diego Barrios Romero
WOW Carlos!! This is an enormous achievement and a total inflexion point for Synfig! Congratulations and thank you very much for the countless hours you have invested in this. Best regards, Diego. 2013/3/13 Yu Chen > Build successfully on Fedora 18 - 64bit, the Cairo renderer is a very > imp

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Yu Chen
Build successfully on Fedora 18 - 64bit, the Cairo renderer is a very impressive effort! ~ yu -- No one will come, Yu has to make it happen by Yu-self. 2013/3/14 Yu Chen > > 2013/3/13 Konstantin Dmitriev > >> It's weird, the compilation works fine for me... I will try to "git >> --reset" an

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Yu Chen
2013/3/13 Konstantin Dmitriev > It's weird, the compilation works fine for me... I will try to "git > --reset" and rebuild from scratch now. > forgive me, it seems like i didn't pull the latest code. just check the git log. ~ yu -- No one will come, Yu has to make it happen by Yu-self. -

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Konstantin Dmitriev
2013/3/13 Konstantin Dmitriev : > 2013/3/13 Carlos López González : >> Great to know that it passed the building errors! >> I'm curious, are you on Fedora 18? > > Yes, Fedora 18 here. ^__^ > > @Yu: > It's weird, the compilation works fine for me... I will try to "git > --reset" and rebuild from scr

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Konstantin Dmitriev
2013/3/13 Carlos López González : > Great to know that it passed the building errors! > I'm curious, are you on Fedora 18? Yes, Fedora 18 here. ^__^ @Yu: It's weird, the compilation works fine for me... I will try to "git --reset" and rebuild from scratch now. K. > 2013/3/13 Konstantin Dmitriev

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Yu Chen
2013/3/13 Carlos López González > Also, what's your operating system? > El 13/03/2013 16:00, "Carlos López González" > escribió: > > Can you force rebuild all including configure? >> I don't have free time now to confirm that behaviour. >> Cheers! >> > Fedora 18, Yes, I do "make clean" before bu

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
Also, what's your operating system? El 13/03/2013 16:00, "Carlos López González" escribió: > Can you force rebuild all including configure? > I don't have free time now to confirm that behaviour. > Cheers! > El 13/03/2013 15:40, "Yu Chen" escribió: > >> >> 2013/3/13 Carlos López González >> >>>

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
Can you force rebuild all including configure? I don't have free time now to confirm that behaviour. Cheers! El 13/03/2013 15:40, "Yu Chen" escribió: > > 2013/3/13 Carlos López González > >> Pull request accepted! > > > But I still get the same error > > >- color.h:753:44: error: 'pixel' was

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Yu Chen
2013/3/13 Carlos López González > Pull request accepted! But I still get the same error - color.h:753:44: error: 'pixel' was not declared in this scope more info: http://pastebin.com/sUM9RkHx ~ yu -- No one will come, Yu has to make it happen by Yu-self. --

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
Pull request accepted! ^___^ 2013/3/13 Carlos López González > Great to know that it passed the building errors! > I'm curious, are you on Fedora 18? > I don't remember to have such problems on Ubuntu 12.04. > And I'm glad to know that you are pleased with the results! > Still needed some fixes

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
Great to know that it passed the building errors! I'm curious, are you on Fedora 18? I don't remember to have such problems on Ubuntu 12.04. And I'm glad to know that you are pleased with the results! Still needed some fixes and missing layers but well. ^__^ \o/ 2013/3/13 Konstantin Dmitriev

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Konstantin Dmitriev
2013/3/13 Konstantin Dmitriev : > 2013/3/13 Carlos López González : >> For the first set of errors try this: >> Replace: >> >> const unsigned char get_a()const { return pixel>>24; } >> const unsigned char get_r()const { return pixel>>16; } >> const unsigned char get_g()const { ret

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Konstantin Dmitriev
2013/3/13 Carlos López González : > For the first set of errors try this: > Replace: > > const unsigned char get_a()const { return pixel>>24; } > const unsigned char get_r()const { return pixel>>16; } > const unsigned char get_g()const { return pixel>>8; } > const unsigned c

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
For the rest set of errors, try to remove the 'static' word for each error on lines: color.cpp:350:1: error: explicit template specialization cannot have a storage class color.cpp:413:1: error: explicit template specialization cannot have a storage class color.cpp:471:1: error: explicit template sp

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
For the first set of errors try this: Replace: const unsigned char get_a()const { return pixel>>24; } const unsigned char get_r()const { return pixel>>16; } const unsigned char get_g()const { return pixel>>8; } const unsigned char get_b()const { return pixel; }

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Konstantin Dmitriev
2013/3/13 Carlos López González : > Thanks for your kind comments! ^__^ > > @Zelgadis: try to add this line to color.h > > #include > > It is possible that the header dependences from my building environment > included that header by any other and so, it was needed. 2013/3/13 Carlos López Gonzále

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
Possibly cstdint.h would be better. 2013/3/13 Carlos López González > Thanks for your kind comments! ^__^ > > @Zelgadis: try to add this line to color.h > > #include > > It is possible that the header dependences from my building environment > included that header by any other and so, it was n

Re: [Synfig-devl] Cairo render status

2013-03-13 Thread Carlos López González
Thanks for your kind comments! ^__^ @Zelgadis: try to add this line to color.h #include It is possible that the header dependences from my building environment included that header by any other and so, it was needed. Cheers! 2013/3/13 Yu Chen > Hi Carlos! > > You are the hero of Synfig comm