Closed
Bug 28599
Opened 25 years ago
Closed 25 years ago
CVS mozilla won't compile with --disable-mailnews
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
People
(Reporter: holger, Assigned: cbegle)
Details
Mozilla is already to bloated, I tried to compile it with --disable-mailnews.
This worked all the time, but is broken since about a week.
make[2]: Entering directory `/usr/src/html/mozilla/profile/src'
c++ -o nsProfile.o -c -fno-rtti -fno-exceptions -Wall -Wconversion
-Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth
-pedantic -Wno-long-long -pthread -DMOZILLA_CLIENT -include ../../config-defs.h
-DOSTYPE=\"Linux2.2\" -DOJI -I../../dist/include -I../../include -fPIC
nsProfile.cpp
nsProfile.cpp:61: nsIMsgAccountManager.h: No such file or directory
nsProfile.cpp:62: nsMsgBaseCID.h: No such file or directory
nsProfile.cpp:63: nsIMsgAccount.h: No such file or directory
make[2]: *** [nsProfile.o] Error 1
make[2]: Leaving directory `/usr/src/html/mozilla/profile/src'
make[1]: *** [libs] Error 2
make[1]: Leaving directory `/usr/src/html/mozilla/profile'
make: *** [libs] Error 2
Assignee | ||
Comment 1•25 years ago
|
||
build issue. updating component.
Component: Browser-General → Build Config
Assignee | ||
Comment 2•25 years ago
|
||
*** This bug has been marked as a duplicate of 27948 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•