On Sun, Jun 25, 2017 at 11:55 AM, Menga <[email protected]> wrote: > Then I installed new libraries, among them shapelib (in /usr/bin), I also > recompiled anew and installed GraphicsMagick, with libraries located > in > /home/pi/graphicsmagick-1.3.20/debian/graphicsmagick/usr/lib/mime/packages. > But, recompiling xastir, the situation didn't change much: no use of the new > Shapelib, no recognition of GraphicsMagick.
In addition to runtime packages, you also need development packages. I think these are usually called -dev (e.g. shapelib-dev). If you _installed_ graphicsmagick (or any other package) in your home directory, you will need to inform xastir about the non-standard location. Take a look at the ubuntu howto: http://xastir.org/index.php/HowTo:Ubuntu_14.04-16.04 I think I followed these instructions (starting at "preparing the system") pretty much exactly to build on my pi. I do not recall building any support packages from source - all libraries were available in the raspbian distribution. -Jason kg4wsv _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
