Difference between revisions of "Documentation/Building Guide/Building on MacOSX/Known build issues"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 1: Line 1:
'''Note : Most of the described issues below are deprecated''
 
  
 
'''(deprecated) m200''': Breakage in instsetoo_native
 
 
See [http://eric.bachard.free.fr/mac/aquavcl/patches/m200_aquavcl01/instsetoo_native_util_makefile.mk.diff  Fix for instsetoo_native breakage]
 
 
how apply the patch ?
 
 
Place it in <install_dir>/instsetoo_native/util
 
 
type:
 
 
patch -p0<instsetoo_native_util_makefile.mk.diff
 
 
 
m196:  Breakage in pyuno
 
 
See [http://www.openoffice.org/issues/show_bug.cgi?id=72372 pyuno not found]
 
 
'''Workaround''': 
 
 
<pre>
 
1) either use the patch provided in issue 72372
 
 
2) or simply do (in the same terminal, or please source the environment before):
 
 
cd bridges
 
build && deliver
 
cd ../pyuno
 
build && deliver
 
 
-> pyuno should build without any problem
 
 
cd .. && dmake
 
 
will complete your build
 
 
</pre>
 
[[User:Ericb|Ericb]] 21:43, 11 April 2007 (CEST)
 

Revision as of 08:23, 28 April 2007

Personal tools