<div dir="ltr">On Mon, 9 Apr 2018 at 17:38:50, Colomban Wendling wrote:<br><br>> Why are you setting GLIB_CFLAGS?  You shouldn't do that manually but on<br>> *very* specific cases.  Normally it should discover the appropriate<br>> flags through the pkg-config system, and those should be correct.<br><br>I set that flag because I was receiving the exact same error before I set it.  I tried a new build with only the following sequence of commands:<br><br>setenv PATH /user/kklein/lib/intltool/0.50.2/bin:$PATH<br>setenv PKG_CONFIG_PATH /user/kklein/geany/1.33/lib/pkgconfig<br>setenv GEANY_CFLAGS -I/user/kklein/geany/1.33/include/geany<br>./configure --prefix=/user/kklein/geany/1.33<br>make<br><br>The first 3 commands are necessary to prevent other errors, yet when I run "make", I still receive the following error:<br><br>Making all in src<br><br>make[3]: Entering directory `/user/kklein/geany-plugins-1.33/utils/src'<br><br>  CC       libgeanypluginutils_la-filelist.lo<br><br>filelist.c:19:18: fatal error: glib.h: No such file or directory<br><br>#include <glib.h><br><br>                  ^<br><br>compilation terminated.<br><br>Is there some other variable I need to set?<br></div>