Closed
Bug 5278
Opened 26 years ago
Closed 15 years ago
(placeholder) - remove refs to glib-config if we require libIDL v >= 6.8
Categories
(Core :: XPCOM, enhancement, P4)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: mike+mozilla, Unassigned)
Details
This is a placeholder bug, so I don't forget.
Our make system for xpidl has several explicit references to glib-config,
because libIDL-config assumes that glib is located in the same place as libIDL.
Andrew Veliath has fixed this for libIDL 0.6.8; when we require people to
install a version >= 0.6.8 libIDL, we should clean up our code to remove the
redundant references.
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
I've fixed libIDL.m4 so that we don't need to reference glib-config
directly...you can probably remove the refs now...
Reporter | ||
Updated•26 years ago
|
QA Contact: 1679
Reporter | ||
Comment 2•26 years ago
|
||
De-cc'ing vidur.
I'm confused - does the change to libIDL.m4 mean that I can remove glib-config
(or @GLIB_CONFIG@) references from xpcom/tools/xpidl/Makefile.in ? Does
libIDL.m4 provide better magic through autoconf to get these values?
Comment 3•26 years ago
|
||
Explained in IRC, but adding here for the record: It means you can remove the
@LIBIDL*@ and @GLIB*@ entries, and add $LIBIDL_CFLAGS and/or $LIBIDL_LIBS where
appropriate...
Reporter | ||
Comment 4•26 years ago
|
||
A placeholder bug. Moving to m15 to get off of 'no target milestone' lists.
Target Milestone: M15
Reporter | ||
Comment 6•25 years ago
|
||
[SPAM] Marking milestone 'future' as part of nsbeta3 triage.
Target Milestone: M20 → Future
Comment 7•24 years ago
|
||
Mass-reassigning mccabe's non-JS, non-Rhino bugs to jband (34 total).
Would like to cc mccabe; but the mass-reassign page does not allow this.
I'll leave it up to mccabe to decide if he wants to be cc'ed on these -
Assignee: mike+mozilla → jband
Status: ASSIGNED → NEW
Comment 8•24 years ago
|
||
mass reassign of xpidl bugs to dbradley@netscape.com
Assignee: jband → dbradley
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Priority: P3 → P4
Comment 9•22 years ago
|
||
As an FYI ... if you want to move to libIDL 0.8.0 or greater, libIDL-config
should no longer be used. It will go away in the near future ...
We now use pkg-config (http://www.freedesktop.org/software/pkgconfig/) so libIDL
comes with a .pc file ...
I was lead here by http://bugzilla.gnome.org/show_bug.cgi?id=93469. I think this
may be some of the Sun Mozilla accessibility guys using new versions of libIDL,
I dunno ...
Updated•18 years ago
|
Assignee: dbradley → nobody
Status: ASSIGNED → NEW
QA Contact: xpidl
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•