To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66725
------- Additional comments from [EMAIL PROTECTED] Mon Jun 26 08:56:03 -0700
2006 -------
running that command line manually:
bash-2.05$ perl -w create.pl <../unxsols4.pro/misc/testhxx.output
#!/bin/sh
my_tmp=${TMPDIR:-/tmp}/`/usr/xpg4/bin/id -u`_$$_include.cc
my_pat=`dirname $1`
my_fil=`basename $1`
my_org=${PWD}
cd $my_pat || exit 1
my_pat=`pwd`
cd $my_org || exit 1
echo "#include \"${my_pat}/${my_fil}\"" > ${my_tmp} || exit 1
CC -c -temp=/tmp -I${SOLARVERSION}/unxsols4.pro/inc/stl
-I${SOLARVERSION}/unxsols4.pro/inc/external -I${SOLARVERSION}/unxsols4.pro/inc
-I/home/pjanik/BuildDir/ooo_SRC680_m173_src/solenv/unxsols4/inc
-I/home/pjanik/BuildDir/ooo_SRC680_m173_src/solenv/inc
-I/home/pjanik/BuildDir/ooo_SRC680_m173_src/res
-I${SOLARVERSION}/unxsols4.pro/inc/stl -I/include
-I/home/pjanik/BuildDir/ooo_SRC680_m173_src/solenv/inc/Xp31 -I/usr/java/include
-I/usr/java/include/solaris -I/usr/java/include/native_threads/include
-I${SOLARVERSION}/unxsols4.pro/inc/offuh -xarch=v8plus -xO3 -xspace
-xprefetch=yes -features=no%altspell -library=no%Cstd -g0 -xs +w2
-erroff=doubunder,inllargeuse,notemsource,reftotemp -xwe -KPIC -mt -DSOLARIS
-DUNX -DVCL -DC52 -DC52 -DSPARC -DCVER=C52 -D_PTHREADS -DSYSV -DSUN -DSUN4
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX
-DCPPU_ENV=sunpro5 -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA
-DSRC680=SRC680 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o /dev/null ${my_tmp} >
${my_tmp}.out 2>&1
my_ret=$?
if [ ${my_ret} -ne 0 ] ; then echo $1 >&2 ; cat ${my_tmp}.out >&2 ; fi
unlink ${my_tmp} || exit 1
unlink ${my_tmp}.out || exit 1
exit ${my_ret}
bash-2.05$
---------------------------------------------------------------------
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]