Re: flattening: two ways, two different results
frechefuchs via Graphicsmagick-help <[email protected]> Thu, 28 Sep 2023 00:15:56 +0200
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <[email protected]> |
Am 27.09.23 um 21:53 schrieb Bob Friesenhahn: > On Wed, 27 Sep 2023, frechefuchs via Graphicsmagick-help wrote: >> >> $ ./configure --with-quantum-depth=16 >> $ make >> $ make check >> >> (the last command with 0 failed tests) and working through >> <URL:http://www.graphicsmagick.org/INSTALL-unix.html#verifying-the-build>, >> the following two commands don't show the expected output: > > Are you saying that 'make check' failed, No. > or that you looked at the > test log file and the output was not there? I typed-in the commands manually as suggested in the link given above. I did run 'make check' only after finding those commands with empty output, actually. :-) > Try this from within the build directory: > > ./rungm.sh ./utilities/gm convert -list fonts > > The rungm.sh script produces environment variables necessary to > find/use uninstalled files. Thanks! Works now. > If you were to run it like: > > ./rungm.sh env > > then the output of 'env' should show an updated LD_LIBRARY_PATH, and > also include these environment variables: > > MAGICK_CODER_MODULE_PATH > MAGICK_CONFIGURE_PATH > MAGICK_FILTER_MODULE_PATH MAGICK_CONFIGURE_PATH contains the same path twice. Just saying, maybe that makes sense when configuring a different build directory: > $ ./rungm.sh env > [...] > MAGICK_CONFIGURE_PATH=/home/<ELIDED>/GM/config:/home/<ELIDED>/GM/config Best, fux