To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=60611 Issue #:|60611 Summary:|64bit?: linguistic: no match for ‘operator+’ in |‘ByteString' Component:|Word processor Version:|680m149 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|mru Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Sun Jan 15 23:59:22 -0800 2006 ------- On x86-64, gcc4.1, I got this the following compilation error: Making: ../unxlngx6.pro/slo/dicimp.obj g++ -Wreturn-type -fmessage-length=0 -c -I. -I. -I../inc -I../inc -I../unx/inc -I../unxlngx6.pro/inc -I. -I/local/ooo-build/ooo-build/build/src680-m149/solver/680/unxlngx6.pro/inc/stl -I/local/ooo-build/ooo-build/build/src680-m149/solver/680/unxlngx6.pro/inc/external -I/local/ooo-build/ooo-build/build/src680-m149/solver/680/unxlngx6.pro/inc -I/local/ooo-build/ooo-build/build/src680-m149/solenv/unxlngx6/inc -I/local/ooo-build/ooo-build/build/src680-m149/solenv/inc -I/local/ooo-build/ooo-build/build/src680-m149/res -I/local/ooo-build/ooo-build/build/src680-m149/solver/680/unxlngx6.pro/inc/stl -I/local/ooo-build/ooo-build/build/src680-m149/solenv/inc/Xp31 -I/usr/include -I/usr/X11R6/include -I. -I../res -I. -O2 -fno-strict-aliasing -Wuninitialized -pipe -Wno-ctor-dtor-privacy -fno-use-cxa-atexit -g -fexceptions -fno-enforce-eh-specs -fpic -DLINUX -DUNX -DVCL -DGCC -DC341 -DX86_64 -DCVER=C341 -D_USE_NAMESPACE -DNPTL -DGLIBC=2 -DX86_64 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.1.0 -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRC680=SRC680 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../unxlngx6.pro/slo/dicimp.o /local/ooo-build/ooo-build/build/src680-m149/linguistic/source/dicimp.cxx /local/ooo-build/ooo-build/build/src680-m149/linguistic/source/dicimp.cxx: In member function ‘ULONG DictionaryNeo::saveEntries(const rtl::OUString&)’: /local/ooo-build/ooo-build/build/src680-m149/linguistic/source/dicimp.cxx:433: error: no match for ‘operator+’ in ‘ByteString(((const char*)"lang: ")) + ConvertLanguageToIsoByteString(LanguageType, sal_Char)(45)’ /local/ooo-build/ooo-build/build/src680-m149/solver/680/unxlngx6.pro/inc/tools/fract.hxx:135: note: candidates are: Fraction operator+(const Fraction&, const Fraction&) /local/ooo-build/ooo-build/build/src680-m149/solver/680/unxlngx6.pro/inc/tools/gen.hxx:660: note: Rectangle operator+(const Rectangle&, const Point&) /local/ooo-build/ooo-build/build/src680-m149/solver/680/unxlngx6.pro/inc/tools/gen.hxx:202: note: Point operator+(const Point&, const Point&) dmake: Error code 1, while making '../unxlngx6.pro/slo/dicimp.obj' I'll attach a fix. --------------------------------------------------------------------- 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]
