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

From Apache OpenOffice Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Note : Most of the described issues below are deprecated''
 
  
 
+
[[Category:Aqua]][[Category:Build_System]]
'''(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)
+

Latest revision as of 13:30, 23 February 2012

Personal tools