Closed
Bug 525
Opened 26 years ago
Closed 26 years ago
cmdwinfepwplat.cpp wont compile
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sheridan3003, Assigned: sar)
Details
Created by Doug Needham (sheridan3003@yahoo.com) on Wednesday, August 12, 1998 5:23:08 AM PDT
Additional Details :
running NT Server 4.0 (sp3)
MSVC 5.0
I run nmake /f cleint.mak
and I get the following result. Am I missing something?
..\..\..\lib\plugin\nsIPlug.h(368) : warning C4099:
'NPIPlugin' : type
name first seen using 'struct' now seen using 'class'
..\..\..\lib\plugin\nsIPlug.h(452) : warning C4099:
'NPIPlugin' : type
name first seen using 'struct' now seen using 'class'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(459) : error
C2065:
'NS_IPLUGINMANAGER_IID' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(459) : error
C2440:
'initializing' : cannot convert from 'int' to 'const struct
nsID'
No
constructor could take the source type, or constructor
overload
resolution was ambiguous
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(667) : error
C2065:
'nsFactoryProc' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(667) : error
C2146:
syntax error : missing ';' before identifier 'nsGetFactory'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(667) : error
C2065:
'nsGetFactory' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(668) : error
C2146:
syntax error : missing ';' before identifier 'PR_FindSymbol'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(670) : error
C2065:
'NS_IPLUGIN_IID' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(670) : error
C2440:
'initializing' : cannot convert from 'int' to 'const struct
nsID'
No
constructor could take the source type, or constructor
overload
resolution was ambiguous
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(671) : error
C2065:
'nsIPlugin' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(671) : error
C2065:
'plugin' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(671) : error
C2106: '='
: left operand must be l-value
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(672) : error
C2065:
'nsIFactory' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(672) : error
C2059:
syntax error : ')'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(675) : error
C2227: left
of '->Initialize' must point to class/struct/union
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(675) : error
C2065:
'nsIPluginManager' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(675) : error
C2059:
syntax error : ')'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(690) : error
C2143:
syntax error : missing ';' before 'else'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(698) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(701) : error
C2065:
'pPathSave' : undeclared identifier
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(701) : error
C2501:
'wfe_PopPath' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(701) : error
C2371:
'wfe_PopPath' : redefinition; different basic types
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(702) : error
C2143:
syntax error : missing ';' before 'return'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(703) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(708) : error
C2501:
'pNPMgtBlock' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(708) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlock'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(708) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(709) : error
C2501:
'pNPMgtBlock' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(709) : error
C2086:
'pNPMgtBlock' : redefinition
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(709) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlock'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(709) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(710) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(713) : error
C2501:
'wfe_PopPath' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(713) : error
C2371:
'wfe_PopPath' : redefinition; different basic types
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(714) : error
C2143:
syntax error : missing ';' before 'return'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(715) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(721) : error
C2143:
syntax error : missing ';' before 'delete'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(722) : error
C2501:
'pNPMgtBlock' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(722) : error
C2086:
'pNPMgtBlock' : redefinition
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(722) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlock'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(722) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(723) : error
C2501:
'wfe_PopPath' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(723) : error
C2371:
'wfe_PopPath' : redefinition; different basic types
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(724) : error
C2143:
syntax error : missing ';' before 'return'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(725) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(732) : error
C2143:
syntax error : missing ';' before 'delete'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(733) : error
C2501:
'pNPMgtBlock' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(733) : error
C2086:
'pNPMgtBlock' : redefinition
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(733) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlock'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(733) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(734) : error
C2501:
'wfe_PopPath' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(734) : error
C2371:
'wfe_PopPath' : redefinition; different basic types
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(735) : error
C2143:
syntax error : missing ';' before 'return'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(736) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(741) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(753) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(760) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(765) : error
C2143:
syntax error : missing ';' before 'delete'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(766) : error
C2501:
'pNPMgtBlock' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(766) : error
C2086:
'pNPMgtBlock' : redefinition
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(766) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlock'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(766) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(767) : error
C2501:
'wfe_PopPath' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(767) : error
C2371:
'wfe_PopPath' : redefinition; different basic types
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(768) : error
C2143:
syntax error : missing ';' before 'return'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(769) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(773) : error
C2143:
syntax error : missing ';' before 'delete'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(774) : error
C2501:
'pNPMgtBlock' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(774) : error
C2086:
'pNPMgtBlock' : redefinition
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(774) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlock'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(774) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(775) : error
C2501:
'wfe_PopPath' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(775) : error
C2371:
'wfe_PopPath' : redefinition; different basic types
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(776) : error
C2143:
syntax error : missing ';' before 'return'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(777) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(783) : error
C2501:
'wfe_PopPath' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(783) : error
C2371:
'wfe_PopPath' : redefinition; different basic types
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(784) : error
C2143:
syntax error : missing ';' before 'return'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(785) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(792) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(799) : error
C2501:
'pNPMgtBlk' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(799) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlk'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(799) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(802) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(805) : error
C2143:
syntax error : missing ')' before '=='
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(811) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(824) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(831) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(835) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(840) : error
C2501:
'pNPMgtBlk' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(840) : error
C2086:
'pNPMgtBlk' : redefinition
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(840) : error
C2239:
unexpected token '->' following declaration of 'pNPMgtBlk'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(840) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(842) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(844) : error
C2501:
'handle' : missing decl-specifiers
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(844) : error
C2239:
unexpected token '->' following declaration of 'handle'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(844) : error
C2059:
syntax error : '->'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(845) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(848) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(850) : error
C2143:
syntax error : missing ';' before '}'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(858) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(861) : error
C2143:
syntax error : missing ';' before 'if'
E:\DOUG\MOZILLA\MOZILLA\CMD\WINFE\NPWPLAT.cpp(861) : fatal
error
C1003: error count exceeds 100; stopping compilation
Updated•26 years ago
|
Assignee: briano → leaf
Summary: \cmd\winfe\npwplat.cpp wont compile → cmdwinfe
pwplat.cpp wont compile
Comment 1•26 years ago
|
||
Windows isn't my area of expertise. Sarah, do you know anything
about this? Or who to forward it to? Thanks.
Updated•26 years ago
|
Assignee: leaf → sar
Comment 2•26 years ago
|
||
Windows isn't my area of expertise. Sarah, do you know anything
about this? Or who to forward it to? Thanks.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Summary: cmdwinfe
pwplat.cpp wont compile → cmdwinfepwplat.cpp wont compile
this was a temporary problem that was the result of an incomplete merge. cvs
pulls anytime in August would have seen the resolution, and the new tarballs
shipped in early Sept, definitly have the fix.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•