Closed
Bug 38145
Opened 26 years ago
Closed 26 years ago
Legacy plugin support doesn't build, if non-GTK-toolkit is used
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: Joerg.Brunsmann, Assigned: cls)
Details
./configure --enable-toolkit=xlib --with-xlib
Build stops in
ns4xPluginInstance.h
Maybe
#ifdef XP_UNIX
#include <gtk/gtk.h>
#endif
should be replaced with:
#ifdef MOZ_ENABLE_GTK
#include <gtk/gtk.h>
#endif
Ok, --enable-toolkit=xlib --with-xlib builds now but it doesn't necessarily run.
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
it's in there. marking verified.
Status: RESOLVED → VERIFIED
Target Milestone: --- → M16
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•