To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42650 Issue #:|42650 Summary:|gcc 3.3 parser error in sw/inc/dbgoutsw.hxx when |building with --enable-debug Component:|Word processor Version:|680m78 Platform:|Macintosh URL:| OS/Version:|Mac OS X Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P1 Subcomponent:|code Assigned to:|mru Reported by:|fheckl
------- Additional comments from [EMAIL PROTECTED] Sat Feb 12 16:07:16 -0800 2005 ------- The output log is: Making: ../../../unxmacxp.pro/slo/edtdd.obj ccache g++ -fsigned-char -fmessage-length=0 -malign-natural -c -I. -I. -I../inc -I../../../inc -I../../ ../unx/inc -I../../../unxmacxp.pro/inc -I. -I/Volumes/TestDrive/m78/solver/680/unxmacxp.pro/inc/ stl -I/Volumes/TestDrive/m78/solver/680/unxmacxp.pro/inc/external -I/Volumes/TestDrive/m78/ solver/680/unxmacxp.pro/inc -I/Volumes/TestDrive/m78/solenv/unxmacxp/inc -I/Volumes/ TestDrive/m78/solenv/inc -I/Volumes/TestDrive/m78/res -I/Volumes/TestDrive/m78/solver/680/ unxmacxp.pro/inc/stl -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -I/System/Library/Frameworks/JavaVM.framework/Headers -I/usr/X11R6/include -I/usr/X11R6/ include/freetype2 -I. -I../../../res -I. -g -O0 -pipe -malign-natural -fsigned-char -Wno-long- double -Wno-ctor-dtor-privacy -fno-exceptions -fPIC -fno-common -DMACOSX -DUNX -DVCL -DGCC -DC300 -DPOWERPC -DGXX_INCLUDE_PATH=/usr/include/gcc/darwin/3.3/c++ -DCVER=C300 -D_USE_NAMESPACE -DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DPOWERPC -DPPC -DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DX_LOCALE -DNO_AUDIO -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680 -DDEBUG -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=2 -DEXCEPTIONS_OFF -DCUI -DSOLAR_JAVA -DSRC680 -DBUILD_OS_APPLEOSX -DBUILD_OS_MAJOR=10 -DBUILD_OS_MINOR=3 -DBUILD_OS_REV=7 -DNUM_RELSPACE -DVERTICAL_LAYOUT -DACCESSIBLE_LAYOUT -DBIDI -DSW_DLLIMPLEMENTATION -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../../unxmacxp.pro/slo/edtdd.o /Volumes/TestDrive/m78/sw/ source/ui/docvw/edtdd.cxx In file included from /Volumes/TestDrive/m78/sw/source/ui/docvw/edtdd.cxx:127: ../../../inc/dbgoutsw.hxx:116: error: parse error before `&' token dmake: Error code 1, while making '../../../unxmacxp.pro/slo/edtdd.obj' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /Volumes/TestDrive/m78/sw/source/ui/docvw dbgoutsw.hxx:116 looks like this: const char * dbg_out(const SwFrmFmts & rFrmFmts); Looking at the class declarations at the start of this file there is no SwFrmFmts, however in line there is: class SwFrmFmt; So I guess that the 's' should be removed in the function declaration. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
