Closed
Bug 188527
Opened 22 years ago
Closed 22 years ago
AIX: Linker errors when building GTK2 as default toolkit
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pkwarren, Assigned: netscape)
References
Details
Attachments
(1 file, 1 obsolete file)
3.48 KB,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
When building on AIX with --enable-default-toolkit=gtk2, several linker errors
prevent the build from completing. In most instances we only need to add the X11
library to the link line.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Updated•22 years ago
|
Attachment #111191 -
Flags: review?(seawood)
Assignee | ||
Comment 2•22 years ago
|
||
Comment on attachment 111191 [details] [diff] [review]
Fix linker errors on AIX
I stlll think that pkg-config should have listed those libs. r=cls
Attachment #111191 -
Flags: review?(seawood) → review+
Comment 3•22 years ago
|
||
hp, what do you think about the problems we've been seeing on solaris and AIX
with pkg-config not listing all of the right libs?
Reporter | ||
Comment 4•22 years ago
|
||
Checking in embedding/browser/gtk/tests/Makefile.in;
/cvsroot/mozilla/embedding/browser/gtk/tests/Makefile.in,v <-- Makefile.in
new revision: 1.25; previous revision: 1.24
done
Checking in modules/plugin/base/src/Makefile.in;
/cvsroot/mozilla/modules/plugin/base/src/Makefile.in,v <-- Makefile.in
new revision: 1.82; previous revision: 1.81
done
Checking in modules/plugin/samples/default/unix/Makefile.in;
/cvsroot/mozilla/modules/plugin/samples/default/unix/Makefile.in,v <-- Makefile.in
new revision: 1.25; previous revision: 1.24
done
Checking in widget/src/gtk2/mai/Makefile.in;
/cvsroot/mozilla/widget/src/gtk2/mai/Makefile.in,v <-- Makefile.in
new revision: 1.7; previous revision: 1.6
done
Checking in widget/src/gtkxtbin/Makefile.in;
/cvsroot/mozilla/widget/src/gtkxtbin/Makefile.in,v <-- Makefile.in
new revision: 1.11; previous revision: 1.10
done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•22 years ago
|
||
Had to back out this patch because it broke the Linux GTK2 tinderbox. I believe
I forgot to add the $(XLDFLAGS) parameter in one of the Makefiles. Will post a
better patch tomorrow.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Updated•22 years ago
|
Attachment #111191 -
Attachment is obsolete: true
Reporter | ||
Comment 6•22 years ago
|
||
Reporter | ||
Updated•22 years ago
|
Attachment #111301 -
Flags: review?(seawood)
Assignee | ||
Comment 7•22 years ago
|
||
Comment on attachment 111301 [details] [diff] [review]
Added missing $(XLDFLAGS)
r=cls
Attachment #111301 -
Flags: review?(seawood) → review+
Reporter | ||
Comment 8•22 years ago
|
||
Checked in.
Reporter | ||
Comment 9•22 years ago
|
||
Fixed with yesterday's checkin.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Comment 11•22 years ago
|
||
*** Bug 186567 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•