Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15927] New: poppler 0.16 find declaration conflicts in zlib.h

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15927] New: poppler 0.16 find declaration conflicts in zlib.h
  • Date: 7 Jan 2011 21:50:13 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15927

Summary: poppler 0.16 find declaration conflicts in zlib.h
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: graphics-libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


$ gaze version zlib poppler libpng
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test archive-libs zlib 1.2.5 1.2.5
test graphics-libs poppler 0.16.0 0.14.5
test graphics-libs libpng 1.2.44 1.2.44

$ cat /var/lib/sorcery/codex/test/VERSION
0.53-test

$ sorcery -v
1.14.6-rc1

Making all in .
make[3]: Entering directory `/usr/src/poppler-0.16.0/cpp'
CXX libpoppler_cpp_la-poppler-image.lo
In file included from /usr/include/png.h:515,
from ../goo/PNGWriter.h:24,
from poppler-image.cpp:27:
/usr/include/zlib.h:1583: error: declaration of C function 'off_t
gzseek64(void*, off_t, int)' conflicts with
/usr/include/zlib.h:1567: error: previous declaration 'off64_t gzseek64(void*,
off64_t, int)' here
/usr/include/zlib.h:1584: error: declaration of C function 'off_t
gztell64(void*)' conflicts with
/usr/include/zlib.h:1568: error: previous declaration 'off64_t
gztell64(void*)'
here
/usr/include/zlib.h:1585: error: declaration of C function 'off_t
gzoffset64(void*)' conflicts with
/usr/include/zlib.h:1569: error: previous declaration 'off64_t
gzoffset64(void*)' here
/usr/include/zlib.h:1586: error: declaration of C function 'uLong
adler32_combine64(uLong, uLong, off_t)' conflicts with
/usr/include/zlib.h:1570: error: previous declaration 'uLong
adler32_combine64(uLong, uLong, off64_t)' here
/usr/include/zlib.h:1587: error: declaration of C function 'uLong
crc32_combine64(uLong, uLong, off_t)' conflicts with
/usr/include/zlib.h:1571: error: previous declaration 'uLong
crc32_combine64(uLong, uLong, off64_t)' here
make[3]: *** [libpoppler_cpp_la-poppler-image.lo] Error 1
make[3]: Leaving directory `/usr/src/poppler-0.16.0/cpp'
make[2]: Leaving directory `/usr/src/poppler-0.16.0/cpp'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/poppler-0.16.0'
make: *** [all] Error 2
ESC[31mESC[1m ! Problem Detected ! ESC[0m

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page