Closed
Bug 629737
Opened 14 years ago
Closed 10 years ago
PluginInstanceParent.h:179: error: ISO C++ forbids declaration of 'PPluginSurfaceParent' with no type
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kdevel, Unassigned)
Details
User-Agent:
Build Identifier: 120b98a578ee
Compile error on Linux.
Reproducible: Always
Steps to Reproduce:
1. hg co 120b98a578ee
2. build
Actual Results:
../../../../dist/include/mozilla/plugins/PluginInstanceParent.h:179: error: ISO C++ forbids declaration of 'PPluginSurfaceParent' with no type
../../../../dist/include/mozilla/plugins/PluginInstanceParent.h:179: error: 'PPluginSurfaceParent' declared as a 'virtual' field
../../../../dist/include/mozilla/plugins/PluginInstanceParent.h:179: error: expected ';' before '*' token
../../../../dist/include/mozilla/plugins/PluginInstanceParent.h:185: error: 'PPluginSurfaceParent' has not been declared
Expected Results:
Compile
The first bad revision is:
changeset: 61417:ecb1a0b69e0b
user: Benjamin Smedberg <benjamin@smedbergs.us>
date: Thu Jan 27 16:37:00 2011 -0600
summary: Bug 625425 - Don't re-share the plugin surfaces every time we flip front/back buffers on Windows. r=jimm,karlt, a=blocking
Is gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] no longer supported?
Compiler too old.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•