Closed
Bug 5474
Opened 25 years ago
Closed 25 years ago
newsParser test compilation failure
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: brad, Assigned: sspitzer)
Details
cd newsParser; make install
make[4]: Entering directory
`/home/braddr/sandbox/mozilla/Linux_2.2.4_clobber/builddir/mailnews/news/tests/newsParser'
c++ -o newsParserTest.o -c -fno-rtti -fno-exceptions -Wall -pipe
-Wp,-MD,.deps/newsParserTest.pp -include ../../../../config-defs.h -pthread -g
-fPIC -DDEBUG -UNDEBUG -DDEBUG_braddr -DTRACING -DOSTYPE=\"Linux2.2\"
-DSingleSignon -DCookieManagement -DClientWallet -I../../../../dist/./include
-I../../../../dist/include -I../../../../../mozilla/include
-I../../../../dist/./public/jpeg -I../../../../dist/./public/png
-I../../../../dist/./public/zlib -I/usr/X11R6/include
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp: In
method `nsresult newsTestDriver::RunDriver()':
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp:83: no
matching function for call to `nsIMsgDatabase::CreateNewHdr (int, nsIMessage
**)'
../../../../dist/include/nsIMsgDatabase.h:97: candidates are:
nsIMsgDatabase::CreateNewHdr(nsMsgKey, nsIMsgDBHdr **)
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp:91: no
matching function for call to `nsIMessage::SetSubject (char[13])'
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp:92: no
matching function for call to `nsIMessage::SetFlags (int)'
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp:93: no
matching function for call to `nsIMessage::SetAuthor (char[16])'
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp:95: no
matching function for call to `nsIMsgDatabase::AddNewHdrToDB (nsIMessage *&,
PRIntn)'
../../../../dist/include/nsIMsgDatabase.h:99: candidates are:
nsIMsgDatabase::AddNewHdrToDB(nsIMsgDBHdr *, PRBool)
../../../../../mozilla/mailnews/news/tests/newsParser/newsParserTest.cpp:103: no
matching function for call to `nsIMessage::Release ()'
make[4]: *** [newsParserTest.o] Error 1
Updated•25 years ago
|
Assignee: phil → sspitzer
Target Milestone: M5
Comment 1•25 years ago
|
||
Reassign to sspitzer for M5
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
putterman check in a fix for this build bustage over the weekend. (this test
still needs to be finished and ported to Windows.)
Based on code review and saw it compile in Putterman's machine, we are verifying
this bug. Review was with putterman and seth.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•