| Article: |
X11 and OpenOffice on Mac OS X | |
| Subject: | Problems getting started | |
| Date: | 2003-02-12 07:46:02 | |
| From: | parsimony | |
|
Well, I went through the prescribed steps without success and so then I tried the less prescibed steps (following the example shell commands for isolating errors-see last panel of Install Complete), still no success.
|
||
Showing messages 1 through 4 of 4.
-
Problems getting started
2004-01-07 11:34:03 anonymous2 [View]
-
Problems getting started / solved !!!
2003-06-19 07:15:22 anonymous2 [View]
go to sourceforge.com an download
XFree86_4.2.1.1.zip from this url
or look for the XonX project:
the file you need:
http://prdownloads.sourceforge.net/xonx/XFree86_4.2.1.1.zip?download
the project:
http://sourceforge.net/projects/xonx
extract and install it and
then run X11 an then type:
sh /Applications/OpenOffice.org1.0.1/program/soffice
(there is a space after sh !!!)
if this not work type this before:
setenv DYLD_LIBRARY_PATH /Applications/OpenOffice.org1.0.1/program\
:/Applications/OpenOffice.org1.0.1/program/filter:/usr/X11R6/lib
Here is the original description:
Running OpenOffice.org under XDarwin
Hardy Mayer and Ed Peterlin
1. X-windows for MacOS users
This section briefly explains some of the background needed for running the beta
version of OpenOffice.org1.0.1 (OOo) under Mac OS X (10.1 and 10.2).
In addition to a standard MacOSX installation, it may be useful to have the Development tools installed (so that you have access to a gcc compiler and some other useful tools).
You will need a current version of XFree86 and xDarwin installed which you can
download and install from the following sites:
http://www.xdarwin.org
http://sourceforge.net/projects/xonx
The main thing you need from this distribution is the X-server -- a unix program which allows you to launch various applications making use of the X11R6 windowing system --- a standard on most Unix systems, such as Linux, BSD, Solaris, HP-UX, AIX, etc.
Since we do not want X to take over the complete display, we make use of XDarwin, a Darwin interface which allows X applications to run "rootless," i. e., on top of the MacOSX display, though they will look less elegant than standard ``Aqua'' applications (no pulsing blue buttons, etc.).
In principle, one could run OOo directly under XDarwin, making use
of the supplied startup scripts.
From an active xterm:
setenv DYLD_LIBRARY_PATH /Applications/OpenOffice.org1.0.1/program\
:/Applications/OpenOffice.org1.0.1/program/filter:/usr/X11R6/lib
cd /Applications/OpenOffice.org1.0.1/program
sh soffice &
-
Problems getting started
2003-02-14 09:30:02 yvesde [View]
I got the same, I really don't know how can anyone run OpenOffice on a clean Apple 's X11 installation. OpenOffice is linked against the standard xfree86 librairies and replacing libGL.1.2.dylib from a standard install fixed that problem, if you want, I can give you the patch. Just ask:
yves@gnu-darwin.org
-
Re: Problems getting started
2003-02-12 21:21:02 o-maps [View]
Well, I'm definitely not an expert here, and I haven't tried to install X11 and OOo yet (I will, though), but here's a guess:
The OOo web site says that before installing X11 and OOo, you have to install Apple's Mac Developer Tools.
http://porting.openoffice.org/mac/ooo-osx_downloads.html#applex
I may have read somewhere that it is important (or at least desirable) to make sure it is the latest version of the developer tools (December 20002), too. The tools come on a separate CD with Jaguar, or you can download them here:
http://developer.apple.com/tools/macosxtools.html
I repeat, I'm just guessing, and would be happy to be corrected by a more knowledgeable reader.



for me it helped to remove /usr/X11R6/lib from the DYLD... path.
Ref: http://simon.urbanek.info/simon/yawe/research/other.html
Cheers,
Uwe