[dev] Re: Cannot save using localized build

2008-08-19 Thread Huda Sarfraz
Hi, Sorry about multiple posts again, but we have solved this problem and I thought I should reply here as well for the record. We modified the configure script to explicitly add the jdk path, here is the new script, and the build produced from this script saves .odt documents as expected:

[dev] Padding, Bjorn is out of the office.

2008-08-19 Thread Bjorn Padding
I will be out of the office starting 08/19/2008 and will not return until 09/02/2008. For urgent matters please contact the QAD helpdesk. Regards, Bjorn Padding - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[dev] cannot find -lembed_base_s / skipping incompatible libembed_base_s.a

2008-08-19 Thread Ulf Wendel
Hi! Any hints how to solve the following compile problem with OOo 3.0 M28 on SuSE 10.3, x86_64? Making: ../../../unxlngx6.pro/lib/libmozabdrv2.so g++ -Wl,-z,combreloc -Wl,-rpath,'$ORIGIN:$ORIGIN/../ure-link/lib' -shared -Wl,-O1 -Wl,--version-script

Re: [dev] NetBeans setup for sdk

2008-08-19 Thread Steffen Grund
Hi Terrence, when you check out the sources and build the project, you're at your own risk - this is work in progress and you cannot be sure that you get a version that works at all. To be on the safe side, look for the tagged version 1.1.3. But you do not have to build it yourself at all,

[dev] sandbox java errors during compile @ SuSE 11.0 @ javac = gcc 4.3.1 @ i386

2008-08-19 Thread Ulf Wendel
Hi! Any hints on building OOo 3.0 M28 @ SuSE 11.0 ? ./configure --disable-build-mozilla --disable-mediawiki --with-use-shell=bash [...] Building module sandbox /home/nixnutz/oo.org-m28/sandbox/com/sun/star/lib/sandbox mkout -- version: 1.8 Making dpj... /usr/bin/javac -classpath

[dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread Ulf Wendel
Hi! Any hints on this compile error ? CC=cc CXX=CC ./configure --disable-build-mozilla --disable-mediawiki --with-use-shell=bash --with-jdk-home=/usr/jdk/latest/ --with-system-curl --without-java --with-epm=internal --with-system-libxml --with-system-python [...] Building module hsqldb

[dev] Compiling on OpenSolaris: GNU make a must?

2008-08-19 Thread Ulf Wendel
Hi! I was trying to make OOo use the Solaris compiler using CC=cc CXX=CC ./configure [...] and thought it would be fine to use the Sun make utility from the SUNWsprot package as well. After configure source, the Sun make (/usr/ccs/bin/make) was in my PATH and OOo/dmake have been using it.

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread David Tardon
Hello. On Tue, Aug 19, 2008 at 10:41:51AM +0200, Ulf Wendel wrote: Hi! Any hints on this compile error ? CC=cc CXX=CC ./configure --disable-build-mozilla --disable-mediawiki --with-use-shell=bash --with-jdk-home=/usr/jdk/latest/ --with-system-curl --without-java --with-epm=internal

[dev] Support

2008-08-19 Thread Vaibhav Nagar
Hi There, This is Vaibhav Nagar, i am software developer by profession and I want to create components for openoffice using vb.net so i s there any pakage or dll which i can use for this.i have searched a lot on web but didn't get any idea about openoffice with .net. -- Thanks

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread Ulf Wendel
Hi David! David Tardon schrieb: If through CVS, it's possible you haven't got everything needed. Look into external/common if there is apache-ant-1.7.0 subdirectory there. If not, checkout it and repeat the build. I have used CVS. There seems to be no directory external/common in my CWS.

Re: [dev] sandbox java errors during compile @ SuSE 11.0 @ javac = gcc 4.3.1 @ i386

2008-08-19 Thread Ulf Wendel
Ulf Wendel schrieb: Any hints on building OOo 3.0 M28 @ SuSE 11.0 ? ... the obvious solution is stay away from the GNU Java stuff that SuSE 11 installs by default. However, it would be nice if OpenOffice would bail during configure, if its possible to detect the GNU stuff somehow. Ulf

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread Christian Lohmaier
Hi Ulf, *, On Tue, Aug 19, 2008 at 10:41 AM, Ulf Wendel [EMAIL PROTECTED] wrote: Any hints on this compile error ? This: --with-jdk-home=/usr/jdk/latest/ in combination with: --without-java Is pretty pointless, isn't it? --with-epm=internal --with-system-libxml --with-system-python

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread tora - Takamichi Akiyama
Hi, Ulf Wendel wrote: cd ./unxsoli4.pro/misc/build/hsqldb/ /export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant -Dbuild.label=build-300m28(Build:9337) -f build/build.xml jar touch /export/home/nixnutz/oo.org-m28/hsqldb/./unxsoli4.pro/misc/build/so_built_so_hsqldb

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread tora - Takamichi Akiyama
P.S. If you run ./configure in the directory config_office again, 1. Open a new Terminal Emulator or remotely log into the machine. 2. cd /xxx/config_office 3. ./configure ... Since, if you have already executed . SolarisX86Env.Set.sh in one terminal emulator, lots of environment variables are

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread Ulf Wendel
Christian Lohmaier schrieb: Hi Ulf, *, On Tue, Aug 19, 2008 at 10:41 AM, Ulf Wendel [EMAIL PROTECTED] wrote: Any hints on this compile error ? This: --with-jdk-home=/usr/jdk/latest/ in combination with: --without-java Is pretty pointless, isn't it? Blame me, I'm doing some try

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread tora - Takamichi Akiyama
Ulf Wendel wrote: Regarding ant: I've added it manually to my source tree. It seems not to be part of my CVS repro. Try to use --with-ant-home= for ./configure, instead, since Ant is a tool to build some modules of OOo, not a source code of OOo. IMHO, It should not be in your source tree.

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread Ulf Wendel
Most helpful Tora! tora - Takamichi Akiyama schrieb: Ulf Wendel wrote: cd ./unxsoli4.pro/misc/build/hsqldb/ /export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant -Dbuild.label=build-300m28(Build:9337) -f build/build.xml jar touch

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread Ulf Wendel
tora - Takamichi Akiyama schrieb: Ulf Wendel wrote: Regarding ant: I've added it manually to my source tree. It seems not to be part of my CVS repro. Try to use --with-ant-home= for ./configure, instead, since Ant is a tool to build some modules of OOo, not a source code of OOo. IMHO, It

Re: [dev] sandbox java errors during compile @ SuSE 11.0 @ javac = gcc 4.3.1 @ i386

2008-08-19 Thread Ulf Wendel
Caolan McNamara schrieb: On Tue, 2008-08-19 at 13:33 +0200, Ulf Wendel wrote: Ulf Wendel schrieb: Any hints on building OOo 3.0 M28 @ SuSE 11.0 ? ... the obvious solution is stay away from the GNU Java stuff that SuSE 11 installs by default. However, it would be nice if OpenOffice would bail

[dev] Could not open include file jni.h. @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread Ulf Wendel
Hi, after solving my little ant issue I ran into could not open jni.h. Google told me that I should set additional include directories through CPPFLAGS. That did not work out :(. The compiler call show -INO_JAVA_HOME/include/solaris. Is that because of --without-java, do I have to set

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread tora - Takamichi Akiyama
Ulf Wendel wrote: I do have SUNWant installed (/usr/sft/lib/ant, /usr/sfw/bin/ant, ...). However, I did not set --with-[ant-something] when configuring OOo. I ended up downloading ant and putting it in external/common/ . That worked more or less flawless. The ant script

[dev] Issue 92927

2008-08-19 Thread Mike Hall
I'd like to nominate this as a stopper for 3.0. -- Mike Hall www.onepoyle.net

Re: [dev] sandbox java errors during compile @ SuSE 11.0 @ javac = gcc 4.3.1 @ i386

2008-08-19 Thread tora - Takamichi Akiyama
Ulf Wendel wrote: I need to set up a new VMware box to answer this question. If you do not need to stick on any certain Linux distributions, there is a recommendation among them. It is Fedora Core 4. For details, see [1]. The wiki page, however, is written for OOo 2.x, not 3.x, but it could

Re: [dev] Could not open include file jni.h. @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread Christian Lohmaier
Hi *, On Tue, Aug 19, 2008 at 10:05 PM, tora - Takamichi Akiyama [EMAIL PROTECTED] wrote: [...] I recommend JDK 1.4.1_03 since it has been absolutely used by the release engineer of OpenOffice.org for years. No, use JDK 1.5, the baseline will be raised shortly. 1.4 will no longer work. ciao

Re: [dev] Could not open include file jni.h. @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread tora - Takamichi Akiyama
Christian Lohmaier wrote: No, use JDK 1.5, the baseline will be raised shortly. 1.4 will no longer work. Thank you for the invaluable information! I will follow that. Tora - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [dev] Compile error: external/common/apache-ant[...] not found @ OpenSolaris snv 95

2008-08-19 Thread tora - Takamichi Akiyama
Hi, Ulf Wendel wrote: tora - Takamichi Akiyama schrieb: Ulf Wendel wrote: Regarding ant: I've added it manually to my source tree. It seems not to be part of my CVS repro. Try to use --with-ant-home= for ./configure, instead, since Ant is a tool to build some modules of OOo, not a source

Re: [dev] Issue 92927

2008-08-19 Thread Frank Meies
Hi Mike, On 08/19/08 22:18, Mike Hall wrote: I'd like to nominate this as a stopper for 3.0. I forwarded your request to [EMAIL PROTECTED] Best regards, Frank -- Frank Meies (fme) - OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS