Closed
Bug 132398
Opened 24 years ago
Closed 22 years ago
Bad build dependency in module/libpr0n
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: mkaply, Assigned: pavlov)
Details
We're working on an icon decoder for OS/2 and we found a bad build dependency.
If you gmake clean in the icon directory and then gmake, it won't build. You
actually have to build from the decoders directory.
The problem is that the icon directory has a dependency on a lib in the win
directory, but it doesn't build it before it links.
Comment 1•24 years ago
|
||
Right, that's why we build icon/win before icon.
Assignee: seawood → pavlov
| Reporter | ||
Comment 2•24 years ago
|
||
decoders has icon/win and then icon, so it works correctly with a
toplevel build.
in the icon directory itself, it does not build win first because DIRS
is processed after icon.
Maybe the solution for this is to do what uriloader/exthandler does
which is not to have makefiles for the platform directories and to put
the platform directory in the VPATH?
Note I don't have a windows gmake build, I am trying to create the
icon decoder for Os/2 and running into this problem.
The other issue is that the Makefile in icon has hardcoded win in
three places - this would solve that problem as well.
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla1.0.1
| Reporter | ||
Comment 4•22 years ago
|
||
This doesn't seem to be a problem anymore. I can make clean and make in icon
directory no prob.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•