Closed
Bug 12643
Opened 27 years ago
Closed 27 years ago
-fno-exceptions is breaking gtkmozilla with gcc 2.7
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: newt, Assigned: briano)
Details
Similar to bug 12311, my build (pulled 26 Aug 99 20:00 PDT on closed, green
tree) barfs in webshell...gtk. In my case, the error is due to the use of the
--fno-exceptions option with gcc 2.7.2.3's c++ (i.e., the option does not exist
and needs to be tied into configure).
I can dig out the exact location where the error first occurs, but since it's
pretty obviously a semi-generic makefile issue, I imagine it's not too hard to
track down.
Explicitly assigned to scc since it seems closely related to 12311/webshell.
Greg Roelofs
| Reporter | ||
Comment 1•27 years ago
|
||
The specific directory is webshell/embed/gtk/lib, and it seems to be the only
one that uses -fno-exceptions. After deleting that, build appears to proceed
normally (until bug 12739).
Greg
Assigning to ramiro as he turned GtkMozilla on for linux as the default.
I copied the rtti & exceptions checks from the main configure.in into
GtkMozilla's configure.in. It Works For Me(tm) but should be verified.
Updated•27 years ago
|
Summary: -fno-exceptions is breaking gtkmozilla with gcc 2.7
Updated•27 years ago
|
Assignee: ramiro → briano
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•27 years ago
|
||
Looks like cls fixed this on 8/29.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 5•26 years ago
|
||
Yes, clobber_all build yesterday after 19990911 10:00 CVS pull worked fine.
Thanks...
You need to log in
before you can comment on or make changes to this bug.
Description
•