Re: [Synfig-devl] build of morvenaproject/gtk3 branch

2014-09-03 Thread Yu Chen
2014-09-02 10:56 GMT+08:00 Konstantin Dmitriev ksee.zelga...@gmail.com:

 Do you mean current state of the branch? Or it was before the Djay's patch?


It was happening before,  with Djay's fix
(f5bbd7fd1bdedb2782f834a85a83070e8e3ec9ef) the build works fine on OSX10.9
now. I am using X11 back-end at the moment, will try to build native
version later on.


Thanks

~ yu
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] build of morvenaproject/gtk3 branch

2014-09-03 Thread Konstantin Dmitriev
2014-09-04 9:16 GMT+07:00 Yu Chen jco...@gmail.com:


 2014-09-02 10:56 GMT+08:00 Konstantin Dmitriev ksee.zelga...@gmail.com:

 Do you mean current state of the branch? Or it was before the Djay's patch?


 It was happening before,  with Djay's fix
 (f5bbd7fd1bdedb2782f834a85a83070e8e3ec9ef) the build works fine on OSX10.9
 now. I am using X11 back-end at the moment, will try to build native
 version later on.


Great! Thank you for reporting!

Best,
K.
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] build of morvenaproject/gtk3 branch

2014-09-01 Thread Yu Chen
Just for your information, on OSX 10.9, this branch can't build due to
tool/progress.h, canvasview.cpp complains it can't find it.

Cheers
Yu
--
发件人: d.j@free.fr
发送时间: ‎2014/‎8/‎31 19:54
收件人: synfig-devl@lists.sourceforge.net
主题: Re: [Synfig-devl] build of morvenaproject/gtk3 branch

hello,

This is weird - I can build without those modifications...
I guess this happens because of difference of library versions.

has you say, weird, but, i don't see the link with gtk...?

map is related to stl,
and the reference i found about tool/progress.h come from synfig-core

 What is your version of GTK3?

GTK+ 3.4.2

In any case, patch is welcome. ^__^

i will do it soon ...
and also another to fix
http://www.synfig.org/issues/thebuggenie/synfig/issues/667
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] build of morvenaproject/gtk3 branch

2014-09-01 Thread Konstantin Dmitriev
2014-09-01 18:35 GMT+07:00 Yu Chen jco...@gmail.com:
 Just for your information, on OSX 10.9, this branch can't build due to
 tool/progress.h, canvasview.cpp complains it can't find it.

Hi, Yu!
Do you mean current state of the branch? Or it was before the Djay's patch?
Regards,
K.

 
 发件人: d.j@free.fr
 发送时间: ‎2014/‎8/‎31 19:54
 收件人: synfig-devl@lists.sourceforge.net
 主题: Re: [Synfig-devl] build of morvenaproject/gtk3 branch

 hello,

This is weird - I can build without those modifications...

I guess this happens because of difference of library versions.

 has you say, weird, but, i don't see the link with gtk...?

 map is related to stl,
 and the reference i found about tool/progress.h come from synfig-core


 What is your version of GTK3?

 GTK+ 3.4.2

In any case, patch is welcome. ^__^

 i will do it soon ...
 and also another to fix
 http://www.synfig.org/issues/thebuggenie/synfig/issues/667




 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




-- 
http://morevnaproject.org/

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] build of morvenaproject/gtk3 branch

2014-08-31 Thread d . j . a . y
hello synfigers, 

in order to buid morvenaproject/gtk3 branch - 
https://github.com/morevnaproject/synfig/tree/gtk3 
i needed to do two changes, 
- remove an include inside synfig-studio/src/gui/canvasview.cpp 
- add an include inside synfig-studio/src/gui/docks/dockmanager.h 
(see diff further) 

did i send this patch ? 

--- 

diff --git a/synfig-studio/src/gui/canvasview.cpp 
b/synfig-studio/src/gui/canvasview.cpp 
index 2e7b9f1..a327cec 100644 
--- a/synfig-studio/src/gui/canvasview.cpp 
+++ b/synfig-studio/src/gui/canvasview.cpp 
@@ -137,7 +137,7 @@ 
#include pangomm.h 

#include general.h 
-#include tool/progress.h 
+//#include tool/progress.h 

#endif 

diff --git a/synfig-studio/src/gui/docks/dockmanager.h 
b/synfig-studio/src/gui/docks/dockmanager.h 
index db5f4bb..4efc704 100644 
--- a/synfig-studio/src/gui/docks/dockmanager.h 
+++ b/synfig-studio/src/gui/docks/dockmanager.h 
@@ -29,6 +29,7 @@ 

#include vector 
#include list 
+#include map 
#include synfig/string.h 
#include sigc++/signal.h 
#include sigc++/object.h 

- 
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] build of morvenaproject/gtk3 branch

2014-08-31 Thread Konstantin Dmitriev
Hello Djay,

2014-08-31 17:20 GMT+07:00  d.j@free.fr:
 hello synfigers,

 in order to buid morvenaproject/gtk3 branch -
 https://github.com/morevnaproject/synfig/tree/gtk3
 i needed to do two changes,
 - remove an include inside synfig-studio/src/gui/canvasview.cpp
 - add an include inside synfig-studio/src/gui/docks/dockmanager.h
 (see diff further)

 did i send this patch ?

This is weird - I can build without those modifications... I guess
this happens because of difference of library versions. What is your
version of GTK3?

In any case, patch is welcome. ^__^

K.

 ---

 diff --git a/synfig-studio/src/gui/canvasview.cpp
 b/synfig-studio/src/gui/canvasview.cpp
 index 2e7b9f1..a327cec 100644
 --- a/synfig-studio/src/gui/canvasview.cpp
 +++ b/synfig-studio/src/gui/canvasview.cpp
 @@ -137,7 +137,7 @@
  #include pangomm.h

  #include general.h
 -#include tool/progress.h
 +//#include tool/progress.h

  #endif

 diff --git a/synfig-studio/src/gui/docks/dockmanager.h
 b/synfig-studio/src/gui/docks/dockmanager.h
 index db5f4bb..4efc704 100644
 --- a/synfig-studio/src/gui/docks/dockmanager.h
 +++ b/synfig-studio/src/gui/docks/dockmanager.h
 @@ -29,6 +29,7 @@

  #include vector
  #include list
 +#include map
  #include synfig/string.h
  #include sigc++/signal.h
  #include sigc++/object.h

 -

 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




-- 
http://morevnaproject.org/

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] build of morvenaproject/gtk3 branch

2014-08-31 Thread d . j . a . y
hello, 

This is weird - I can build without those modifications... 
I guess this happens because of difference of library versions. 

has you say, weird, but, i don't see the link with gtk...? 

map is related to stl, 
and the reference i found about tool/progress.h come from synfig-core 

 What is your version of GTK3? 

GTK+ 3.4.2 

In any case, patch is welcome. ^__^ 

i will do it soon ... 
and also another to fix 
http://www.synfig.org/issues/thebuggenie/synfig/issues/667 


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl