[dev] Differences between release candidate, development build, and final

2008-08-12 Thread Andrew Douglas Pitonyak
Neither the development builds, nor the beta builds, have GUI integration for Linux. Will the release candidate have GUI integration? I would like some better screen shots and instructions for an installation article, and I would like to report an expected timeline to the publisher. Based

Re: [dev] Debugging OOo

2008-08-12 Thread Hubert Figuiere
Michael Strobel wrote: Hi All, Which way do you debug OOo? I currently wanted to perform a full build of OOo 2.4 with debug=true, but ran into multiple problems e.g. during packing of the install set under .../instset_native, while there are no problems with the build when I don't set debug=t

Re: [dev] Debugging OOo

2008-08-12 Thread Caolan McNamara
On Wed, 2008-08-13 at 02:11 +0200, Michael Strobel wrote: > Hi All, > > Adding debug symbols to certain modules of OOo would satisfiy my needs. If you configure with --enable-symbols OOo is built with -g which is sufficient to debug it. Alternatively you can e.g. just whack export ARCH_FLAGS=-g

[dev] Debugging OOo

2008-08-12 Thread Michael Strobel
Hi All, Which way do you debug OOo? I currently wanted to perform a full build of OOo 2.4 with debug=true, but ran into multiple problems e.g. during packing of the install set under .../instset_native, while there are no problems with the build when I don't set debug=true. Adding debug symbo

Re: [dev] NetBeans setup for sdk

2008-08-12 Thread Terrence Enger
On Thu, 2008-07-03 at 10:07 +0200, Juergen Schmidt wrote: > Hi Terrence, > > the NB plugin as well the SDK are currently not working with the new > OO.org 3.0. Because of a completely new structure both the plugin and > the SDK have to changed or adapted. We are currently working on it and > yo

Re: [dev] Compiling OOo 3.0 m28 @ OpenSolaris snv_94

2008-08-12 Thread Ulf Wendel
Christian Lohmaier schrieb: checking for cc... /opt/SunStudioExpress/bin//cc checking the SunStudio C/C++ compiler version... configure: error: found version "5.10", use version 5.5, 5.7, 5.8 or 5.9 of the SunStudio C/C++ compiler The configure check is like that: _sunstudio_minor=`echo $_sunst

Re: [dev] Compiling OOo 3.0 m28 @ OpenSolaris snv_94

2008-08-12 Thread Christian Lohmaier
Hi Ulf, *, On Tue, Aug 12, 2008 at 3:45 PM, Ulf Wendel <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~/oo.org-m28/config_office$ cc -V > cc: Sun Ceres C 5.10 SunOS_i386 2008/04/04 > usage: cc [ options] files. Use 'cc -flags' for details > > But OpenOffice wants an older version: I doubt that.

[dev] Compiling OOo 3.0 m28 @ OpenSolaris snv_94

2008-08-12 Thread Ulf Wendel
Hi, any hints how to solve the below compile problem? Or any hints how to compile OOo [3.0 m28] on OpenSolaris in general? If one does not set CC=cc, OpenOffice seems to prefer GCC even if I set PATH like /opt/SunStudioExpress/bin:/usr/local/bin/:/usr/bin and cc (Sun Ceres C) is the first co

Re: [dev] Fw: [saxon] Saxon9 and OpenOffice 2.4

2008-08-12 Thread Steffen Grund
Hi Agnisys, the Saxon.jar must be present in your extension - best way to add it during creation of the extension with a zip command. Additionally, the "Class-Path:" entry in the manifest file of your .jar must reference the saxon9.jar file. Do you use NetBeans to create the extension? Hope