<div dir="ltr">On Tue, 17 Apr 2018 18:46:13, Colomban Wendling wrote:<br><br>> The Geany include paths are suspicious, they should start with<br>> "/user/kklein/geany/1.33/", not "//".  There's likely something fishy<br>> with your installation; how did you configure it?<br><br>Here is the sequence of steps I originally followed to build Geany (taken from here: <a href="https://wiki.geany.org/howtos/relocatable_build">https://wiki.geany.org/howtos/relocatable_build</a>):<br><br>$ ./configure --enable-binreloc --prefix=/<br>$ make<br>$ make install DESTDIR=/user/kklein/geany/1.33<br><br>My intention was only to install Geany to a non-default directory and I thought those were the steps to follow.<br><br>I did a clean build/install of Geany using the following:<br><br>setenv PATH /user/kklein/lib/intltool/0.50.2/bin:$PATH<br>.configure --prefix=/user/kklein/geany/1.33<br>make<br>make install<br><br>I then built and installed the plugins using the following:<br><br>setenv PKG_CONFIG_PATH /user/kklein/geany/1.33/lib/pkgconfig<br>setenv PATH /user/kklein/lib/intltool/0.50.2/bin:$PATH<br>./configure --prefix=/user/kklein/geany/1.33<br>make<br>make install<br><br>And everything worked.  Thanks for the help.<br></div>