Difference between revisions of "O3-build"

From Apache OpenOffice Wiki
Jump to: navigation, search
(open problems)
(open problems)
Line 36: Line 36:
 
* nas: imake is calling plain gcc not $CC (solved by adding gcc (2.95.3)
 
* nas: imake is calling plain gcc not $CC (solved by adding gcc (2.95.3)
 
* /o3/lx_ia32/lib must not be in LD_LIBRARY_PATH
 
* /o3/lx_ia32/lib must not be in LD_LIBRARY_PATH
* sal/util: symbol _errno, version GLIBC_2.0 not defined in file libc.so.6 (on SLED10)
+
* -L/o3/lx_ia32/lib must not be in LDFLAGS where checkdll is used
  
 
=== open todos ===
 
=== open todos ===

Revision as of 09:08, 11 October 2006

O3 Build

O3 Build CD should enable new developers of OpenOffice.org to start with Development for OpenOffice.org without the need to take care of every prerequiste the OpenOffice.org build system needs. It also comes with a glibc 2.24 installed which allows the created executables to run on almost every Linux system.

Objective: mount cd to /o3

modify and execute for Linux /o3/lx_ia32/setgulls (add the path to OOo source tree)

and enjoy !!

download

http://ooo.services.openoffice.org/pub/OpenOffice.org/cws/upload/o3/

new in 20061006:

  • added OpenOffice.org 2.0.4rc4 install in /o3/lx_ia32/Office
  • added SDK in /o3/lx_ia32/Office_SDK
  • added libz.so
  • added cvs-1.12
  • added gdb 6.5

new in 20061008:

  • added missing Linux kernel includes
  • added pam header files
  • added cups header files
  • added gcc (2.95.3)
  • added vim 7.0
  • added emacs 21.4

open problems

  • Xinerama check fails, libXinerama is static library, configure script is missing -lX11 library
  • nas: imake is calling plain gcc not $CC (solved by adding gcc (2.95.3)
  • /o3/lx_ia32/lib must not be in LD_LIBRARY_PATH
  • -L/o3/lx_ia32/lib must not be in LDFLAGS where checkdll is used

open todos

  • add source tar ball
  • add index.html and documentation
  • add Win32 Version
Personal tools