Re: [Gimp-developer] last git master of gimp/ is not possible complete the make on my behavior

2017-07-16 Thread Kevin Cozens

On 2017-07-16 06:17 PM, Americo Gobbo wrote:

But the 'make' is always stop on:

>

Making all in libgimpbase
make[2]: Entering directory 
`/home/jag/devel/gimp-default-master/gimp-2.9/libgimpbase'

   CC   gimpmetadata.lo
gimpmetadata.c: In function 'gimp_metadata_get_guid':
gimpmetadata.c:219:7: warning: implicit declaration of function 
'timespec_get' [-Wimplicit-function-declaration]

timespec_get (&ts, TIME_UTC);
^
gimpmetadata.c:219:26: error: 'TIME_UTC' undeclared (first use in this 
function)

timespec_get (&ts, TIME_UTC);


From this error I suspect you are building under MacOS. Update your copy of 
the source tree. This issue was fixed as of Sun Jul 16 14:01:18 2017 by 
commit 93d2f49c.


--
Cheers!

Kevin.

http://www.ve3syb.ca/   |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172  | the mouth-breathers, and that's why we're
| powerful!"
#include  | --Chris Hardwick
___
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] last git master of gimp/ is not possible complete the make on my behavior

2017-07-16 Thread Americo Gobbo

I have problems to compile the last git masters on gimp/.
I have installed locally exiv2 and apparently is OK.
I have applied ./autogen.sh without problems and no messages of dependencies.

But the 'make' is always stop on:
---
Making all in menus
make[2]: Entering directory `/home/jag/devel/gimp-default-master/gimp-2.9/menus'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jag/devel/gimp-default-master/gimp-2.9/menus'
Making all in libgimpbase
make[2]: Entering directory 
`/home/jag/devel/gimp-default-master/gimp-2.9/libgimpbase'
  CC   gimpmetadata.lo
gimpmetadata.c: In function 'gimp_metadata_get_guid':
gimpmetadata.c:219:7: warning: implicit declaration of function 'timespec_get' 
[-Wimplicit-function-declaration]
   timespec_get (&ts, TIME_UTC);
   ^
gimpmetadata.c:219:26: error: 'TIME_UTC' undeclared (first use in this function)
   timespec_get (&ts, TIME_UTC);
  ^
gimpmetadata.c:219:26: note: each undeclared identifier is reported only once 
for each function it appears in
make[2]: *** [gimpmetadata.lo] Error 1
make[2]: Leaving directory 
`/home/jag/devel/gimp-default-master/gimp-2.9/libgimpbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jag/devel/gimp-default-master/gimp-2.9'
make: *** [all] Error 2
---

Someone can help me!

Thanks
americo
___
gimp-developer-list mailing list
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