Re: [Gimp-developer] gimp: gtk3-port

2015-06-11 Thread Jiří Podhorský
Thank you Michael.

2015-06-10 0:08 GMT+02:00 Michael Natterer mi...@gimp.org:
 On Tue, 2015-06-09 at 22:28 +0200, Michael Natterer wrote:
 On Mon, 2015-06-01 at 20:56 +0200, Jiří Podhorský wrote:
  Hello,
 
  can you please update branch gtk3-port?

 Yeah will do that soon, in the meantime just rebase locally :)

 Done.

  I got a error about uncompatibility between newest gegl from git and
  gtk3-port of gimp during the compilation:
 
  CC   gimplayer.lo
  gimplayer.c: In function ‘gimp_layer_new_from_surface’:
  gimplayer.c:290:43: error: incompatible type for argument 3 of
  ‘gegl_buffer_copy’
 gegl_buffer_copy (src_buffer, NULL, dest_buffer, NULL);
 ^
  In file included from /usr/include/gegl-0.3/gegl.h:30:0,
   from gimp.h:25,
   from gimplayer.c:27:
  /usr/include/gegl-0.3/gegl-buffer.h:372:17: note: expected ‘GeglAbyssPolicy
  {aka enum anonymous}’ but argument is of type ‘GeglBuffer * {aka struct
  _GeglBuffer *}’
   voidgegl_buffer_copy  (GeglBuffer  *src,
   ^
  gimplayer.c:290:7: error: too few arguments to function ‘gegl_buffer_copy’
 gegl_buffer_copy (src_buffer, NULL, dest_buffer, NULL);
 ^
  In file included from /usr/include/gegl-0.3/gegl.h:30:0,
   from gimp.h:25,
   from gimplayer.c:27:
  /usr/include/gegl-0.3/gegl-buffer.h:372:17: note: declared here
   voidgegl_buffer_copy  (GeglBuffer  *src,
   ^
  Makefile:1202: recipe for target 'gimplayer.lo' failed
  make[2]: *** [gimplayer.lo] Error 1
 
 
  Thank you.
 
  Best regards,
  Jiri
  ___
  gimp-developer-list mailing list
  List address:gimp-developer-list@gnome.org
  List membership: 
  https://mail.gnome.org/mailman/listinfo/gimp-developer-list
  List archives:   https://mail.gnome.org/archives/gimp-developer-list


 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
 List archives:   https://mail.gnome.org/archives/gimp-developer-list


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp: gtk3-port

2015-06-09 Thread Michael Natterer
On Mon, 2015-06-01 at 20:56 +0200, Jiří Podhorský wrote:
 Hello,
 
 can you please update branch gtk3-port?

Yeah will do that soon, in the meantime just rebase locally :)

Regards,
--Mitch


 I got a error about uncompatibility between newest gegl from git and
 gtk3-port of gimp during the compilation:
 
 CC   gimplayer.lo
 gimplayer.c: In function ‘gimp_layer_new_from_surface’:
 gimplayer.c:290:43: error: incompatible type for argument 3 of
 ‘gegl_buffer_copy’
gegl_buffer_copy (src_buffer, NULL, dest_buffer, NULL);
^
 In file included from /usr/include/gegl-0.3/gegl.h:30:0,
  from gimp.h:25,
  from gimplayer.c:27:
 /usr/include/gegl-0.3/gegl-buffer.h:372:17: note: expected ‘GeglAbyssPolicy
 {aka enum anonymous}’ but argument is of type ‘GeglBuffer * {aka struct
 _GeglBuffer *}’
  voidgegl_buffer_copy  (GeglBuffer  *src,
  ^
 gimplayer.c:290:7: error: too few arguments to function ‘gegl_buffer_copy’
gegl_buffer_copy (src_buffer, NULL, dest_buffer, NULL);
^
 In file included from /usr/include/gegl-0.3/gegl.h:30:0,
  from gimp.h:25,
  from gimplayer.c:27:
 /usr/include/gegl-0.3/gegl-buffer.h:372:17: note: declared here
  voidgegl_buffer_copy  (GeglBuffer  *src,
  ^
 Makefile:1202: recipe for target 'gimplayer.lo' failed
 make[2]: *** [gimplayer.lo] Error 1
 
 
 Thank you.
 
 Best regards,
 Jiri
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
 List archives:   https://mail.gnome.org/archives/gimp-developer-list


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp: gtk3-port

2015-06-09 Thread Michael Natterer
On Tue, 2015-06-09 at 22:28 +0200, Michael Natterer wrote:
 On Mon, 2015-06-01 at 20:56 +0200, Jiří Podhorský wrote:
  Hello,
  
  can you please update branch gtk3-port?
 
 Yeah will do that soon, in the meantime just rebase locally :)

Done.

  I got a error about uncompatibility between newest gegl from git and
  gtk3-port of gimp during the compilation:
  
  CC   gimplayer.lo
  gimplayer.c: In function ‘gimp_layer_new_from_surface’:
  gimplayer.c:290:43: error: incompatible type for argument 3 of
  ‘gegl_buffer_copy’
 gegl_buffer_copy (src_buffer, NULL, dest_buffer, NULL);
 ^
  In file included from /usr/include/gegl-0.3/gegl.h:30:0,
   from gimp.h:25,
   from gimplayer.c:27:
  /usr/include/gegl-0.3/gegl-buffer.h:372:17: note: expected ‘GeglAbyssPolicy
  {aka enum anonymous}’ but argument is of type ‘GeglBuffer * {aka struct
  _GeglBuffer *}’
   voidgegl_buffer_copy  (GeglBuffer  *src,
   ^
  gimplayer.c:290:7: error: too few arguments to function ‘gegl_buffer_copy’
 gegl_buffer_copy (src_buffer, NULL, dest_buffer, NULL);
 ^
  In file included from /usr/include/gegl-0.3/gegl.h:30:0,
   from gimp.h:25,
   from gimplayer.c:27:
  /usr/include/gegl-0.3/gegl-buffer.h:372:17: note: declared here
   voidgegl_buffer_copy  (GeglBuffer  *src,
   ^
  Makefile:1202: recipe for target 'gimplayer.lo' failed
  make[2]: *** [gimplayer.lo] Error 1
  
  
  Thank you.
  
  Best regards,
  Jiri
  ___
  gimp-developer-list mailing list
  List address:gimp-developer-list@gnome.org
  List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
  List archives:   https://mail.gnome.org/archives/gimp-developer-list
 
 
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
 List archives:   https://mail.gnome.org/archives/gimp-developer-list


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] gimp: gtk3-port

2013-09-21 Thread Michael Henning
Yes, gtk3-port is being actively developed; it just sometimes lags
behind the main development branch by a little bit.

Anyway, this issue should now be fixed.

On Sat, Sep 21, 2013 at 7:48 AM, podhorsky.ksj podhorsky@gmail.com wrote:
 Hello,

 I build gimp from branch gtk3-port, but now it shows me error:

 GIMP requires the GEGL operation gegl:over.
 This operation cannot be found. Check your
 GEGL install and ensure it has been compiled
 with any dependencies required for GIMP.

 gegl-git and all other dependencies are installed.

 Is gtk3-port still under development?

 Thanks for answer
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list