Closed
Bug 184088
Opened 22 years ago
Closed 22 years ago
Error compiling nsMaiTopLevel.cpp with gcc 3.2.1
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: georg.wild, Assigned: aaronlev)
References
Details
Attachments
(1 file)
|
737 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021205 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021205 When I try to compile /mozilla/widget/src/gtk2/mai/nsMaiTopLevel.cpp with gcc 3.2.1 I get: make[5]: Entering directory `/maxtor/root/mozilla/widget/src/gtk2/mai' nsMaiTopLevel.cpp c++ -o nsMaiTopLevel.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -I../.nsMaiTopLevel.cpp: In constructor `MaiTopLevel::MaiTopLevel(nsIAccessible*)': nsMaiTopLevel.cpp:84: cannot pass objects of non-POD type `class nsAutoRefCnt' through `...' nsMaiTopLevel.cpp: In destructor `virtual MaiTopLevel::~MaiTopLevel()': nsMaiTopLevel.cpp:102: cannot pass objects of non-POD type `class nsAutoRefCnt' through `...' make[5]: *** [nsMaiTopLevel.o] Fehler 1 Reproducible: Always Steps to Reproduce: .- Actual Results: - Expected Results: -
Comment 1•22 years ago
|
||
timeless made me do it!!
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•22 years ago
|
||
checked in Trunk. Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•