Difference between revisions of "Ooo-build/mingw32soc"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Project Status)
(Project Status)
Line 7: Line 7:
 
{|
 
{|
 
|soltools
 
|soltools
|OK
+
|Some things look broken, low priority.
 
|-
 
|-
 
|external
 
|external
Line 85: Line 85:
 
|-
 
|-
 
|cppu
 
|cppu
|In Progress
+
|OK
 +
|-
 +
|cppuhelper
 +
|OK
 +
|-
 +
|rdbmaker
 +
|OK
 +
|-
 +
|ucbhelper
 +
|OK
 +
|-
 +
|comhelper
 +
|OK
 +
|-
 +
|basegfx
 +
|OK
 +
|-
 +
|ridljar
 +
|OK
 +
|-
 +
|jurt
 +
|OK
 +
|-
 +
|jvmaccess
 +
|OK
 +
|-
 +
|bridges
 +
|In progress
 
|}
 
|}
  

Revision as of 12:54, 28 June 2009

Google Summer of Code Project: Crosscompile Win32 OOo on Linux

Setting up a build environment for OOo on Windows is a pain, requires expensive tools (at least when needing all features), and the IO performance of the used cygwin/msvs mix is rather disappointing. This task includes setting up, (if necessary) provide missing headers and tools, and actually performing a full cross build of OOo under Linux.

Project Status

soltools Some things look broken, low priority.
external OK
xml2cmp OK
sal OK
salhelper OK
vos OK
cosv OK
redland Needs fixes
MathMLDTD OK
afms OK
cppunit OK
testshl2 OK
extras OK
fondu OK
hyphen OK
icc OK
libtextcat OK
lpsolve Already broken?
msfontextract OK
store OK
registry OK
idlc OK
udkapi OK
offapi OK
codemaker OK
offuh OK
cppu OK
cppuhelper OK
rdbmaker OK
ucbhelper OK
comhelper OK
basegfx OK
ridljar OK
jurt OK
jvmaccess OK
bridges In progress

To Fix

  • Native soltools generation
  • Correct detection of system Python
  • Correct detection of system berkley db
  • Native icc tool generation
  • Native idlc generation

Show me the code!

There's a public git repository with my current development branch. To get it, you can type:

git clone git://github.com/jcorrius/go-oo-mingw32-soc.git

Personal tools