Re: [Gimp-developer] GIMP git build error on Mac

2017-06-01 Thread Partha Bagchi
On Thu, Jun 1, 2017 at 9:14 PM, Ell via gimp-developer-list <
gimp-developer-list@gnome.org> wrote:

> On Thu, 1 Jun 2017 19:15:03 -0400
> Partha Bagchi  wrote:
>
> > Hi All,
> >
> > A new wrinkle since May 22 (my last build). Did a pull today and now
> > I am now getting the following error on my Mac:
> >
> > GEN  xgen-bec
> > > /bin/sh: -c: line 1: syntax error: unexpected end of file
> > > make[2]: *** [gimpbaseenums.c] Error 2
> > > make[1]: *** [all-recursive] Error 1
> > > make: *** [all] Error 2
>
> Can you please report the output of "make V=1"?
>
> --
> Ell
>
 Sure thing Ell. Here it is:

make[2]: Nothing to be done for `all'.

Making all in libgimpbase

if ! cmp -s xgen-bec gimpbaseenums.c; then \

cp xgen-bec gimpbaseenums.c; \

else \

# if the file hasn't changed, only update its timestamp, so that \

# the receipe doesn't get executed again next time, but allow this \

# to fail (e.g., when using a read-only source directory). \

touch gimpbaseenums.c 2> /dev/null \

|| true; \

fi

/bin/sh: -c: line 1: syntax error: unexpected end of file

make[2]: *** [gimpbaseenums.c] Error 2

make[1]: *** [all-recursive] Error 1

make: *** [all] Error 2
___
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 git build error on Mac

2017-06-01 Thread Ell via gimp-developer-list
On Thu, 1 Jun 2017 19:15:03 -0400
Partha Bagchi  wrote:

> Hi All,
> 
> A new wrinkle since May 22 (my last build). Did a pull today and now
> I am now getting the following error on my Mac:
> 
> GEN  xgen-bec
> > /bin/sh: -c: line 1: syntax error: unexpected end of file
> > make[2]: *** [gimpbaseenums.c] Error 2
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2  

Can you please report the output of "make V=1"?

--
Ell
___
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 git build error on Mac

2017-06-01 Thread Carol Spears
On Thu, Jun 1, 2017 at 7:15 PM, Partha Bagchi  wrote:

> Hi All,
>
> A new wrinkle since May 22 (my last build). Did a pull today and now I am
> now getting the following error on my Mac:
>
> GEN  xgen-bec
> > /bin/sh: -c: line 1: syntax error: unexpected end of file
> > make[2]: *** [gimpbaseenums.c] Error 2
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
>
>
> 'git log' will tell you the commit numbers and developer notes.

'git log -p path/to/gimpbaseenums.c' will tell you the history of that
particular file.

The commit number will make it easier for people to look it up.  Even some
of the
current developers

carol
___
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