Closed
Bug 31114
Opened 25 years ago
Closed 25 years ago
Test plugin no longer builds
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: hoa.nguyen, Assigned: hoa.nguyen)
Details
The test plugin in modules/plugin/test no longer builds. Returns the following
build error:
npsimple.cpp: In function `nsresult NSRegisterSelf(class nsISupports *, const ch
ar *)':
npsimple.cpp:512: `nsString2' undeclared (first use this function)
npsimple.cpp:512: (Each undeclared identifier is reported only once
npsimple.cpp:512: for each function it appears in.)
npsimple.cpp:512: parse error before `('
npsimple.cpp:541: `progID' undeclared (first use this function)
npsimple.cpp:542: confused by earlier errors, bailing out
gmake: *** [npsimple.o] Error 1
Comment 1•25 years ago
|
||
On March 26, 2000 rickg@netscape.com removed the reference to nsString2.
http://bonsai.mozilla.org/cvslog.cgi?
file=mozilla/modules/plugin/test/npsimple.cpp&root=/cvsroot
This should fix the cascade of errors due to the initial invalid reference. It
compiles ok on an NT box.
Comment 2•25 years ago
|
||
Resolving WORKSFORME based on comments. hoa.nguyen@intel.com - if you continue
to see this problem, please ask for this bug to be reopened.
Gerv
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•