Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-24 Thread Konstantin Dmitriev
Hi! I have fixed all compilation issues happening on OSX 64bit. Should be fine now. See https://github.com/synfig/synfig/pull/62 K. 2013/9/14 Ivan Mahonin : > Yes, yes. Work in process. > >> I forgot to mention: I still having a warning that I don't know how to >> fix: >> >> filecontainerzip.cpp

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-14 Thread Ivan Mahonin
Yes, yes. Work in process. > I forgot to mention: I still having a warning that I don't know how to > fix: > > filecontainerzip.cpp: In static member function 'static size_t > synfig::FileContainerZip_InternalStructs::LocalFileHeaderOverwrite::offset_from_header()': > filecontainerzip.cpp:137: war

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-14 Thread Carlos López González
I forgot to mention: I still having a warning that I don't know how to fix: filecontainerzip.cpp: In static member function 'static size_t synfig::FileContainerZip_InternalStructs::LocalFileHeaderOverwrite::offset_from_header()': filecontainerzip.cpp:137: warning: invalid access to non-static data

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-14 Thread Carlos López González
I've fixed the build in OSX. Please checkout master branch to see if it builds. Be sure that you completely clean your local repository before full rebuild. https://github.com/synfig/synfig/commit/6aadbfa58a774840ab279b9eb6824c65f5a95817 Cheers! 2013/9/12 Carlos López González > I'm almost fini

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-12 Thread Carlos López González
I'm almost finished with the new feature of the Tangents handling: Now you can: Split/merge tangents by angle or by radius or by both Feature keeps the functionality of the old files It removes the "Split" member of the ValueNode_Composite for BLinePoints Also it adds "Radius Split" and "Angle Spli

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-12 Thread Carlos López González
2013/9/12 Konstantin Dmitriev > Hi! > > 2013/9/11 Carlos López González : > > Hi, > > I have several troubles when building the latest master branch on OSX. > > 1) 'friend' keyword needs the class keyword in the following files: > > filecontainer.h, file containezip.h and filesystemnative.h. I fi

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-12 Thread Konstantin Dmitriev
Hi! 2013/9/11 Carlos López González : > Hi, > I have several troubles when building the latest master branch on OSX. > 1) 'friend' keyword needs the class keyword in the following files: > filecontainer.h, file containezip.h and filesystemnative.h. I fixed that and > continue compiling. > 2) I hav

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Carlos López González
Commited. Carlos 2013/9/11 Konstantin Dmitriev > > 11.09.2013 4:54 пользователь "Carlos López González" > написал: > > > > > Hi, > > I have several troubles when building the latest master branch on OSX. > > 1) 'friend' keyword needs the class keyword in the following files: > filecontainer.h,

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Konstantin Dmitriev
11.09.2013 4:54 пользователь "Carlos López González" написал: > > Hi, > I have several troubles when building the latest master branch on OSX. > 1) 'friend' keyword needs the class keyword in the following files: filecontainer.h, file containezip.h and filesystemnative.h. I fixed that and continue

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Yu Chen
2013/9/11 Carlos López González > > So in summary, can anyone build the current master branch in OSX? > In file included from loadcanvas.h:45, from canvas.cpp:41: filesystemnative.h:47: error: a class-key must be used when declaring a friend filesystemnative.h:47: error: friend

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Carlos López González
I've found a bug that prevents build windows version with the latest master at commit decb4ee. savecanvas.cpp:1037:40: error: 'filename' was not declared in this scope > I've fixed it locally and doing a full rebuild now. Expect a patch for master soon. 2013/9/2 Carlos López González > Looks

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Carlos López González
Hi, I have several troubles when building the latest master branch on OSX. 1) 'friend' keyword needs the class keyword in the following files: filecontainer.h, file containezip.h and filesystemnative.h. I fixed that and continue compiling. 2) I have the following error during core build: filecontai

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-02 Thread Carlos López González
Looks like you're closer to fix it completely. Go djay, go! El lunes, 2 de septiembre de 2013, d/j/a/y is free escribió: > Hello, > > i have tried overriding the gtktreeview::on_cursor_changed > > https://developer.gnome.org/gtkmm/3.0/classGtk_1_1TreeView.html#add859ea4e7f0f936c02cf3ec076433a2 >

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-02 Thread d/j/a/y is free
Hello, i have tried overriding the gtktreeview::on_cursor_changed https://developer.gnome.org/gtkmm/3.0/classGtk_1_1TreeView.html#add859ea4e7f0f936c02cf3ec076433a2 in place of using gtktreeselection changed signal who " may occasionally be emitted when nothing has happened" https://developer.gnom

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-02 Thread d/j/a/y is free
Keyframe synchro - deadloop progress : has_focus() test on KeyframeTree::on_selection_changed() + selected_kf = keyframe; before signal emission + some debug message https://github.com/d-j-a-y/synfig/commit/3da9919365fbc3bf4feecf8f3605607416c10c40 -- [##___l'urgent est remis a demain, l'imp

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-02 Thread d/j/a/y is free
Le 02/09/2013 10:28, d/j/a/y is free a écrit : Le 02/09/2013 08:14, Carlos López González a écrit : Hi! I've review the commit and looks fine to me. Yop , Please do not merge now! i have detected a dead loop (who take end on seg fault!) from my code ! i'm investigating ... About the commit