Closed
Bug 12273
Opened 26 years ago
Closed 26 years ago
GtkMozilla widget won't build in separate build tree
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kherron+mozilla, Assigned: ramiro)
Details
Attachments
(3 files)
1.14 KB,
text/plain
|
Details | |
733 bytes,
patch
|
Details | Diff | Splinter Review | |
1.10 KB,
patch
|
Details | Diff | Splinter Review |
The GtkMozilla embedded mozilla widget doesn't configure properly when building
in a separate directory from the source. The Makefile in mozilla/webshell/embed
presumes that there will be a subdirectory called 'gtk' and that this subdir
will contain the gtkmozilla configure script; neither of these are true after
mozilla's configure process completes. Attached are two diffs and one file
which corrects this:
1) mozilla.mk.in: Goes in mozilla/webshell/embed/gtk. Used by the makefile
in .../embed to run gtkmozilla's configure correctly.
2) Makefile.in patch: To be applied to mozilla/webshell/embed/Makefile.in.
3) allmakefiles.sh patch: Adds mozilla.mk to the list of files configured by
mozilla, also forcing the .../embed/gtk directory to be created. While
dinking with allmakefiles.sh, I also discovered that a few files were
listed twice; the patch removes them.
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
Reporter | ||
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Assignee: briano → ramiro
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Looks like cls@seawood.org checked in some fixes. I also checked in some
linking fixes for this. Marking fixed.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•