On Fri, Jun 2, 2017 at 6:45 AM, Ell <ell...@yahoo.com> wrote:

> On Thu, 1 Jun 2017 22:28:07 -0400
> Partha Bagchi <parth...@gmail.com> wrote:
>
> > > Can you please report the output of "make V=1"?
> > >
> > > --
> > > Ell
> > >
> >  Sure thing Ell. Here it is:
>
> Thanks :)
>
Anytime! :)

>
> > 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
>
> Hrmph, must be the comment in the middle of the recipe.  I was actually
> surprised it worked in the first place -- must be a bash thing.
>
Yeah me too. I had no problems on Windows though and so yes, it's most
probably a bash thing.

>
> Oh well, no comments it is then :P
>
Sounds good. Let me know when you upload a fix. Thanks in advance for such
a quick fix! :)

>
> --
> Ell
>
Partha
_______________________________________________
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

Reply via email to