Re: [Gimp-developer] Missing include file in current GIMP_2_10 branch



In addition to what Elle already mentioned, in my case the error happens inside a Travis CI job, which uses a 
Docker container for the compilation. There is therefore zero chance to have stale installation headers… GIMP 
is freshly installed in the container each time the jobs are being run.

Hope this helps…

Andrea
On 19 Nov 2018, at 15:12, Elle Stone <ellestone ninedegreesbelow com> wrote:

On 11/19/2018 06:57 AM, Shlomi Fish wrote:
Hi Carmelo,
On Mon, 19 Nov 2018 10:46:43 +0100
Carmelo DrRaw via gimp-developer-list <gimp-developer-list gnome org> wrote:
Trying to compile some plug-ins against the current GIMP_2_10 branch, I get
errors due to a missing include file:

In file included from
/usr/local/gimp/include/gimp-2.0/libgimp/gimpui.h:24:0, from
print_gimp.h:42, from print-image-gimp.c:27:
/usr/local/gimp/include/gimp-2.0/libgimpwidgets/gimpwidgets.h:78:43: fatal
error: libgimpwidgets/gimpspinbutton.h: No such file or directory #include
<libgimpwidgets/gimpspinbutton.h> 
compilation terminated.

you have a stale installation of the headers under /usr/local. Please remove it.

Hmm, I don't install GIMP in /usr/local but rather in a prefix in my home folder.

I removed all the files installed by GIMP before updating and doing "git clean -xdf" and recompiling from 
scratch. Which file/folder in a given install prefix actually contains the "stale installation of the 
headers"?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]