Closed
Bug 263219
Opened 21 years ago
Closed 21 years ago
build crashes on parse of nsIChromeRegistrySea.idl
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Rich.Fleck, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; IRIX64 IP35; en-US; rv:1.8a4) Gecko/20040910
Build Identifier: Mozilla/5.0 (X11; U; IRIX64 IP35; en-US; rv:1.8a4) Gecko/20040910
build crashes on parse of nsIChromeRegistrySea.idl
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
Creating ../../../dist/include/chrome
Creating _xpidlgen/.done
nsIChromeRegistrySea.idl
../../../dist/bin/xpidl -m header -w -I../../../../rdf/chrome/public
-I../../../dist/idl -o _xpidlgen/nsIChromeRegistrySea
../../../../rdf/chrome/public/nsIChromeRegistrySea.idl
../../../../rdf/chrome/public/nsIChromeRegistrySea.idl:49: `selectSkin' conflicts
nsIChromeRegistry.idl:92: with interface operation `selectSkin'
** WARNING **: Parse of ../../../../rdf/chrome/public/nsIChromeRegistrySea.idl
failed
gmake[3]: *** [_xpidlgen/nsIChromeRegistrySea.h] Error 1
gmake[3]: Leaving directory
`/usr/local/mozilla/obj-mips-sgi-irix6.5-1.8/rdf/chrome/public'
gmake[2]: *** [export] Error 2
gmake[2]: Leaving directory `/usr/local/mozilla/obj-mips-sgi-irix6.5-1.8/rdf/chrome'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/local/mozilla/obj-mips-sgi-irix6.5-1.8'
gmake: *** [default] Error 2
Comment 1•21 years ago
|
||
Please check and make sure that you have updated all your sources correctly.
content/base/public/nsIChromeRegistry.idl should not have a "selectSkin" method
any longer.
Summary: build crashes on parse of nsIChromeRegistrySea.idl → build crashes on parse of nsIChromeRegistrySea.idl
Removed mozilla directory
untarred latest source.
build succeeded
Thanks
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•