From: Daniel <lida_mail@163.com>
To: buildroot@busybox.net
Subject: [Buildroot] Cups compile problem
Date: Tue, 6 Jan 2009 09:34:51 +0800 [thread overview]
Message-ID: <200901060934369135686@163.com> (raw)
In-Reply-To: BAY124-W25B0802FB150D5566BD194D2E10@phx.gbl
Dear All:
I have check out a latest cups scripts. When I build the root, it shows as below. Can anyone help? Thanks.
make[2]: Leaving directory `/home/daniel/pilot/buildroot/build_arm/cups-1.3.5/notifier'
Installing in pdftops...
make[2]: Entering directory `/home/daniel/pilot/buildroot/build_arm/cups-1.3.5/pdftops'
Compiling Annot.cxx...
Compiling Array.cxx...
Compiling BuiltinFont.cxx...
Compiling BuiltinFontTables.cxx...
Compiling Catalog.cxx...
Compiling CharCodeToUnicode.cxx...
Compiling CMap.cxx...
Compiling Decrypt.cxx...
Compiling Dict.cxx...
Compiling Error.cxx...
Compiling FoFiBase.cxx...
Compiling FoFiEncodings.cxx...
Compiling FoFiTrueType.cxx...
Compiling FoFiType1C.cxx...
FoFiType1C.cxx: In member function ???void FoFiType1C::readFD(int, int, Type1CPrivateDict*)???:
FoFiType1C.cxx:1924: warning: ???fontMatrix$0??? may be used uninitialized in this function
FoFiType1C.cxx:1924: warning: ???fontMatrix$1??? may be used uninitialized in this function
FoFiType1C.cxx:1924: warning: ???fontMatrix$2??? may be used uninitialized in this function
FoFiType1C.cxx:1924: warning: ???fontMatrix$3??? may be used uninitialized in this function
FoFiType1C.cxx:1924: warning: ???fontMatrix$4??? may be used uninitialized in this function
FoFiType1C.cxx:1924: warning: ???fontMatrix$5??? may be used uninitialized in this function
Compiling FoFiType1.cxx...
Compiling FontEncodingTables.cxx...
Compiling Function.cxx...
Compiling gfile.cxx...
Compiling Gfx.cxx...
Compiling GfxFont.cxx...
Compiling GfxState.cxx...
Compiling GHash.cxx...
Compiling GList.cxx...
Compiling GlobalParams.cxx...
GlobalParams.cxx: In destructor ???GlobalParams::~GlobalParams()???:
GlobalParams.cxx:1059: warning: dereferencing type-punned pointer will break strict-aliasing rules
GlobalParams.cxx: In member function ???CharCodeToUnicode* GlobalParams::getUnicodeToUnicode(GString*)???:
GlobalParams.cxx:1647: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling gmem.c...
Compiling gmempp.cxx...
Compiling GString.cxx...
Compiling JArithmeticDecoder.cxx...
Compiling JBIG2Stream.cxx...
Compiling JPXStream.cxx...
Compiling Lexer.cxx...
Compiling Link.cxx...
Compiling NameToCharCode.cxx...
Compiling Object.cxx...
Compiling Outline.cxx...
Compiling OutputDev.cxx...
Compiling Page.cxx...
Compiling parseargs.c...
Compiling Parser.cxx...
Compiling PDFDoc.cxx...
Compiling PDFDocEncoding.cxx...
Compiling PSOutputDev.cxx...
Compiling PSTokenizer.cxx...
Compiling SecurityHandler.cxx...
Compiling Stream.cxx...
Compiling UnicodeMap.cxx...
Compiling UnicodeTypeTable.cxx...
Compiling XpdfPluginAPI.cxx...
Compiling XRef.cxx...
Archiving libxpdf.a...
a - Annot.o
a - Array.o
a - BuiltinFont.o
a - BuiltinFontTables.o
a - Catalog.o
a - CharCodeToUnicode.o
a - CMap.o
a - Decrypt.o
a - Dict.o
a - Error.o
a - FoFiBase.o
a - FoFiEncodings.o
a - FoFiTrueType.o
a - FoFiType1C.o
a - FoFiType1.o
a - FontEncodingTables.o
a - Function.o
a - gfile.o
a - Gfx.o
a - GfxFont.o
a - GfxState.o
a - GHash.o
a - GList.o
a - GlobalParams.o
a - gmem.o
a - gmempp.o
a - GString.o
a - JArithmeticDecoder.o
a - JBIG2Stream.o
a - JPXStream.o
a - Lexer.o
a - Link.o
a - NameToCharCode.o
a - Object.o
a - Outline.o
a - OutputDev.o
a - Page.o
a - parseargs.o
a - Parser.o
a - PDFDoc.o
a - PDFDocEncoding.o
a - PSOutputDev.o
a - PSTokenizer.o
a - SecurityHandler.o
a - Stream.o
a - UnicodeMap.o
a - UnicodeTypeTable.o
a - XpdfPluginAPI.o
a - XRef.o
Compiling pdftops.cxx...
Linking pdftops...
/usr/bin/ld: libxpdf.a(gmem.o): Relocations in generic ELF (EM: 40)
/usr/bin/ld: libxpdf.a(gmem.o): Relocations in generic ELF (EM: 40)
/usr/bin/ld: libxpdf.a(gmem.o): Relocations in generic ELF (EM: 40)
/usr/bin/ld: libxpdf.a(gmem.o): Relocations in generic ELF (EM: 40)
/usr/bin/ld: libxpdf.a(gmem.o): Relocations in generic ELF (EM: 40)
/usr/bin/ld: libxpdf.a(gmem.o): Relocations in generic ELF (EM: 40)
libxpdf.a: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [pdftops] Error 1
make[2]: Leaving directory `/home/daniel/pilot/buildroot/build_arm/cups-1.3.5/pdftops'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/daniel/pilot/buildroot/build_arm/cups-1.3.5'
make: *** [/home/daniel/pilot/buildroot/build_arm/cups-1.3.5/.installed] Error 2
????????Sincerely yours,
????????Daniel Li
????????2009-01-06
next prev parent reply other threads:[~2009-01-06 1:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-05 23:11 [Buildroot] Buildroot Not Using Saved Config for Linux Quick X
2009-01-06 1:34 ` Daniel [this message]
2009-01-06 4:24 ` [Buildroot] _Cups_compile_problem Daniel
2009-01-06 18:31 ` [Buildroot] Buildroot Not Using Saved Config for Linux Ulf Samuelsson
2009-01-06 20:40 ` Quick X
2009-01-06 22:43 ` Quick X
2009-01-07 10:30 ` Ulf Samuelsson
2009-01-07 20:51 ` Quick X
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200901060934369135686@163.com \
--to=lida_mail@163.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox