Closed Bug 21115 Opened 25 years ago Closed 25 years ago

Fix timer dependency for gtk

Categories

(SeaMonkey :: General, defect, P3)

Other
AIX
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jdunn, Assigned: jdunn)

References

Details

widget/timer/src/unix/gtk/libtimer_s.a depends on gtk.
gfx/src/libraptorgfx.so depends on libtimer_s.a
but does not 'link' in the gtk libraries.

we need a way around this dependency... possibly putting
-berok back in this on Makefile.in (raptorgfx).
Blocks: 18688
Status: NEW → ASSIGNED
QA Contact: leger → jdunn
Target Milestone: M13
I have turned off MOZ_MONOLITHIC_TOOLKIT in configure.in

line 2292 of configure.in I added
*-*-aix*)    MOZ_MONOLITHIC_TOOLKIT= ;;
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
using MOZ_MONOLITHIC_TOOLKIT resolved this
marking verified
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.