Closed
Bug 5296
Opened 26 years ago
Closed 26 years ago
Build issues with the Chrome project on Macintosh
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pierre, Assigned: mikepinkerton)
Details
We have several issues with the Chrome project on Mac:
- The 'chrome.toc' file doesn't exist.
- The 'chrome.shlb' or 'chromeDebug.shlb' DLL is not stored at the same level as
the application in the 'dist' directory.
- A 'chrome' directory is created in the 'dist' directory that contains various
files (project, debug, source, etc...) which end up being shipped in the daily
builds.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
The chrome DLLS are placed in the components directory. Isn't that where
they're supposed to go?
As for the other two problems, I don't really have much of a clue how to fix
them. I'll need a Mac person's help.
Assignee | ||
Comment 2•26 years ago
|
||
All this is caused by an overzealous copying to dist. The shlb is in the correct
place (the components folder) and the extra files will go away. this is the dup
of another bug, but i can't find it now.
Reporter | ||
Comment 3•26 years ago
|
||
If you tell me where to store 'registry.rdf', I can take care of this bug.
Comment 4•26 years ago
|
||
It goes in a top-level directory called chrome (which is a sibling of the res
directory).
Comment 5•26 years ago
|
||
Thanks pink.
Reporter | ||
Updated•26 years ago
|
Assignee: hyatt → pierre
Status: ASSIGNED → NEW
Reporter | ||
Comment 6•26 years ago
|
||
reassigned to myself
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•26 years ago
|
||
fixed
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Updated•26 years ago
|
Resolution: FIXED → ---
Comment 8•26 years ago
|
||
Pierre, the scripts should make a copy of registry.rdf in the Chrome directory,
rather than making an alias. This is because this file can be written into
at runtime, and don't want people checkin in modified copies of the file
by mistake.
Reporter | ||
Updated•26 years ago
|
Assignee: pierre → pinkerton
Status: REOPENED → NEW
Reporter | ||
Comment 9•26 years ago
|
||
Reassigned to pink.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•26 years ago
|
||
fixed and checked in.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•