Open
Bug 677444
Opened 13 years ago
Updated 2 years ago
Build with --enable-tree-freetype and tree zlib broken
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
People
(Reporter: romaxa, Unassigned)
References
(Depends on 1 open bug)
Details
ad-2.0 -lrt -lglib-2.0 -ldl -lrt
../../modules/freetype2/.libs/libfreetype.a(ftgzip.o): In function `ft_gzip_file_init':
ftgzip.c:(.text.ft_gzip_file_init+0x14c): undefined reference to `inflateInit2_'
../../modules/freetype2/.libs/libfreetype.a(ftgzip.o): In function `ft_gzip_file_done':
ftgzip.c:(.text.ft_gzip_file_done+0x20): undefined reference to `inflateEnd'
../../modules/freetype2/.libs/libfreetype.a(ftgzip.o): In function `ft_gzip_file_reset':
ftgzip.c:(.text.ft_gzip_file_reset+0x54): undefined reference to `inflateReset'
../../modules/freetype2/.libs/libfreetype.a(ftgzip.o): In function `ft_gzip_file_fill_output':
ftgzip.c:(.text.ft_gzip_file_fill_output+0x94): undefined reference to `inflate'
Comment 1•13 years ago
|
||
Reproduced with Debug OSX (only):
See
Firefox:
https://tbpl.mozilla.org/?tree=Try&rev=ac9d3795ce11
Thunderbird:
http://build.mozillamessaging.com/tinderboxpushlog/?tree=ThunderbirdTry&rev=9cd443813abc
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•