Closed
Bug 422603
Opened 18 years ago
Closed 13 years ago
Compile error on Solaris 8 - EdgePool::Block is not accessible from EdgePool::PtrInfoOrBlock
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: stevee, Unassigned)
Details
(Whiteboard: reviewed)
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.12) Gecko/20080211 Firefox/2.0.0.12
Build Identifier: Firefox 3 beta 4
Using Sun Studio compiler version 5.5 I get this compile error:
CC -o nsCycleCollector.o -c -DMOZILLA_INTERNAL_API -DOSTYPE=\"SunOS5\" -DOSARCH=SunOS -D_IMPL_NS_COM -I/icad/12/mozilla/build/mozilla/xpcom/base -I. -I../../dist/include/string -I../../dist/include -I../../dist/include/xpcom -I../../dist/include/nspr -I/usr/openwin/include -KPIC -O -I/usr/openwin/include -I/gorbag/exta/cad/externals/SOLARIS/gnome2/include -I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 -O2 -I/gorbag/exta/cad/externals/SOLARIS/include -xbuiltin=%all -features=tmplife -norunpath -mt -DNDEBUG -DTRIMMED -xO4 -O -I/usr/openwin/include -DMOZILLA_CLIENT -D_MOZILLA_CONFIG_H_ -DMOZILLA_VERSION=\"1.9b4\" -DMOZILLA_VERSION_U=1.9b4 -DSOLARIS=1 -DNSCAP_DISABLE_DEBUG_PTR_TYPES=1 -DD_INO=d_ino -DSTDC_HEADERS=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGINFO_T=1 -DHAVE_INT16_T=1 -DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UINT_T=1 -DHAVE_UINT16_T=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_BYTEORDER_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DHAVE_DLADDR=1 -DHAVE_LIBSOCKET=1 -DFUNCPROTO=15 -DHAVE_XSHM=1 -DHAVE_FT_BITMAP_SIZE_Y_PPEM=1 -DHAVE_FT_GLYPHSLOT_EMBOLDEN=1 -DHAVE_FT_LOAD_SFNT_TABLE=1 -D_REENTRANT=1 -DHAVE_RANDOM=1 -DHAVE_STRERROR=1 -DHAVE_LCHOWN=1 -DHAVE_FCHMOD=1 -DHAVE_SNPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_RINT=1 -DHAVE_STAT64=1 -DHAVE_LSTAT64=1 -DHAVE_TRUNCATE64=1 -DHAVE_FLOCKFILE=1 -DHAVE_LOCALTIME_R=1 -DHAVE_STRTOK_R=1 -DHAVE_LANGINFO_CODESET=1 -DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_I18N_LC_MESSAGES=1 -DMOZ_EMBEDDING_LEVEL_DEFAULT=1 -DMOZ_EMBEDDING_LEVEL_BASIC=1 -DMOZ_EMBEDDING_LEVEL_MINIMAL=1 -DMOZ_PHOENIX=1 -DMOZ_BUILD_APP=browser -DMOZ_XUL_APP=1 -DMOZ_DEFAULT_TOOLKIT=\"cairo-gtk2\" -DMOZ_WIDGET_GTK2=1 -DMOZ_ENABLE_XREMOTE=1 -DMOZ_X11=1 -DMOZ_DISTRIBUTION_ID=\"org.mozilla\" -DMOZ_ENABLE_DBUS=1 -DOJI=1 -DIBMBIDI=1 -DMOZ_VIEW_SOURCE=1 -DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1 -DNS_PRINTING=1 -DNS_PRINT_PREVIEW=1 -DMOZ_NO_XPCOM_OBSOLETE=1 -DMOZ_XTF=1 -DMOZ_MATHML=1 -DMOZ_ENABLE_CANVAS=1 -DMOZ_SVG=1 -DMOZ_SVG_FOREIGNOBJECT=1 -DMOZ_UPDATE_CHANNEL=default -DMOZ_PLACES=1 -DMOZ_FEEDS=1 -DMOZ_STORAGE=1 -DMOZ_SAFE_BROWSING=1 -DMOZ_URL_CLASSIFIER=1 -DMOZ_LOGGING=1 -DMOZ_USER_DIR=\".mozilla\" -DMOZ_ENABLE_LIBXUL=1 -DHAVE_INTTYPES_H=1 -DHAVE_SYS_INT_TYPES_H=1 -DMOZ_TREE_CAIRO=1 -DHAVE_UINT64_T=1 -DMOZ_XUL=1 -DMOZ_PROFILELOCKING=1 -DMOZ_RDF=1 -DMOZ_MORKREADER=1 -DMOZ_DLL_SUFFIX=\".so\" -DXP_UNIX=1 -DUNIX_ASYNC_DNS=1 -DJS_THREADSAFE=1 -DMOZ_ACCESSIBILITY_ATK=1 -DATK_MAJOR_VERSION=1 -DATK_MINOR_VERSION=18 -DATK_REV_VERSION=0 -DMOZILLA_LOCALE_VERSION=\"1.9a1\" -DMOZILLA_REGION_VERSION=\"1.9a1\" -DMOZILLA_SKIN_VERSION=\"1.8\" /icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp
CC: Warning: -xO4 overwrites previously set optimization level of -O2
CC: Warning: -O overwrites previously set optimization level of -O4
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 335: Error: EdgePool::Block is not accessible from EdgePool::PtrInfoOrBlock.
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 340: Error: EdgePool::PtrInfoOrBlock is not accessible from EdgePool::Block.
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 347: Error: EdgePool::PtrInfoOrBlock is not accessible from EdgePool::Block.
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 349: Error: EdgePool::PtrInfoOrBlock is not accessible from EdgePool::Block.
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 364: Error: EdgePool::PtrInfoOrBlock is not accessible from EdgePool::Iterator.
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 391: Error: EdgePool::PtrInfoOrBlock is not accessible from EdgePool::Iterator.
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 507: Error: NodePool::BlockSize is not accessible from NodePool::Block.
"/icad/12/mozilla/build/mozilla/xpcom/base/nsCycleCollector.cpp", line 1181: Warning (Anachronism): Using int(*)(PLDHashTable*,const PLDHashEntryHdr*,const void*) to initialize extern "C" int(*)(PLDHashTable*,const PLDHashEntryHdr*,const void*).
7 Error(s) and 1 Warning(s) detected.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Whiteboard: reviewed
Comment 1•13 years ago
|
||
Please reopen if this is still an issue of concern.
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
•