Mailing list archives : pcb-rnd

ID:1163
From:ge...@igor2.repo.hu
Date:Sun, 31 Dec 2017 18:01:55 +0100 (CET)
Subject:gtk+gl build error on lesstif (was: Re: [pcb-rnd] layers in
in-reply-to:1160 from ka...@aspodata.se
replies: 1164 from ge...@igor2.repo.hu
 
 
On Sun, 31 Dec 2017, karl@aspodata.se wrote:
 
> ...
> gcc -c -std=c99 -pipe -fPIC -I. -I.. -I../src_3rd -I../src_3rd/liblihata -Iicons -DHAVE_CONFIG_H -g -O0 -Wall -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include    -o ../src_plugins/lib_hid_gl/hidgl.o ../src_plugins/lib_hid_gl/hidgl.c
> In file included from ../src_plugins/lib_hid_gl/hidgl.c:43:0:
> ./../src_plugins/lib_gtk_config/lib_gtk_config.h:1:21: fatal error: gtk/gtk.h: No such file or directory
> compilation terminated.
> make[2]: *** [../src_plugins/lib_hid_gl/hidgl.o] Error 1
> make[2]: Leaving directory `/Net/svn/pcb-rnd/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/Net/svn/pcb-rnd/src'
> make: *** [all] Error 2
> $
>
> I can bisect this, but perhaps you now where the problem lies...
 
Thanks, no need, I indeed have an idea where I broke it.
 
Until I manage to fix it, as a quick workaround please use 
./configure --disable-lib_hid_gl
 
(Background: this lib plugin was split off of hid_gtk2_gl because 
hid_gtk3_gl is going to use the same code; normally such lib plugins are 
off by default and they are enabled as a dependency for one of the other 
plugins, in this case, for hid_gtk2_gl. You don't have hid_gtk2_gl 
selected, so it should have remained disabled but that logic somehow 
broke.)
 
 

Reply subtree:
1163 gtk+gl build error on lesstif (was: Re: [pcb-rnd] layers in from ge...@igor2.repo.hu
  1164 Re: gtk+gl build error on lesstif (was: Re: [pcb-rnd] layers in from ge...@igor2.repo.hu
    1166 Re: gtk+gl build error on lesstif (was: Re: [pcb-rnd] layers in lesstif) from ka...@aspodata.se