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)

x86
Windows XP
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: bugzilla.20.scyt, Unassigned)

Details

Attachments

(1 file)

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.
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).
Attachment #221678 - Flags: first-review?(benjamin)
Status: UNCONFIRMED → NEW
Ever confirmed: true
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-
Summary: editor.lib not found; --enable-plaintext-editor-only → editor.lib not found; --enable-plaintext-editor-only (windows-only)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Product: Toolkit → Toolkit Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: