Difference between revisions of "OOo Mac Build"

From CDOT Wiki
Jump to: navigation, search
(Configuring The Source)
(Configuring The Source)
Line 22: Line 22:
  
 
== Configuring The Source ==
 
== Configuring The Source ==
* apply the following patch to your tree [http://eric.bachard.free.fr/mac/aquavcl/patches/aqua_November_2008/26th_november/moz2seamonkey_connectivity.diff patch for moz2seamonkey zipped archives]
+
* Apply the following patch to your tree [http://eric.bachard.free.fr/mac/aquavcl/patches/aqua_November_2008/26th_november/moz2seamonkey_connectivity.diff patch for moz2seamonkey zipped archives]
 +
<pre>
 +
 
 +
cp moz2seamonkey_connectivity.diff  DEV300_m40
 +
cd DEV300_m40
 +
 
 +
Fake the patch application :
 +
 +
patch --dry-run -p0 < moz2seamonkey_connectivity.diff
 +
 
 +
And if nothing wrong occurs, apply it for true :
 +
 
 +
patch -p0 < moz2seamonkey_connectivity.diff
 +
 
 +
</pre>
  
 
== Setting Environment Variables ==
 
== Setting Environment Variables ==

Revision as of 17:56, 4 February 2009

Openoffice.org Fedora Build

  • Resources
CDOT Computer Status - Who is working where
Student Name CDOT Computer Name Operation Status
Daeseon Moon (irc:Daeseon) Russia building DEV41

Getting the Source

OpenOffice Max OS X AquaBuild instructions

Setting C and C++ compilers

  • Bash shell
    • Without ccache
      • export CC=gcc
      • export CXX=g++
    • With ccache
      • export CC="ccache gcc"
      • export CXX="ccache g++"

Configuring The Source


cp moz2seamonkey_connectivity.diff   DEV300_m40
cd DEV300_m40

Fake the patch application :
 
patch --dry-run -p0 < moz2seamonkey_connectivity.diff

And if nothing wrong occurs, apply it for true :

patch -p0 < moz2seamonkey_connectivity.diff

Setting Environment Variables

Bootstrapping

Build