Closed
Bug 404396
Opened 17 years ago
Closed 13 years ago
Problem compiling Boehm GC
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: pierre42d, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.3
# make
rm -f -rf ./dist/sdk
rm -f -rf ./dist/include
/usr/local/bin/gmake -C config export
gmake[1]: Entering directory `/tmp/mozilla/config'
/usr/bin/perl -I. ./bdate.pl build_number
/tmp/mozilla/config/nsinstall -R -m 644 nsBuildID.h ../mozilla-config.h ./nsStaticComponents.h ../dist/include
rm -f ../config/final-link-comps ../config/final-link-libs ../config/final-link-comp-names
rm -f ../dist/bin/chrome/chromelist.txt
/tmp/mozilla/config/nsinstall -t -m 644 nsBuildID.h ../mozilla-config.h ./nsStaticComponents.h ../dist/sdk/include
/tmp/mozilla/config/nsinstall -R nsinstall ../dist/bin
/tmp/mozilla/config/nsinstall -R -m 555 elf-dynstr-gc ../dist/bin
gmake[1]: Leaving directory `/tmp/mozilla/config'
/usr/local/bin/gmake nspr
gmake[1]: Entering directory `/tmp/mozilla'
/usr/local/bin/gmake -C gc/boehm
gmake[2]: Entering directory `/tmp/mozilla/gc/boehm'
/usr/local/bin/gmake export
gmake[3]: Entering directory `/tmp/mozilla/gc/boehm'
Creating ../../dist/include/boehm
/tmp/mozilla/config/nsinstall -R -m 644 gc.h generic_threads.h ../../dist/include/boehm
typeinfo.cpp
g++ -o typeinfo.o -c -DNO_SIGNALS -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -DLARGE_CONFIG -DREDIRECT_MALLOC=GC_MALLOC -DTHREADS -DGENERIC_THREADS -D_REENTRANT -DGC_DEBUG -DFIND_LEAK -DOPERATOR_NEW_ARRAY -DSAVE_CALL_CHAIN -DUSE_PROC -DOSTYPE=\"Linux2.6.17\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000 -I../../dist/include/boehm -I../../dist/include -I../../dist/include/nspr -I../../dist/sdk/include -I/usr/local/include -fPIC -I/usr/local/include -frtti -fexceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -s -O3 -march=i686 -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/typeinfo.pp typeinfo.cpp
typeinfo.cpp:113: error: extra `;'
gmake[3]: *** [typeinfo.o] Error 1
gmake[3]: Leaving directory `/tmp/mozilla/gc/boehm'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/tmp/mozilla/gc/boehm'
gmake[1]: *** [boehm] Error 2
gmake[1]: Leaving directory `/tmp/mozilla'
make: *** [default] Error 2
Reproducible: Always
Comment 1•17 years ago
|
||
yes... but note http://wiki.mozilla.org/Performance:Leak_Tools#Boehm_GC
Update (2006-06-13): The code integrating the Boehm GC in Mozilla has not been
tested for a number of years and is unlikely to work anymore.
Assignee: general → nobody
Component: General → XPCOM
Product: Mozilla Application Suite → Core
QA Contact: general → xpcom
Version: unspecified → Trunk
Updated•17 years ago
|
Summary: Problem compiling seamonkey 1.1.6 → Problem compiling Boehm GC
Comment 3•17 years ago
|
||
Probably removed. Dupe of bug 304969? The error looks different, but yeah.
Comment 4•13 years ago
|
||
The boehm gc code has been removed.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•