Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Subtle header file problem on boxes installed from 0.10.0-test4?

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: George Sherwood <pilot AT beernabeer.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Subtle header file problem on boxes installed from 0.10.0-test4?
  • Date: Tue, 4 Nov 2008 11:18:56 -0600

On Tue, 4 Nov 2008 10:53:58 -0600 (CST)
Kevin Monceaux <Kevin AT RawFedDogs.net> wrote:

Also, imagemagick 6.4.5-0 failed with:
>
> magick/shear.c:1119: error: 'TileHeight' undeclared (first use in
> this function)
>
> As with lvm there are no errors complaining about missing header
> files. I haven't found where TitleHeight is defined yet, but it
> looks like it might be a similar problem to the lvm problem, #defines
> from a header file are being ignored for some reason. Someone
> already opened bug 14860 on the imagamagick problem. With both bugs,
> the compiles are failing for some and succeeding for others.
>

TileHeight is declared in shear.c, so I am not sure what is going on.
Here is my configure for imagemagick:

ImageMagick is configured as follows. Please verify that this
configuration matches your expectations.

Host system type: i686-pc-linux-gnu
Build system type: i686-pc-linux-gnu

Option Value
-------------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=yes yes
Module support --with-modules=yes yes
GNU ld --with-gnu-ld=yes yes
Quantum depth --with-quantum-depth=16 16
High Dynamic Range Imagery
--enable-hdri=no no

Delegate Configuration:
BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=no no
DJVU --with-djvu=yes no
DPS --with-dps=yes no
FlashPIX --with-fpx=yes no
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (8.63)
result_ghostscript_font_dir='none'
Ghostscript fonts --with-gs-font-dir=default
Ghostscript lib --with-gslib=yes yes
Graphviz --with-gvc=no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes yes
LCMS --with-lcms=yes yes
LQR --with-lqr=yes no
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes yes
PERL --with-perl=yes /usr/bin/perl
PNG --with-png=yes yes
RSVG --with-rsvg=yes yes
TIFF --with-tiff=yes yes
result_windows_font_dir='none'
Windows fonts --with-windows-font-dir=
WMF --with-wmf=no no
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes

X11 Configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS =

Options used to compile and link:
PREFIX = /usr
EXEC-PREFIX = /usr
VERSION = 6.4.5
CC = gcc -std=gnu99
CFLAGS = -fopenmp -march=pentium4 -pipe -Os -Wall -W
MAGICK_CFLAGS = -fopenmp -march=pentium4 -pipe -Os -Wall -W
CC = gcc -std=gnu99
CFLAGS = -fopenmp -march=pentium4 -pipe -Os -Wall -W
MAGICK_CFLAGS = -fopenmp -march=pentium4 -pipe -Os -Wall -W
CPPFLAGS = -I/usr/include/ImageMagick
PCFLAGS = -fopenmp
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -s -lfreetype -lz
MAGICK_LDFLAGS = -L/usr/lib -s -lfreetype -lz
LIBS = -lMagickCore -llcms -ltiff -lfreetype -ljpeg
-lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp
-lpthread CXX = g++ CXXFLAGS = -march=pentium4 -pipe
-Wall -W


Does anything jump out?

George

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page