Closed
Bug 208361
Opened 21 years ago
Closed 21 years ago
MSVC++ .net 2003: not compiling IDL when run with "build" target
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ian, Assigned: mozbugs-build)
References
Details
If I start the build process with "make -f client.mk", I get a failure while
compiling the IDL files (see bug 208320).
However, when I build using "make -f client.mk build", it seems to skip building
the IDL files altogether, and then fails building XPCOM because it hasn't
created the .h files defining the interfaces (nsIErrorService in particular).
This feels like a bug in the build system rather than a configuration problem. I
would have expected both failures to be the same.
Reporter | ||
Comment 1•21 years ago
|
||
I can't reproduce this any more, and I had path problems at the time, so this is
probably nothing.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Blocks: 215224
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•