Re: [Gimp-developer] GIMP-2.99 "No rule to make target 'gimpoperationmaskcomponents.c'"

2019-02-17 Thread Shlomi Fish
On Sun, 17 Feb 2019 14:24:56 -0500 Elle Stone wrote: > When compiling GIMP-2.99 updated this morning, I got this error: > > make[4]: *** No rule to make target 'gimpoperationmaskcomponents.c', > needed by 'gimpoperationmaskcomponents.o'. Stop. > make[4]: *** Waiting for unfinished jobs >

Re: [Gimp-developer] GIMP-2.99 "No rule to make target 'gimpoperationmaskcomponents.c'"

2019-02-17 Thread Elle Stone
On 2/17/19 2:46 PM, Ell via gimp-developer-list wrote: On 2/17/19 2:24 PM, Elle Stone wrote: When compiling GIMP-2.99 updated this morning, I got this error: make[4]: *** No rule to make target 'gimpoperationmaskcomponents.c', needed by 'gimpoperationmaskcomponents.o'. Stop. make[4]: ***

Re: [Gimp-developer] GIMP-2.99 "No rule to make target 'gimpoperationmaskcomponents.c'"

2019-02-17 Thread Ell via gimp-developer-list
On 2/17/19 2:24 PM, Elle Stone wrote: > When compiling GIMP-2.99 updated this morning, I got this error: > > make[4]: *** No rule to make target 'gimpoperationmaskcomponents.c', > needed by 'gimpoperationmaskcomponents.o'. Stop. > make[4]: *** Waiting for unfinished jobs > make[3]: ***

[Gimp-developer] GIMP-2.99 "No rule to make target 'gimpoperationmaskcomponents.c'"

2019-02-17 Thread Elle Stone
When compiling GIMP-2.99 updated this morning, I got this error: make[4]: *** No rule to make target 'gimpoperationmaskcomponents.c', needed by 'gimpoperationmaskcomponents.o'. Stop. make[4]: *** Waiting for unfinished jobs make[3]: *** [Makefile:984: all-recursive] Error 1 make[2]: ***

Re: [Gimp-developer] Compilation errors in file-dds plugin under CentOS7 and GCC 6.4.0

2019-02-17 Thread Ell via gimp-developer-list
On 2/16/19 4:06 PM, Carmelo DrRaw via gimp-developer-list wrote: > When compiling the current GIMP code under CentOS7 with GCC 6.4.0, I get some > compilation errors that are due the plug-ins/file-dds/endian.h header file. > This file interferes with the system-wide endian.h header. The error