On 01/14/2017 03:06 PM, Ken Moffat via blfs-book wrote:
On Sat, Jan 14, 2017 at 07:01:23PM -0000, via blfs-book wrote:Author: dj Date: Sat Jan 14 11:01:22 2017 New Revision: 18183 Log: The configure script is not shipped with inkscape-0.92. Modified: trunk/BOOK/xsoft/other/inkscape.xml Modified: trunk/BOOK/xsoft/other/inkscape.xml ============================================================================== --- trunk/BOOK/xsoft/other/inkscape.xml Sat Jan 14 08:36:56 2017 (r18182) +++ trunk/BOOK/xsoft/other/inkscape.xml Sat Jan 14 11:01:22 2017 (r18183) @@ -136,7 +136,8 @@ commands: </para> -<screen><userinput>IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \ +<screen><userinput>./autogen.sh && +IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \ IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI" \ ./configure --prefix=/usr &&0.92 should be using cmake, which is why I made the patch. The CFLAGS and LIBS were just a temporary measure because we still had 0.91 when I did the ImageMagick changes.
Sorry, I wasn't aware the intention was to use cmake. I just noticed that the commands in the book weren't working as written.
--DJ -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
