To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55286





------- Additional comments from [EMAIL PROTECTED] Mon Oct 31 06:11:21 -0800 
2005 -------
when I changed:

inline ostream &
Cout() { return csv::Cout(); }
inline ostream &
Cerr() { return csv::Cerr(); }

into:

inline std::ostream &
Cout() { return csv::Cout(); }
inline std::ostream &
Cerr() { return csv::Cerr(); }

in file udm/source/inc/precomp.h 
udm was compiled without any problems.

But in autodoc is the same problem:

=============
Building project autodoc
=============
/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/autodoc/source/ary/cpp
mkout -- version: 1.5
------------------------------
Making: ../../../unxlngi6.pro/misc/ary_cpp.dpc
dmake subdmake=true  -f makefile.mk product="full" depend=t ALLDPC
Making : Dependencies
touch ../../../unxlngi6.pro/misc/ary_cpp.dpc
------------------------------
Making: ../../../unxlngi6.pro/obj/c_class.obj
g++ -Wreturn-type -fmessage-length=0 -c -I.  -I. -I../inc -I../../../source/inc
-I../../../inc -I../../../unx/inc -I../../../unxlngi6.pro/inc -I.
-I/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/solver/680/unxlngi6.pro/inc/stl
-I/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/solver/680/unxlngi6.pro/inc/external
-I/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/solver/680/unxlngi6.pro/inc
-I/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/solenv/unxlngi6/inc
-I/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/solenv/inc
-I/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/res -I/usr/local//stlport
-I/usr/local//include/stlport -I/usr/local//include/stlport
-I/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/solenv/inc/Xp31
-INO_JAVA_HOME/include -INO_JAVA_HOME/include/linux
-INO_JAVA_HOME/include/native_threads/include -I/usr/X11R6/include     -I.
-I../../../res -I. -Os -fno-strict-aliasing -Wuninitialized   -pipe
-mtune=pentiumpro -Wno-ctor-dtor-privacy -fexceptions -fno-enforce-eh-specs 
-frtti   -DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL
-DGXX_INCLUDE_PATH=/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../include/c++/3.4.4
-DCVER=C341 -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_ON -DCUI -DSRC680   -DMULTITHREAD   -o
../../../unxlngi6.pro/obj/c_class.o
/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/autodoc/source/ary/cpp/c_class.cxx
In file included from
/notslack/compiled/CVS-VERSION/OOo/OOo31.10.2005/autodoc/source/ary/cpp/c_class.cxx:36:
../../../source/inc/precomp.h:76: error: expected init-declarator before '&' 
token
../../../source/inc/precomp.h:76: error: expected `,' or `;' before '&' token
../../../source/inc/precomp.h:84: error: expected init-declarator before '&' 
token
../../../source/inc/precomp.h:84: error: expected `,' or `;' before '&' token
dmake:  Error code 1, while making '../../../unxlngi6.pro/obj/c_class.obj'
'---* tg_merge.mk *---'

It seems to me that is necessary to change 'inline ostream &' into 'inline
std::ostream &' in many *.h files.

---------------------------------------------------------------------
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]

Reply via email to