Open Bug 934026 Opened 11 years ago Updated 2 years ago

Compilation fails in "--disable-zipwriter" build, with "StartupCache.cpp:29:26: fatal error: nsIZipWriter.h: No such file or directory"

Categories

(Core :: General, defect)

defect

Tracking

()

People

(Reporter: dholbert, Unassigned)

Details

If I build with
 ac_add_options --disable-zipwriter

my build fails with:
{
startupcache/StartupCache.cpp:29:26: fatal error: nsIZipWriter.h: No such file or directory
 #include "nsIZipWriter.h"
                          ^
}

We should either fix this (possibly by disabling startupcache for these builds?) or drop the "--disable-zipwriter" build option.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.