Closed
Bug 431223
Opened 17 years ago
Closed 17 years ago
compiling on Solaris 5.9 sparc - gets complaint about Pango version too low
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: derscheid, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.9) Gecko/20071108 SeaMonkey/1.1.6
Build Identifier: cvs co -r MOZILLA_1_1_9_RELEASE mozilla/client.mk
did "cvs co -r MOZILLA_1_1_9_RELEASE mozilla/client.mk"
did "cd mozilla"
did "gmake -f client.mk checkout"
get error as follows : "
checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of Pango is 1.0.5
configure: error: Library requirements (pango >= 1.1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them."
Reproducible: Always
Steps to Reproduce:
1.get codebase for 1.1.9
2.attempt to compile on Sparc processor.
3.
Actual Results:
compile fails with error quoted above
Expected Results:
compiled, possibly with other errors/warnings?
mozconfig file as follows:
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize
ac_add_options --without-system-nspr
ac_add_options --without-system-zlib
ac_add_options --without-system-jpeg
ac_add_options --without-system-png
ac_add_options --without-system-mng
ac_add_options --enable-crypto #comment to disable PSM/SSL support
ac_add_options --enable-application=suite
| Reporter | ||
Updated•17 years ago
|
Version: unspecified → SeaMonkey 1.1 Branch
Comment 1•17 years ago
|
||
(In reply to comment #0)
> Expected Results:
> compiled, possibly with other errors/warnings?
I guess you could locally remove the pango version check;
but I wouldn't expect any good out of it.
You're supposed to upgrade your pango lib.
R.Invalid
Severity: critical → blocker
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•