Closed
Bug 599283
Opened 15 years ago
Closed 1 year ago
--disable-storage breaks the builds
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mounir, Unassigned)
Details
Output:
nsNetModule.cpp
In file included from /home/volkmar/projects/mozilla/mc-asserts/netwerk/build/nsNetModule.cpp:63:
/home/volkmar/projects/mozilla/mc-asserts/netwerk/build/../cache/nsDiskCacheDeviceSQL.h:46:35: error: mozIStorageConnection.h: No such file or directory
[...]
/home/volkmar/projects/mo/home/volkmar/projects/mozilla/mc-asserts/netwerk/build/../cache/nsDiskCacheDeviceSQL.h:46:35: error: mozIStorageConnection.h: No such file or directoryzilla/mc-asserts/netwerk/build/../cache/nsDiskCacheDeviceSQL.h:267: error: template argument 1 is invalid
/home/volkmar/projects/mozilla/mc-asserts/netwerk/build/../cache/nsDiskCacheDeviceSQL.h:268: error: ‘mozIStorageStatement’ was not declared in this scope
/home/volkmar/projects/mozilla/mc-asserts/netwerk/build/../cache/nsDiskCacheDeviceSQL.h:268: error: template argument 1 is invalid
make[5]: *** [nsNetModule.o] Error 1
make[4]: *** [libs] Error 2
make[3]: *** [libs_tier_platform] Error 2
make[2]: *** [tier_platform] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2
I didn't look at the error (quite late) so it might be trivial.
| Reporter | ||
Updated•15 years ago
|
Version: unspecified → Trunk
| Reporter | ||
Comment 1•15 years ago
|
||
This error isn't really trivial and I'm wondering if it really make sense to be able to disable storage now?
Comment 2•15 years ago
|
||
I would guess that it's not a valid option for Firefox builds, anyway.
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
I don't think we need it anymore (or it is fixed)
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•