Closed
Bug 28302
Opened 26 years ago
Closed 26 years ago
build fails in nsProfile.cp (includes in lines 61,62,63 not found)
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
People
(Reporter: handel, Assigned: cls)
References
()
Details
NOTE: Mozilla has been building / running great for the last few weeks. This
was broken in the last 48 hours.
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 -O3 -fomit-frame-pointer -pthread -O -DMOZILLA_CLIENT
-include ../../config-defs.h -Wp,-MD,.deps/nsProfile.pp -DOSTYPE=\"Linux2.2\"
./configure --disable-mailnews --disable-tests --disable-debug --enable-optimize
--enable-x11-shm --enable-strip-libs > /var/log/moz/conf.log 2>&1
on a LinuxPPC machine:
kernel 2.2.14, glibc-devel-2.1.3-0l, glibc-profile-2.1.3-0l, glibc-2.1.3-4b
Here is the error:
make[2]: Entering directory `/mnt/moz/moz-mecompiled/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 -O3 -fomit-frame-pointer -pthread -O -DMOZILLA_CLIENT
-include ../../config-defs.h -Wp,-MD,.deps/nsProfile.pp -DOSTYPE=\"Linux2.2\"
-DOJI -I../../dist/include -I../../include -I/usr/X11R6/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 `/mnt/moz/moz-mecompiled/mozilla/profile/src'
make[1]: *** [libs] Error 2
make[1]: Leaving directory `/mnt/moz/moz-mecompiled/mozilla/profile'
make: *** [libs] Error 2
Summary: build fails → build fails in nsProfile.cp (includes in lines 61,62,63 not found)
Apparently, this is happening because of --disable-mailnews
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•