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)

Sun
FreeBSD
defect

Tracking

(Not tracked)

VERIFIED FIXED

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
it's in there. marking verified.
Status: RESOLVED → VERIFIED
Target Milestone: --- → M16
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.