Closed
Bug 337417
Opened 19 years ago
Closed 13 years ago
editor.lib not found; --enable-plaintext-editor-only (windows-only)
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bugzilla.20.scyt, Unassigned)
Details
Attachments
(1 file)
|
1.30 KB,
patch
|
benjamin
:
first-review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
Building xulrunner on Windows with the option --enable-plaintext-editor-only in .mozconfig leads to a missing library. On linking xul.dll the library editor.lib is not found. Indeed the file is not existent. That is because the library is called texteditor.lib if compiled with --enable-plaintext-editor-only. Changing libxul-config.mk so that xul.dll is linked with texteditor.lib instead of editor.lib fixes this problem.
Reproducible: Always
Expected Results:
xulrunner should build with the --enable-plaintext-editor-only option.
| Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
You're probably going to want to ask for a review of this patch (if you want it in the mozilla.org tree). Benjamin Smedberg would be able to do this (benjamin@smedbergs.us).
| Reporter | ||
Updated•19 years ago
|
Attachment #221678 -
Flags: first-review?(benjamin)
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•19 years ago
|
||
Comment on attachment 221678 [details] [diff] [review]
libxul-config.mk patch
The lib is only renamed on windows. I can't see a good reason for the renaming: http://lxr.mozilla.org/mozilla/source/editor/libeditor/build/Makefile.in#84
Can we just remove the renaming bit from that makefile? (and probably need to update the seamonkey installer packaging lists)
Attachment #221678 -
Flags: first-review?(benjamin) → first-review-
Updated•19 years ago
|
Summary: editor.lib not found; --enable-plaintext-editor-only → editor.lib not found; --enable-plaintext-editor-only (windows-only)
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•