Jochen Kuhnle wrote:
Jürgen Schmidt wrote:


you can simply download the URE and the SDK from www.openoffice.org.


This is a great staring point, but when we integrete it in our product, we would have to do our own builds from source for our compiler/platform combinations. Some of these combinations are currently unsupported in OOo. We want to extend UNO to support these, but I fear we dont't have the resources to do this for the whole of OOo ;-)

The URE is packed together (into platform-dependent format, e.g., rpm) in module instsetoo_native, the same module that OOo itself is packed together, so this module depens on virtually all other modules (as deliverables from most other modules get packed together as OOo; inter-module dependencies are specified in the first line of prj/build.lst within each module).

All the files contained in URE are listed in ure/source/README. (Almost) all of these files are delivered from some modules. So, a crude approach to building URE without building all of OOo could be as follows: From the file list at ure/source/README, identify all the modules the mentioned files are delivered from (in some cases, however, files might be renamed during deliver; prj/d.lst within each module describes what gets delivered from that module). Then, only build the necessary modules ("build --all" within such a module will build the module plus all the modules it depends on).

If you run into any trouble, don't hesitate to ask again...

-Stephan

A new SDK (related to OO2.0) is currently only as developer build available but this will change soon with OOo2.0.2


Is there a preview available, or is this in the CVS? I noticed there is a version tag UDK305...

Regards,
Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to