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

Reply via email to