Difference between revisions of "User:Dyrcona"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Add Colloquy transcript converter.)
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
I have started a [http://dyrcona-ooo.blogspot.com/ blog] where I'll post updates about my progress on working with OO.o and the Mac OS X native port.
 
I have started a [http://dyrcona-ooo.blogspot.com/ blog] where I'll post updates about my progress on working with OO.o and the Mac OS X native port.
  
 +
I have added a page, called [[/LeopardBuild]], with my procedures for building the native Aqua OO.o on Mac OS X Leopard. The instructions on that page are meant to supplement the [[AquaBuild]] instructions and not to serve as a replacement for them. I assume that you have already the AquaBuild instructions and understand them.
  
Below are some tips for building OO.o on Mac OS X Leopard. Soon, I'll have my complete build methodology laid out.
+
For those using Colloquy in IRC, I have a modified version of the plaintext.xsl to convert Colloquy transcripts to plaintext. This one addresses the problem that the "official" one has when the same person says more than one thing in a row. [[/Colloquy]]
 
+
One thing I do is put the following in a text file, so I can source it into my build environment before starting:
+
 
+
<pre>
+
export CCACHE_DIR="$(pwd)/.ccache"
+
export CC="ccache gcc"
+
export CXX="ccache g++"
+
export TMP=/tmp
+
export SYSTEM_OPENSSL=YES
+
export CVSROOT=:pserver:anoncvs@anoncvs.services.openoffice.org:2401/cvs
+
</pre>
+
 
+
I source the above in my DEV300_m0 directory so that the cache is stored there.
+
 
+
  
 
[[Category:Porting]]
 
[[Category:Porting]]
 
[[Category:MacOSX]]
 
[[Category:MacOSX]]
 
[[Category:Aqua]]
 
[[Category:Aqua]]

Latest revision as of 16:57, 26 March 2008

Hi, there! My name is Jason Stephenson. I am new to OpenOffice.org, but I plan to help out with the native Mac OS X port.

I have started a blog where I'll post updates about my progress on working with OO.o and the Mac OS X native port.

I have added a page, called /LeopardBuild, with my procedures for building the native Aqua OO.o on Mac OS X Leopard. The instructions on that page are meant to supplement the AquaBuild instructions and not to serve as a replacement for them. I assume that you have already the AquaBuild instructions and understand them.

For those using Colloquy in IRC, I have a modified version of the plaintext.xsl to convert Colloquy transcripts to plaintext. This one addresses the problem that the "official" one has when the same person says more than one thing in a row. /Colloquy

Personal tools