Closed
Bug 331536
Opened 19 years ago
Closed 13 years ago
error in nsAutoPtr.h
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: g.fischer, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; IRIX64 IP27; en-US; rv:1.9a1) Gecko/R-A-C SeaMonkey/1.5a
Build Identifier:
cc-1367 CC: ERROR File = ../../../../dist/include/xpcom/nsAutoPtr.h, Line = 956
A pointer to an incomplete class type is not allowed.
mRawPtr->Release();
^
detected during instantiation of
"nsRefPtr<nsNavHistoryResult>::~nsRefPtr()" at line 658 of
"../../../../../mozilla/browser/components/places/src/nsNav
HistoryResult.h"
got this error several times but it's always the same.
Reproducible: Always
Steps to Reproduce:
1.build it with mipspro.
2.
3.
Actual Results:
build failed.
used a checkout from today(firefox) and:
../mozilla/configure --prefix=/usr/local/firefox --disable-composer
--disable-debug --disable-ldap --disable-mailnews --disable-tests
--enable-crypto --disable-installer --disable-profilesharing --disable-activex
--disable-activex-scripting --disable-gle --disable-dtd-debug --enable-xft
--enable-default-toolkit=gtk2 --enable-official-branding --disable-freetype2
--disable-gnomevfs --disable-gnomeui --enable-single-profile
--enable-application=browser --disable-updater --with-pthreads
--enable-extensions=default,irc --enable-system-cairo --disable-svg
Comment 1•13 years ago
|
||
IRIX build support got removed with bug 680792
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•