swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] SwfTool Install - CentOS5.4 - "no way to define 6


From: Kevin Callahan
Subject: Re: [Swftools-common] SwfTool Install - CentOS5.4 - "no way to define 64 bit integer" problem
Date: Mon, 7 Dec 2009 09:46:18 -0600

Good Morning,

Thanks for the quick reply.  I verified that I do have libjpeg.  To ensure that it wasn’t corrupt I reinstalled it using yum.

Removed:
  libjpeg.i386 0:6b-37                                                                                                                              

Installed:
  libjpeg.i386 0:6b-37  

Question: is libjpeg 7 required? does 6b37 work with it?

Is there a stable RPM package for centos5.4 (i386) for this?

Thanks for the assistance!

-Kevin


On 12/6/09 6:08 PM, "Ricardo Pedroso" <address@hidden> wrote:

On Sun, Dec 6, 2009 at 11:44 PM, Kevin Callahan <address@hidden> wrote:
> Morning,
>
> I’ve been trying to install 0.9.0 on centos 5.4 and running into issues.
> Swftools 0.8.1. was installed fine and I believe I have all the required
> libraries: lame, lame-devel, t1lib, etc.
>
> I’ve tried searching for those with similar problems but there are no
> answers:
> http://lists.gnu.org/archive/html/swftools-common/2009-07/msg00105.html
> http://lists.gnu.org/archive/html/swftools-common/2009-07/msg00037.html
> http://lists.gnu.org/archive/html/swftools-common/2009-07/msg00106.html
> http://lists.gnu.org/archive/html/swftools-common/2009-07/msg00035.html
>
> I’ve attached both the config.log and the results of my “make”
>
> Here’s my system:
> address@hidden swftools-0.9.0]# uname -a
> Linux localhost.localdomain 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST
> 2009 i686 i686 i386 GNU/Linux
>
> The gist of the error is ./configure runs and then when I make, it outputs:
>
> make[1]: Entering directory `/opt/alfresco/swftools-0.9.0/lib/pdf'
> g++ -DHAVE_CONFIG_H -I/usr/include/freetype2 -I/usr/include/fontconfig -I
> /usr/include/lame -g ../../src/pdf2swf.c GFXOutputDev.o InfoOutputDev.o
> BitmapOutputDev.o FullBitmapOutputDev.o pdf.o fonts.o xpdf/GHash.o
> xpdf/GList.o xpdf/GString.o xpdf/gmem.o xpdf/gfile.o xpdf/FoFiTrueType.o
> xpdf/FoFiType1.o xpdf/FoFiType1C.o xpdf/FoFiBase.o xpdf/FoFiEncodings.o
> xpdf/OutputDev.o xpdf/PDFDoc.o xpdf/Error.o xpdf/Stream.o xpdf/Object.o
> xpdf/Decrypt.o xpdf/Array.o xpdf/XRef.o xpdf/Dict.o xpdf/Parser.o
> xpdf/Lexer.o xpdf/Outline.o xpdf/PDFDocEncoding.o xpdf/Catalog.o xpdf/Link.o
> xpdf/GlobalParams.o xpdf/JBIG2Stream.o xpdf/Page.o xpdf/JPXStream.o
> xpdf/JArithmeticDecoder.o xpdf/Gfx.o xpdf/GfxFont.o xpdf/CMap.o
> xpdf/CharCodeToUnicode.o xpdf/PSTokenizer.o xpdf/FontEncodingTables.o
> xpdf/BuiltinFont.o xpdf/BuiltinFontTables.o xpdf/GfxState.o xpdf/Function.o
> xpdf/Annot.o xpdf/NameToCharCode.o xpdf/UnicodeMap.o xpdf/SecurityHandler.o
>  xpdf/SplashOutputDev.o xpdf/SplashFont.o xpdf/SplashState.o xpdf/Splash.o
> xpdf/SplashBitmap.o xpdf/SplashClip.o xpdf/SplashPattern.o
> xpdf/SplashFontEngine.o xpdf/SplashFontFile.o xpdf/SplashFontFileID.o
> xpdf/SplashScreen.o xpdf/SplashPath.o xpdf/SplashXPath.o
> xpdf/SplashXPathScanner.o xpdf/SplashFTFontEngine.o xpdf/SplashFTFontFile.o
> xpdf/SplashFTFont.o ../libgfxswf.a ../libgfx.a ../librfxswf.a ../libbase.a
> -o pdf2swf -L/usr/local/lib -lmp3lame -lglut -lGLU -lGL -lungif -ljpeg -lz
> -lm  -lfontconfig -lfreetype
> In file included from ../../src/../lib/./bitio.h:23,
>                  from ../../src/../lib/rfxswf.h:37,
>                  from ../../src/pdf2swf.c:41:
> ../../src/../lib/./types.h:36:2: error: #error "no way to define 64 bit
> integer"
> ../../src/../lib/./types.h:39:2: error: #error "don't know how to define 32
> bit integer"
> ../../src/../lib/./types.h:42:2: error: #error "don't know how to define 16
> bit integer"
> ../../src/../lib/./types.h:45:2: error: #error "don't know how to define 8
> bit integer"
> make[1]: *** [pdf2swf] Error 1
> make[1]: Leaving directory `/opt/alfresco/swftools-0.9.0/lib/pdf'
> make: *** [all] Error 2
>


Looking to config.log your problem is with libjpeg.

In config.log you have:
configure:6564: ./conftest
./conftest: error while loading shared libraries: libjpeg.so.7: cannot
open shared object file: No such file or directory

Did you compile libjpeg or installed from yum?
It seems that you compile it, try run ldconfig and then ./configure; make again.

Ricardo


reply via email to

[Prev in Thread] Current Thread [Next in Thread]