Closed
Bug 257442
Opened 21 years ago
Closed 21 years ago
[BEOS] Cannot build mozilla/modules/plugin ( no stdint.h) on AVIARY-branch
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: thesuckiestemail, Assigned: bugzilla)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
745 bytes,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.7) Gecko/20040606 Firefox/0.8.0+
Build Identifier:
Building fails with the following error:
In file included from /mozdev/mozilla/dist/include/plugin/npruntime.h:72,
from /mozdev/mozilla/dist/include/plugin/npupp.h:61,
from /mozdev/mozilla/modules/plugin/base/src/ns4xPlugin.h:45,
from /mozdev/mozilla/modules/plugin/base/src/ns4xPlugin.cpp:42:
/mozdev/mozilla/dist/include/plugin/nptypes.h:91: stdint.h: No such file or
directory
In file included from /mozdev/mozilla/dist/include/plugin/npupp.h:61,
from /mozdev/mozilla/modules/plugin/base/src/ns4xPlugin.h:45,
from /mozdev/mozilla/modules/plugin/base/src/ns4xPlugin.cpp:42:
/mozdev/mozilla/dist/include/plugin/npruntime.h:119: syntax error before `;'
Patch on the way...
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Summary: [BOES] Cannot build mozilla/modules/plugin ( no stdint.h) on AVIARY-branch → [BEOS] Cannot build mozilla/modules/plugin ( no stdint.h) on AVIARY-branch
This is the same as bug 257176 (except for Firefox, and that I did a different
fix). Dunno how to mark it.
Comment 3•21 years ago
|
||
*** Bug 257176 has been marked as a duplicate of this bug. ***
Comment 4•21 years ago
|
||
Comment on attachment 157423 [details] [diff] [review]
Uses right header on BeOS.
r+sr=jst
Attachment #157423 -
Flags: superreview+
Attachment #157423 -
Flags: review+
Comment 5•21 years ago
|
||
Thanks for the fix!
Fixed on trunk and aviary branch.
You need to log in
before you can comment on or make changes to this bug.
Description
•