Closed
Bug 152516
Opened 24 years ago
Closed 24 years ago
libfind_s.a needed for libembedcomponents.so
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcafee, Assigned: mcafee)
References
Details
Attachments
(1 file)
|
526 bytes,
patch
|
netscape
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
I think my last change to further-specify the modules in
embedding/components caused a new build error for gtkembedmoz-wrapper:
*** No rule to make target `../../../dist/lib/libfind_s.a', needed by
`libembedcomponents.so'. Stop.
gmake[1]: Leaving directory
`/builds/mcafee/gmonkey/mozilla/embedding/components/build'
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment on attachment 88137 [details] [diff] [review]
We recursively depend on find, commandhandler. Specifying them in the force_order file fixes this.
sr=alecf
can you list the components of the circular dependency? I'm just curious :)
Attachment #88137 -
Flags: superreview+
| Assignee | ||
Comment 3•24 years ago
|
||
looking for r= please
Comment 4•24 years ago
|
||
Comment on attachment 88137 [details] [diff] [review]
We recursively depend on find, commandhandler. Specifying them in the force_order file fixes this.
<stamp> r=cls
Attachment #88137 -
Flags: review+
| Assignee | ||
Comment 5•24 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•