Closed
Bug 305787
Opened 19 years ago
Closed 15 years ago
build of modules/plugin/base/src fails
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: shanec, Unassigned)
References
Details
Attachments
(1 file)
|
782 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Seems the makefile needs to add -I for widgets/src/gtksuperwin when building with gtk2. patch I am using will be attached. This happens on suse 9.0 and 9.2. Reproducible: Always
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Updated•19 years ago
|
Attachment #193719 -
Flags: review?(jst)
Comment 3•19 years ago
|
||
I build gtk2 builds on linux all the time w/o needing this. What am I missing?
| Reporter | ||
Comment 4•19 years ago
|
||
Without the patch, if I run make in mozilla/modules/plugin/base/src, I end up with the following error: ns4xPluginInstance.cpp:74:25: gdksuperwin.h: No such file or directory ns4xPluginInstance.cpp:75:24: gtkmozarea.h: No such file or directory gmake[1]: *** [ns4xPluginInstance.o] Error 1 gmake[1]: Leaving directory `/home/shanec/main/Apps/Mozilla-devel/build/firefox-cvs1.8-ko3.11-release-gtk2/mozilla/modules/plugin/base/src' make: *** [all] Error 2 This is in the 1.8 branch. I had been building on trunk back in early July, then when 1.8 branched I tried again and got the error. I haven't tracked down what changed to cause the problem for me.
Comment 6•15 years ago
|
||
Marking WORKSFORME per lack of recent evidence showing otherwise.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Updated•15 years ago
|
Attachment #193719 -
Flags: review?(jst)
| Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•