Issue 51919 - break in transex3 ( using gcc-3.3 ) because inline XMLUtil::
Summary: break in transex3 ( using gcc-3.3 ) because inline XMLUtil::
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: 680m116
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ivo.hinkelmann
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-13 22:17 UTC by eric.bachard
Modified: 2013-08-07 15:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description eric.bachard 2005-07-13 22:17:56 UTC
Building on Linux Intel with gcc-3.3, I have a brak in transex3 :

The log :

Making: ../unxlngi4.pro/obj/helpex.obj
ccache g++ -Wuninitialized -fmessage-length=0 -c -I.  -I. -I../inc -I../inc
-I../unx/inc -I../unxlngi4.pro/inc -I.
-I/home/eric/OpenOffice.org/solver/680/unxlngi4.pro/inc/stl
-I/home/eric/OpenOffice.org/solver/680/unxlngi4.pro/inc/external
-I/home/eric/OpenOffice.org/solver/680/unxlngi4.pro/inc
-I/home/eric/OpenOffice.org/solenv/unxlngi4/inc
-I/home/eric/OpenOffice.org/solenv/inc -I/home/eric/OpenOffice.org/res
-I/home/eric/OpenOffice.org/solver/680/unxlngi4.pro/inc/stl
-I/home/eric/OpenOffice.org/solenv/inc/Xp31 -I/usr/local/j2sdk1.4.2_06/include
-I/usr/local/j2sdk1.4.2_06/include/linux
-I/usr/local/j2sdk1.4.2_06/include/native_threads/include -I/usr/X11R6/include 
   -I. -I../res -I. -O1   -pipe -mcpu=pentiumpro -Wno-ctor-dtor-privacy -include
preinclude.h -fno-exceptions    -DLINUX -DUNX -DVCL -DGCC -DC300 -DINTEL
-DGXX_INCLUDE_PATH=/usr/include/c++/3.3 -DCVER=C300 -D_USE_NAMESPACE -DGLIBC=2
-DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1
-DSTLPORT_VERSION=400 -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680 -DPRODUCT
-DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_OFF -DCUI
-DSOLAR_JAVA -DSRC680   -DYY_NEVER_INTERACTIVE=1 -DMULTITHREAD   -o
../unxlngi4.pro/obj/helpex.o /home/eric/OpenOffice.org/transex3/source/helpex.cxx
In file included from ../inc/helpmerge.hxx:63,
                 from /home/eric/OpenOffice.org/transex3/source/helpex.cxx:62:
../inc/xmlparse.hxx:363: error: declaration does not declare anything
../inc/xmlparse.hxx:363: error: storage class specified for typename
../inc/xmlparse.hxx:363: error: syntax error before `__attribute__'
dmake:  Error code 1, while making '../unxlngi4.pro/obj/helpex.obj'
'---* tg_merge.mk *---'


Looking at this line 363, I found a strange inline XMLUtil:: 

Workaround : just comment the line. (deleting XMLUtil:: is not sufficient)
Comment 1 ivo.hinkelmann 2005-07-14 15:40:02 UTC
fixed in cws l10ntoolingfixer
Comment 2 eric.bachard 2005-07-14 16:01:36 UTC
Verified with m116 Linux Intel

Thank you :-)
Comment 3 ivo.hinkelmann 2006-03-28 18:31:05 UTC
closed