On Mon, Mar 30, 2015 at 11:40:57AM -0400, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > How can I force Xastir to load the GraphicsMagick libraries. Thanks
You have to install GraphicsMagick per your system's package management (and if your system is Linux, make sure you also install the associated "development" package with libraries and headers), and Xastir's configure script should pick it up. Then rebuild and reinstall. Configure will always choose GraphicsMagick over ImageMagick if both exist, unless you specify "--without-graphicsmagick". If your GM libraries and the "GraphicsMagick-config" script are installed in an unusual place that is not detected by configure, you might have to give configure a hint how to find stuff. In the case of the script, make sure that GraphicsMagick-config is in your path and that you can execute it by hand from the command line. In the case of libraries and headers, you may have to add CPPFLAGS and LDFLAGS to the configure command line: /path/to/configure LDFLAGS="-L/odd/path/for/Magick/lib" CPPFLAGS="-I/odd/path/for/Magick/include" -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
