Difference between revisions of "User:Kr"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Event Driven Programming: Typo ...)
(Added GullFOSS section)
Line 14: Line 14:
 
* [[User:Kr/On Modularization]]
 
* [[User:Kr/On Modularization]]
 
* [[User:Kr/On_Streams]]
 
* [[User:Kr/On_Streams]]
 +
 +
==[http://blogs.sun.com/GullFOSS GullFOSS]==
 +
* [http://blogs.sun.com/GullFOSS/entry/my_visions My Visions]
 +
* [http://blogs.sun.com/GullFOSS/entry/odf_being_a_disruptive_technology ODF being a Disruptive Technology]
 +
* [http://blogs.sun.com/GullFOSS/entry/memory_savings_by_string_internalization Memory Savings by String internalization]
 +
* [http://blogs.sun.com/GullFOSS/entry/aawax_or_how_to_check AAWAX or How to Check Out OpenOffice.org fast]
 +
* [http://blogs.sun.com/GullFOSS/entry/updated_uno_web_pages Updated Uno Web Pages]
 +
* [http://blogs.sun.com/GullFOSS/entry/the_java_platform_becoming_open The Java platform becoming Open Source]
  
 
==Some Scripts==
 
==Some Scripts==

Revision as of 09:18, 29 July 2007

Contact

Background

Some Thoughts

GullFOSS

Some Scripts

Building OOo

Unix and relatives

./conco -v Master=SRC680 -v CWS=unomacli64

# 'create' the unowinreg.dll
touch external/unowinreg/unowinreg.dll

# configure the office to be build
cd config_office

# Linux x86
./configure --disable-mozilla --without-nas 

# Linux x64 and Java 1.6
./configure --disable-mozilla --without-nas --with-system-hsqldb

# MacOSX 
./configure --disable-mozilla --without-nas --disable-gtk --disable-gnome-vfs --disable-headless

# Win32
./configure 
 --disable-mozilla  
 --disable-directx 
 --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC"
 --with-frame-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/SDK/v2.0" 
 --with-psdk-home="/cygdrive/d/PSDK" 
 --with-midl-path="/cygdrive/d/PSDK/Bin" 
 --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC" 
 --with-jdk-home="/cygdrive/d/j2sdk1.4.2_15"  
 --with-ant-home=/cygdrive/d/apache-ant-1.7.0 
 --with-use-shell=bash
 --disable-activex

cd ..
./bootstrap

# set the environment
source <LinuxX86Env.Set>

# otherwise the smoketest does not work!
setenv PKGFORMAT rpm  

# build installation sets
cd instsetoo_native
build --all --dlv_switch -link -P10 -- -P10

Misc

My Efforts

Effort/Revise OOo Multi-Threading

Move Uno stuff into the Uno Wiki. See Uno/Effort/Migrate Documentation

  • Update udk.openoffice.org to reflect latest wiki changes.

Do a source code inventory

Some Links

Event Driven Programming

Threading

OOo

Error Handling

Software

64bits

Building

Policies

Personal tools