Message-ID: <BF9651D8732ED311A61D00105A9CA31503514FE5@berkeley.gci.com> From: Leif Sawyer <lsawyer@gci.com> Date: Thu, 16 Nov 2000 15:55:47 -0900 Subject: OpenOffice on sparc/linux
Anybody gotten OpenOffice to compile under Sparc/Linux ?
Thought I had seen somebody make mention, so figured i'd ask as well..
This is an Ultra-2, 1024M, 1-300mhz U2 cpu
I downloaded the 609 distribution, and after installing jdk1.2.2+hotspot-vm,
I was able to start the installation process.
tcsh# cd config_office
tcsh# sparc32 ./configure
<output.. configures well. the configure/configure.in and set_soenv.1
would need to include logic for understanding sparc64 (just a few
changes) but
this makes it work anyway>
tcsh# cd ..
tcsh# sparc32 bootstrap
<output... all the audio stuff compiles cleanly, but then...
cd expat; dmake subdmake=true product="full"
generated makefile.rc detected
cd rtufiles; dmake subdmake=true subdmake="true" product="full"
generated makefile.rc detected
cd xmlparse; dmake subdmake=true subdmake="true" subdmake="true"
product="full"
------------------------------
Making: ../../../unxlngs.pro/slo/hashtable.obj
I../xmltok -DLINUX -DUNX -DVCL -DGCC -DC295 -DSPARC -DTF_UCB
-DENABLEUNICODE -DTF_SDBAPI -DCVER=C295 -DONE_LINGU -D__DMAKE -DUNIX
-DSUPD=609 -DBUILD=5717 -DSOLAR_PLUGIN -DVCL -DSO3 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOPTIMIZE -DGUI -DSRC609 -DBOOTSTRAPPER -DTF_ONE51
-DSHAREDLIB -D_DLL_ -DMULTITHREAD ../../../unxlngs.pro/slo/hashtable.o
hashtable.c
I../xmltok: Command not found.
if ( -e ../../../unxlngs.pro/slo/hashtable.o) touch
../../../unxlngs.pro/slo/hashtable.obj
------------------------------
Making: ../../../unxlngs.pro/slo/xmlparse.obj
I../xmltok -DLINUX -DUNX -DVCL -DGCC -DC295 -DSPARC -DTF_UCB
-DENABLEUNICODE -DTF_SDBAPI -DCVER=C295 -DONE_LINGU -D__DMAKE -DUNIX
-DSUPD=609 -DBUILD=5717 -DSOLAR_PLUGIN -DVCL -DSO3 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOPTIMIZE -DGUI -DSRC609 -DBOOTSTRAPPER -DTF_ONE51
-DSHAREDLIB -D_DLL_ -DMULTITHREAD ../../../unxlngs.pro/slo/xmlparse.o
xmlparse.c
I../xmltok: Command not found.
if ( -e ../../../unxlngs.pro/slo/xmlparse.o) touch
../../../unxlngs.pro/slo/xmlparse.obj
------------------------------
Making: ../../../unxlngs.pro/slo/UNICODE_hashtable.obj
I../xmltok -DLINUX -DUNX -DVCL -DGCC -DC295 -DSPARC -DTF_UCB
-DENABLEUNICODE -DTF_SDBAPI -DCVER=C295 -DONE_LINGU -D__DMAKE -DUNIX
-DSUPD=609 -DBUILD=5717 -DSOLAR_PLUGIN -DVCL -DSO3 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOPTIMIZE -DGUI -DSRC609 -DBOOTSTRAPPER -DTF_ONE51
-DXML_UNICODE -DSHAREDLIB -D_DLL_ -DMULTITHREAD
../../../unxlngs.pro/slo/UNICODE_hashtable.o hashtable.c
I../xmltok: Command not found.
if ( -e ../../../unxlngs.pro/slo/UNICODE_hashtable.o) touch
../../../unxlngs.pro/slo/UNICODE_hashtable.obj
------------------------------
Making: ../../../unxlngs.pro/slo/UNICODE_xmlparse.obj
I../xmltok -DLINUX -DUNX -DVCL -DGCC -DC295 -DSPARC -DTF_UCB
-DENABLEUNICODE -DTF_SDBAPI -DCVER=C295 -DONE_LINGU -D__DMAKE -DUNIX
-DSUPD=609 -DBUILD=5717 -DSOLAR_PLUGIN -DVCL -DSO3 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOPTIMIZE -DGUI -DSRC609 -DBOOTSTRAPPER -DTF_ONE51
-DXML_UNICODE -DSHAREDLIB -D_DLL_ -DMULTITHREAD
../../../unxlngs.pro/slo/UNICODE_xmlparse.o xmlparse.c
I../xmltok: Command not found.
if ( -e ../../../unxlngs.pro/slo/UNICODE_xmlparse.o) touch
../../../unxlngs.pro/slo/UNICODE_xmlparse.obj
------------------------------
Making: ../../../unxlngs.pro/misc/expat_xmlparse.dpc
dmake subdmake=true subdmake="true" subdmake="true" subdmake="true"
product="full" depend=t ALLDPC
Making : Dependencies
makedepn @/tmp/mkRsomLY
using:
using: ../../../unxlngs.pro/slb/ascii_expat_xmlparse.lib
------------------------------
Making: ../../../unxlngs.pro/slb/ascii_expat_xmlparse.lib
nm: ../../../unxlngs.pro/slo/hashtable.o: No such file or directory
nm: ../../../unxlngs.pro/slo/xmlparse.o: No such file or directory
dmake: Error code 2, while making
'../../../unxlngs.pro/slb/ascii_expat_xmlparse.lib'
dmake: '../../../unxlngs.pro/slb/ascii_expat_xmlparse.lib' removed.
---* TG_SLO.MK *---
dmake: Error code 255, while making 'xmlparse'
---* TG_SLO.MK *---
dmake: Error code 255, while making 'rtufiles'
---* TG_SLO.MK *---
dmake: Error code 255, while making 'expat'
---* TG_SLO.MK *---
So, it looks like the variable for the compiler is null at this point, at
least
that's my guess.. but i'm not a dmake guru, and haven't been able to figure
out where it's supposed to get passed at. Thought I'd post here before
jumping out at the OpenOffice guys.
This archive was generated by hypermail 2.1.0 : Wed Jun 06 2001 - 11:08:17 PDT