Closed
Bug 384873
Opened 16 years ago
Closed 16 years ago
Broken building without XUL but with RDF
Categories
(Toolkit Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file)
1.55 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
libxul-config.mk: .... ifdef MOZ_RDF ifdef MOZ_XPFE_COMPONENTS COMPONENT_LIBS += fileview DEFINES += -DMOZ_FILEVIEW .... is wrong because -DMOZ_FILEVIEW dependent only from MOZ_XUL Also MOZ_XUL ifdef in nsStaticXULComponents.cpp required
Attachment #268776 -
Flags: review?(benjamin)
Comment 1•16 years ago
|
||
Comment on attachment 268776 [details] [diff] [review] BUILDFIX Why you would want to build in this configuration is beyond me, but ok.
Attachment #268776 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 2•16 years ago
|
||
What I have to do to check in this patch? Same for other bug with RDF build define?
Updated•16 years ago
|
Whiteboard: [checkin-needed]
Updated•16 years ago
|
Whiteboard: [checkin-needed] → [checkin needed]
rdf is required by extension manager. for insane reasons someone is still trying to avoid xul while adding just about every other part of firefox. when it's over, xul will be there too, in the interim it's amusing to waste man months trying to make correct minimal configurations usable by someone else.
Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3) > when > it's over, xul will be there too, Yes > in the interim it's amusing to waste man > months trying to make correct minimal configurations usable by someone else. In the world exists not only Xeon Desktops and Laptops with big hard drive space and big memory... There are also phones, multimedia boxes, terminals... I think there are nothing wrong if Gecko will be flexible in configuration and will be possible to build small gecko medium and full without 'bad words', and other problems...
Updated•16 years ago
|
Assignee: nobody → romaxa
Comment 5•16 years ago
|
||
Checking in toolkit/library/libxul-config.mk; new revision: 1.45; previous revision: 1.44 Checking in toolkit/library/nsStaticXULComponents.cpp; new revision: 1.48; previous revision: 1.47
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → mozilla1.9beta1
Updated•4 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•