Greetings,
firstly I am running a bash scrpt named officeMAKETEST to attempt
compiling openoffice OOO330_m2. I have encountered 2 problems: -
Problem 1:
if I have --enable-kde4 in the configue options, the configue program
refuses to find qt4 headers.
I have done (a) export $QT4DIR and $QT4DIR/bin at head of PATH before
./configure (b) CPPFLAGS="-L/$QT4DIR/lib -L$KDEDIR/lib" CPPFLAGS="-I$QT4DIR -
I$KDEDIR" after ./configure and both attempts made no difference
Problem2:
Without --enable-kde4 running the configure part of the script yields
****************************************************************************
*
* OpenOffice.org 330 configuration.
*
*
* Configuration part of OpenOffice.org 330 build is finished.
*
* NB! Be aware that you might not be able to build OpenOffice.org if you
* ignore any warning message that were generated during this configuration
* process.
*
*
* USAGE:
* Source LinuxX86-64Env.Set (in tcsh) or LinuxX86-64Env.Set.sh (in sh)
* in order to set up the build-environment variables.
*
*
****************************************************************************
Configure completed
You may now run ./bootstrap in $SOURCES/00330Build/OOO330_m2
the script then does :
cd $SOURCES/OOO330_m2/00330Build
sh bootstrap
source LinuxX86-64Env.Set.sh
########## invoking output ending like so:-
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -
I./unix/linux/gnu -I./unix/linux -I./unix -g -O2 -MT unix/tempnam.o -MD -
MP -MF "$depbase.Tpo" -c -o unix/tempnam.o unix/tempnam.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo";
exit
1; fi
gcc -g -O2 -o dmake infer.o make.o stat.o expand.o dmstring.o hash.o dag.o
dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o dmdump.o
macparse.o rulparse.o percent.o function.o unix/arlib.o unix/dcache.o
unix/dirbrk.o unix/rmprq.o unix/ruletab.o unix/runargv.o unix/tempnam.o
make[2]: Leaving directory `$SOURCES/00330Build/OOO330_m2/dmake'
make[1]: Leaving directory `$SOURCES/00330Build/OOO330_m2/dmake'
dmake has been successfully built
the script then does-- cd instsetoo_native && build --all
############ but this results in output ending like so:-
dmake copied to $SOURCES/00330Build/OOO330_m2/solenv/unxlngx6/bin/dmake
$SCRIPTS/office/TEST/officeMAKETEST: line 176: source: LinuxX86-64Env.Set.sh:
file not found
Can't locate R/Dcf.pm in @INC (@INC contains: /usr/lib/perl5/5.10.1/x86_64-
linux-thread-multi /usr/lib/perl5/5.10.1
/usr/lib/perl5/site_perl/5.10.1/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.10.1 .) at /usr/local/R-2.11.1/lib64/R/bin/build
line 29.
BEGIN failed--compilation aborted at /usr/local/R-2.11.1/lib64/R/bin/build
line 29.
##########
I have had no such problems with perl before and I am perplexed on what
R-2.11.1 has to do with compiling OOO330_m2
help/advice would be appreciated.
luxInteg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]