Re: [dev] break iteration

2008-08-19 Thread Thomas Lange - Sun Germany - ham02 - Hamburg

Hello Jens,

> Hello,
> 
> we want to implement break iteration for Khmer in OpenOffice. We created a 
> patch for ICU to implement a dictionary base breakiterator and so far this 
> seems to work for line breaking.
> Unfortunately it is not working for word breaking. :-(
> 
> From the code in OOo we got the impression that for word breaking always rule 
> based iterators are used. 
> 
> Has anyone experience in this field and can tell us what we need to do in 
> order to use an iterator from ICU for word breaking?

Please contact Karl Hong (Karl Hong <[EMAIL PROTECTED]>) he implemented
the breakiterator in i18npool and is probably the most familiar with the
ICU.

Regards,
Thomas


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



[dev] break iteration

2008-08-19 Thread Jens Herden
Hello,

we want to implement break iteration for Khmer in OpenOffice. We created a 
patch for ICU to implement a dictionary base breakiterator and so far this 
seems to work for line breaking.
Unfortunately it is not working for word breaking. :-(

From the code in OOo we got the impression that for word breaking always rule 
based iterators are used. 

Has anyone experience in this field and can tell us what we need to do in 
order to use an iterator from ICU for word breaking?

Thanks
Jens

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



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

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



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 code of
>> OOo.
>> IMHO, It should not be in your source tree.
>
> I'm not strict about that. Considering the amount of (external)
> libraries bundled with OOo, I don't mind to see ant bundled as well. In
> the end all I'd like to see is a configure warning (if that's possible
> at all - I don't know!) ...

It is absolutely up to you. :-)

What i wanted to mention was:

What do you want to do if you are building several versions such as
/export/home/nixnutz/oo.org-m28/
/export/home/nixnutz/oo.org-m29/
/export/home/nixnutz/oo.org-m30/

Do you want to install Ant every time to every directory or once to
your system?

If i were you, I installed Ant to the system and pointed to it by the
option --with-ant-home=. That is why such an option is offered. Right?

Ciao,
Tora


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



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 additional commands, e-mail: [EMAIL PROTECTED]



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
Christian

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



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 be applied to both.

[1] 
http://wiki.services.openoffice.org/wiki/Build_Environment_Running_on_Fedora_Core_4

Best,
Tora


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



[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] Could not open include file "jni.h". @ OOo 3.0 M28 @ OpenSolaris svn 95

2008-08-19 Thread tora - Takamichi Akiyama

Ulf Wendel wrote:
> after solving my little ant issue I ran into "could not open jni.h".

How about use of --with-jdk-home=/usr/j2se or like that?

find /usr/j* -name jni.h
/usr/j2se/include/jni.h
/usr/jdk/instances/jdk1.5.0/include/jni.h
/usr/jdk/instances/jdk1.6.0/include/jni.h

I recommend JDK 1.4.1_03 since it has been absolutely used
by the release engineer of OpenOffice.org for years.

http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers
http://java.sun.com/products/archive/j2se/1.4.1_03/index.html

Best,
Tora

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



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 external/common/.../bin/ant 
first bailed a bit at me stating that it could not find javac in 
NO_JAVA_HOME/bin/javac (or something similar, I don't recall). But that 
got solved by export JAVACMD=/usr/bin/java .


Hmm, Almost!

apache-ant-1.7.0/ has bin, lib, etc, ... in its directory; while

/usr/sbin/pkgchk -v SUNWant 2>&1 | less
/usr/sfw/bin/ant
...
/usr/sfw/lib/ant/ant-antlr.jar
...

Their directory structures slightly differ.
That means that downloading Ant could be safer than using the one
embedded in the Solaris for building modules of OOo.


export PATH=/usr/sbin:/usr/bin:/opt/SUNWspro/bin:/usr/sfw/bin:/opt/sfw/bin:/usr/ccs/bin 


Ok, similar, not exactly the same one I use... (see below)


export CC=/usr/sfw/bin/gcc


Please tell me about this one! I am still trying to compile it with the 
Sun compilers. I don't trust the GCC that comes with OpenSolaris. Its 
build against Sun ld and Sun ar. That caused some pain.


It's just for compilation of Perl modules.

The gcc bundled in OpenSolaris seems to use

/usr/sbin/pkgchk -v SUNWgcc 2>&1 | grep /usr/sfw/bin/
/usr/sfw/bin/gcc

/usr/sbin/pkgchk -l -p /usr/sfw/bin/gld
...
SUNWbinutils
...

/usr/sbin/pkgchk -v SUNWbinutils 2>&1 | grep /usr/sfw/bin/
/usr/sfw/bin/gar   ... for GNU ar
...
/usr/sfw/bin/gld   ... for GNU ld
...

man -M /usr/sfw/man gld
NAME
 ld - Using LD, the GNU linker

Look at the PATH above again, /usr/sfw/bin is prior to /usr/ccs/bin
/usr/ccs/bin/ld
/usr/ccs/bin/ar

How about use of an appropriate compiler since Perl modules are probably
expected to be compiled with well-known, widely-used compilers, gcc?

However, that does not matter. it just for a tool, not a binary of OOo.


My current issue is on jni.h. I'm trying to pass additional CPPFLAGS but 
maybe its just about this --without-java vs. --with-jdk-home.


Why don't you simply use Java? Any problem with Java?
Nowadays, some parts of OOo rely on Java. Omitting Java would break
some functionalities of OOo. Don't you think so?

Best,
Tora




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



[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 NO_JAVA_HOME?



CC=cc CXX=CC ./configure CPPFLAGS="-I/usr/jdk/latest/include/ 
-I/usr/jdk/latest/include/solaris" --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 
--with-ant-home=/usr/bin


[...]

Making: ../unxsoli4.pro/slo/classpath.obj
CC   -c -temp=/tmp -xarch=generic -xO3 -xspace   -I. 
-I../unxsoli4.pro/inc/jvmaccess -I../inc -I../inc/pch -I../inc 
-I../unx/inc -I../unxsoli4.pro/inc -I. 
-I/export/home/nixnutz/oo.org-m28/solver/300/unxsoli4.pro/inc/stl 
-I/export/home/nixnutz/oo.org-m28/solver/300/unxsoli4.pro/inc/external 
-I/export/home/nixnutz/oo.org-m28/solver/300/unxsoli4.pro/inc 
-I/export/home/nixnutz/oo.org-m28/solenv/unxsoli4/inc 
-I/export/home/nixnutz/oo.org-m28/solenv/inc 
-I/export/home/nixnutz/oo.org-m28/res 
-I/export/home/nixnutz/oo.org-m28/solver/300/unxsoli4.pro/inc/stl 
-I/include -I/export/home/nixnutz/oo.org-m28/solenv/inc/Xp31 
-INO_JAVA_HOME/include -INO_JAVA_HOME/include/solaris 
-INO_JAVA_HOME/include/native_threads/include 
-I/export/home/nixnutz/oo.org-m28/solver/300/unxsoli4.pro/inc/offuh -I. 
-I../res -I. -features=no%altspell -library=no%Cstd  +w2 
-erroff=doubunder,identexpected,inllargeuse,inllargeint,notemsource,reftotemp,truncwarn 
  -KPIC -mt -DSOLARIS -DUNX -DVCL -DC52 -DC52 -DINTEL -DCVER=C52 
-D_PTHREADS -DSYSV -DSUN -DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS 
-DSTLPORT_VERSION=400 -D__DMAKE -DUNIX -DCPPU_ENV=sunpro5 -DSUPD=300 
-DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI 
-DSOLAR_JAVA   -DSHAREDLIB -D_DLL_-DEXCEPTIONS_ON  -o 
../unxsoli4.pro/slo/classpath.o 
/export/home/nixnutz/oo.org-m28/jvmaccess/source/classpath.cxx
"../inc/jvmaccess/classpath.hxx", line 38: Error: Could not open include 
file "jni.h".
"../inc/jvmaccess/classpath.hxx", line 82: Error: jobjectArray is not 
defined.
"../inc/jvmaccess/classpath.hxx", line 83: Error: "inline" is not 
allowed here.
"../inc/jvmaccess/classpath.hxx", line 83: Error: "," expected instead 
of "(".
"../inc/jvmaccess/classpath.hxx", line 119: Error: Use ";" to terminate 
declarations.

"../inc/jvmaccess/classpath.hxx", line 119: Error: jclass is not defined.
"../inc/jvmaccess/classpath.hxx", line 119: Error: "inline" is not 
allowed here.
"../inc/jvmaccess/classpath.hxx", line 119: Error: "," expected instead 
of "(".
"../inc/jvmaccess/classpath.hxx", line 130: Error: Use ";" to terminate 
declarations.
"/export/home/nixnutz/oo.org-m28/jvmaccess/source/classpath.cxx", line 
52: Error: Could not open include file "jni.h".


Thanks!
Ulf

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



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 during configure, if its possible to detect the GNU stuff somehow.


Given that your error was in

Building module sandbox
/home/nixnutz/oo.org-m28/sandbox/com/sun/star/lib/sandbox

and that the makefile there has ...

.IF "$(JDK)" == "gcj"
all:
@echo This dir cannot be build with gcj because of
sun.applet.AppletAudioClip
...

it implies that JDK was not set to gcj by configure, which suggests,
given the config_office/configure logic, that your "java" is not gij
(i.e. contains libgcj in java --version), and that your "javac" is not
ecj. So, I imagine this scenario could only come about if "java" is not
"gij" but your "javac" is actually "gcj" ?


I need to set up a new VMware box to answer this question.

What I remember is that JAVA_HOME pointed to "-gcj" and I did 
not only have a GCC which pretended to be a javac but also several *-gcj 
 RPMs installed which contained assorted development libraries. After 
the removal of all *gcj* it worked fine - solved for me.


The SuSE 11 installation was more or less "out-of-the-box" - "out-of-the 
-.iso" file. Don't know if that helps. Let me try again a little later 
to give you more details. Maybe its possible to catch in the makefile 
which would be definetly a plus :).


Ulf

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



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 should not be in your source tree.


I'm not strict about that. Considering the amount of (external) 
libraries bundled with OOo, I don't mind to see ant bundled as well. In 
the end all I'd like to see is a configure warning (if that's possible 
at all - I don't know!) ...


Once again: very valuable input - thanks!

Ulf

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



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 
/export/home/nixnutz/oo.org-m28/hsqldb/./unxsoli4.pro/misc/build/so_built_so_hsqldb 


 >
 > /usr/bin/bash:
 > 
/export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant:

 > No such file or directory
 > dmake:  Error code 127, while making

In my case, no error can be seen around the line:
cd ./unxsoli4.pro/misc/build/hsqldb/ && 
/usr/local/apache-ant-1.7.0/bin/ant 
-Dbuild.label="build-300m29(Build:9339)" -f build/build.xml jar  && 
touch 
/ooo/mws/DEV300/trunk/hsqldb/./unxsoli4.pro/misc/build/so_built_so_hsqldb


Ant has been downloaded from http://ant.apache.org/bindownload.cgi
and then expanded under /usr/local/


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 external/common/.../bin/ant 
first bailed a bit at me stating that it could not find javac in 
NO_JAVA_HOME/bin/javac (or something similar, I don't recall). But that 
got solved by export JAVACMD=/usr/bin/java .



Additional information that might help:
mv /usr/bin/patch /usr/bin/patch-renamed
ln -s gpatch /usr/bin/patch


Absolutely! OOo [and/or the bundled libraries] insists on using GNU 
patch. Either do that or modify PATH to ensure that GNU patch comes 
before the other patch:


export 
PATH=$PATH:/opt/SunStudioExpress/bin/:/usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin:/usr/local/bin/



ln -s gmake /usr/sfw/bin/make


FULLACK. See my other post. I'm only waiting for anybody to confirm the 
assumption that for a complete OOo build you must use gmake and not Sun 
make. Even "dmake clean" is using GNU make only flags...


export 
PATH=/usr/sbin:/usr/bin:/opt/SUNWspro/bin:/usr/sfw/bin:/opt/sfw/bin:/usr/ccs/bin 


Ok, similar, not exactly the same one I use... (see below)


export CC=/usr/sfw/bin/gcc


Please tell me about this one! I am still trying to compile it with the 
Sun compilers. I don't trust the GCC that comes with OpenSolaris. Its 
build against Sun ld and Sun ar. That caused some pain.


I'm trying to get CC=cc CXX=CC ./configure [...] to work.

perl -MCPAN -e 
'$CPAN::Defaultsite="http://ftp.nara.wide.ad.jp/pub/CPAN";; shell'

perl -MCPAN -e shell
install Archive::Zip


ACK, done that.


mkdir /usr/local
cd /usr/local
wget -N 
http://www.meisei-u.ac.jp/mirror/apache/dist/ant/binaries/apache-ant-1.7.0-bin.tar.bz2 


/usr/sfw/bin/gtar -jxf apache-ant-1.7.0-bin.tar.bz2

j2se: http://java.sun.com/products/archive/j2se/1.4.1_03/index.html

Configure:
export LANG=C
export 
PATH=/opt/SUNWspro/bin:/usr/sfw/bin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/local/bin 


export CC=/opt/SUNWspro/bin/cc
export CXX=/opt/SUNWspro/bin/CC
export CPPFLAGS="-I/opt/sfw/include -I/usr/sfw/include 
-I/opt/sfw/cups/include -I/usr/openwin/include -I/usr/X11R6/include"

export CFLAGS="$CPPFLAGS"
export CXXFLAGS="$CFLAGS"
./configure \
--without-system-stdlibs \
--with-jdk-home=/usr/j2se \
--with-gnu-cp=/opt/sfw/bin/cp \
--with-ant-home=/usr/local/apache-ant-1.7.0 \
--with-lang="ja" \
--with-use-shell=bash



Ok, will try.

http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers 


Aha... will have a look.

My current issue is on jni.h. I'm trying to pass additional CPPFLAGS but 
maybe its just about this --without-java vs. --with-jdk-home.


Ulf

PS: Yes, I noticed that its a good strategy to start a new terminal 
after source - and compile errors as source 
- plays with the environment.




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



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.

Best,
Tora

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



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 & error to get it to compile.

Most of the time I'm uncertain if a compile issue is a DAU bug (for the 
germans: Dümmster Anzunehmender User [most dull user you can expect]) or 
a bug. I've been adding configure flags as I went forward and never 
looked back. First I tried --with-jdk-home, then I noticed that my 
SUNWj6rt package seems to be borked [1] and added --without-java...


So, lesson learned: don't combine --without-java with --with-jdk-home.

Regarding ant: I've added it manually to my source tree. It seems not to 
be part of my CVS repro.


Thanks!
Ulf

[1] http://opensolaris.org/jive/thread.jspa?threadID=69545&tstart=30

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



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 already set to
a certain value, especially PATH is tuned for building OOo, not for
a task of ./configure. Some environment variables might affect a
process of ./configure. To avoid such an unexpected behavior, use
of a new, clean Terminal Emulator or like that would be recommended.

Best,
Tora

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



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
>
> /usr/bin/bash:
> /export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant:
> No such file or directory
> dmake:  Error code 127, while making

In my case, no error can be seen around the line:
cd ./unxsoli4.pro/misc/build/hsqldb/ && /usr/local/apache-ant-1.7.0/bin/ant 
-Dbuild.label="build-300m29(Build:9339)" -f build/build.xml jar  && touch 
/ooo/mws/DEV300/trunk/hsqldb/./unxsoli4.pro/misc/build/so_built_so_hsqldb

Ant has been downloaded from http://ant.apache.org/bindownload.cgi
and then expanded under /usr/local/

cat /etc/release
Solaris Express Developer Edition 1/08 snv_79b X86
   Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
Use is subject to license terms.
Assembled 24 January 2008

Additional information that might help:
mv /usr/bin/patch /usr/bin/patch-renamed
ln -s gpatch /usr/bin/patch
ln -s gmake /usr/sfw/bin/make
export 
PATH=/usr/sbin:/usr/bin:/opt/SUNWspro/bin:/usr/sfw/bin:/opt/sfw/bin:/usr/ccs/bin
export CC=/usr/sfw/bin/gcc
perl -MCPAN -e '$CPAN::Defaultsite="http://ftp.nara.wide.ad.jp/pub/CPAN";; shell'
perl -MCPAN -e shell
install Archive::Zip
mkdir /usr/local
cd /usr/local
wget -N 
http://www.meisei-u.ac.jp/mirror/apache/dist/ant/binaries/apache-ant-1.7.0-bin.tar.bz2
/usr/sfw/bin/gtar -jxf apache-ant-1.7.0-bin.tar.bz2

j2se: http://java.sun.com/products/archive/j2se/1.4.1_03/index.html

Configure:
export LANG=C
export 
PATH=/opt/SUNWspro/bin:/usr/sfw/bin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/local/bin
export CC=/opt/SUNWspro/bin/cc
export CXX=/opt/SUNWspro/bin/CC
export CPPFLAGS="-I/opt/sfw/include -I/usr/sfw/include -I/opt/sfw/cups/include 
-I/usr/openwin/include -I/usr/X11R6/include"
export CFLAGS="$CPPFLAGS"
export CXXFLAGS="$CFLAGS"
./configure \
--without-system-stdlibs \
--with-jdk-home=/usr/j2se \
--with-gnu-cp=/opt/sfw/bin/cp \
--with-ant-home=/usr/local/apache-ant-1.7.0 \
--with-lang="ja" \
--with-use-shell=bash

http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers

Best,
Tora


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



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

2008-08-19 Thread Caolan McNamara
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 during configure, if its possible to detect the GNU stuff somehow.

Given that your error was in

Building module sandbox
/home/nixnutz/oo.org-m28/sandbox/com/sun/star/lib/sandbox

and that the makefile there has ...

.IF "$(JDK)" == "gcj"
all:
@echo This dir cannot be build with gcj because of
sun.applet.AppletAudioClip
...

it implies that JDK was not set to gcj by configure, which suggests,
given the config_office/configure logic, that your "java" is not gij
(i.e. contains libgcj in java --version), and that your "javac" is not
ecj. So, I imagine this scenario could only come about if "java" is not
"gij" but your "javac" is actually "gcj" ?

C.


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



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
> [...]
> Building module hsqldb
> [...]
> /export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant: No
> such file or directory

And? Does it exist/did it exist but not anymore?

ciao
Christian

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



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

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



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. I've added ant manually to my local source tree.


Thanks!
Ulf

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



[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 & Regards,

Vaibhav Nagar
+919763128499


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  
> --with-system-libxml  --with-system-python
> [...]
> Building module hsqldb
> /export/home/nixnutz/oo.org-m28/hsqldb
> mkout -- version: 1.8
> -
> noop UNPACKCMD
> if test -e ./unxsoli4.pro/misc/build/hsqldb ; then mv  
> ./unxsoli4.pro/misc/build/hsqldb  
> ./unxsoli4.pro/misc/build/hsqldb_removeme ; fi
> rm -rf ./unxsoli4.pro/misc/build/hsqldb_removeme
> cd ./unxsoli4.pro/misc/build && ( unzip -qq  -o  
> ../../../download/hsqldb_1_8_0.zip) && touch so_unpacked_so_hsqldb
> make writeable...
> dmake:  Warning: -- Target  
> [./unxsoli4.pro/misc/build/so_unpacked_so_hsqldb] was made but the time  
> stamp has not been updated.
> /usr/bin/perl /export/home/nixnutz/oo.org-m28/solenv/bin/leconvert.pl  
> unix ./unxsoli4.pro/misc/build/hsqldb/build/build.xml && touch  
> ./unxsoli4.pro/misc/so_hsqldb_convert_unx_flag
> cd ./unxsoli4.pro/misc/build && cat  
> ../../..//patches/accumulated_patches.patch | /usr/gnu/bin/patch  -p2 &&  
> touch so_patched_so_hsqldb
> patching file hsqldb/build/build.xml
> patching file hsqldb/src/org/hsqldb/View.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcBlob.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcCallableStatement.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcClob.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcConnection.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcDataSource.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcParameterMetaData.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcPreparedStatement.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcResultSet.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcResultSetMetaData.java
> patching file hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java
> patching file hsqldb/src/org/hsqldb/persist/DataFileCache.java
> patching file hsqldb/src/org/hsqldb/util/CodeSwitcher.java
> /usr/bin/perl /export/home/nixnutz/oo.org-m28/solenv/bin/leconvert.pl  
> dos  ./unxsoli4.pro/misc/build/hsqldb/build/build.xml && touch  
> ./unxsoli4.pro/misc/so_hsqldb_convert_dos_flag
> touch ./unxsoli4.pro/misc/build/so_configured_so_hsqldb
> mkdir ./unxsoli4.pro/misc/build/hsqldb/
> mkdir: cannot create directory `./unxsoli4.pro/misc/build/hsqldb/': File  
> exists
> 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
> /usr/bin/bash:  
> /export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant: 
> No such file or directory

As I see it, there is no such file as
/export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant
. How you got the sources--as tarballs or through CVS?

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.

You can also persuade the build system to use local ant installation, if
you have any--the cmdline option for configure to do it is
--with-ant-home=.

> dmake:  Error code 127, while making  
> './unxsoli4.pro/misc/build/so_built_so_hsqldb'
>
>
> [EMAIL PROTECTED]:~/oo.org-m28$ uname -a
> SunOS osol95 5.11 snv_95 i86pc i386 i86pc Solaris
>
> Thanks!
> Ulf
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

David

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



[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.


However, I found that assorted Makefiles and "dmake clean" use GNU make 
flags. All those Makefiles will fail when using the Sun make 
(/usr/ccs/bin/make).


Is using GNU make a must/recommended on OpenSolaris when trying to build 
OOo 3.0 M28?


Ulf

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



[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
/export/home/nixnutz/oo.org-m28/hsqldb
mkout -- version: 1.8
-
noop UNPACKCMD
if test -e ./unxsoli4.pro/misc/build/hsqldb ; then mv 
./unxsoli4.pro/misc/build/hsqldb 
./unxsoli4.pro/misc/build/hsqldb_removeme ; fi

rm -rf ./unxsoli4.pro/misc/build/hsqldb_removeme
cd ./unxsoli4.pro/misc/build && ( unzip -qq  -o 
../../../download/hsqldb_1_8_0.zip) && touch so_unpacked_so_hsqldb

make writeable...
dmake:  Warning: -- Target 
[./unxsoli4.pro/misc/build/so_unpacked_so_hsqldb] was made but the time 
stamp has not been updated.
/usr/bin/perl /export/home/nixnutz/oo.org-m28/solenv/bin/leconvert.pl 
unix ./unxsoli4.pro/misc/build/hsqldb/build/build.xml && touch 
./unxsoli4.pro/misc/so_hsqldb_convert_unx_flag
cd ./unxsoli4.pro/misc/build && cat 
../../..//patches/accumulated_patches.patch | /usr/gnu/bin/patch  -p2 && 
touch so_patched_so_hsqldb

patching file hsqldb/build/build.xml
patching file hsqldb/src/org/hsqldb/View.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcBlob.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcCallableStatement.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcClob.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcConnection.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcDataSource.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcParameterMetaData.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcPreparedStatement.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcResultSet.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcResultSetMetaData.java
patching file hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java
patching file hsqldb/src/org/hsqldb/persist/DataFileCache.java
patching file hsqldb/src/org/hsqldb/util/CodeSwitcher.java
/usr/bin/perl /export/home/nixnutz/oo.org-m28/solenv/bin/leconvert.pl 
dos  ./unxsoli4.pro/misc/build/hsqldb/build/build.xml && touch 
./unxsoli4.pro/misc/so_hsqldb_convert_dos_flag

touch ./unxsoli4.pro/misc/build/so_configured_so_hsqldb
mkdir ./unxsoli4.pro/misc/build/hsqldb/
mkdir: cannot create directory `./unxsoli4.pro/misc/build/hsqldb/': File 
exists
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
/usr/bin/bash: 
/export/home/nixnutz/oo.org-m28/external/common/apache-ant-1.7.0/bin/ant: 
No such file or directory
dmake:  Error code 127, while making 
'./unxsoli4.pro/misc/build/so_built_so_hsqldb'



[EMAIL PROTECTED]:~/oo.org-m28$ uname -a
SunOS osol95 5.11 snv_95 i86pc i386 i86pc Solaris

Thanks!
Ulf

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



[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 
".:../../../../../unxlngi6.pro/class:/usr/lib/jvm/java-1.5.0-gcj/jre/lib/rt.jar:." 
-d ../../../../../unxlngi6.pro/class  @/tmp/mkJVrXoE

AudioProxy.java:37: error: Holder cannot be resolved to a type
class AudioProxy implements AudioClip, Holder {
   ^^
AudioProxy.java:42: warning: Vector is a raw type. References to generic 
type Vector should be parameterized

private Vector cargo = new Vector();
^^
AudioProxy.java:42: warning: Vector is a raw type. References to generic 
type Vector should be parameterized

private Vector cargo = new Vector();
   ^^
AudioProxy.java:62: warning: Type safety: The method addElement(Object) 
belongs to the raw type Vector. References to generic type Vector 
should be parameterized

cargo.addElement(object);

4 problems (1 error, 3 warnings)


[EMAIL PROTECTED]:~/oo.org-m28> /usr/bin/javac --version
javac (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 
135036]

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[EMAIL PROTECTED]:~/oo.org-m28> uname -a
Linux linux-o9ss 2.6.25.11-0.1-pae #1 SMP 2008-07-13 20:48:28 +0200 i686 
i686 i386 GNU/Linux




Thanks!
Ulf

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



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, version 1.1.3 is in the 
NetBeans beta update center: open Tools -> Plugins and change to 
"Available Plugins", then install the plug-in. You have to remove the 
version you already installed to see the plug-in as available, though.


Your error regarding the SDK lets me think that your SDK indeed is not 
valid, because the algorithm to check it is not really sophisticated. 
Can you use the SDK standalone, e.g. build and execute an example? 
Lastly, which platform are you on?


Regarding the wiki-page: you are right, the behaviour of the plug-in has 
changed in that regard. I will update the page.


Regards, Steffen


Terrence Enger wrote:

Ariel,

Short version:  everything cool until configuration.  Details in-line.

On Thu, 2008-08-14 at 03:28 -0300, Ariel Constenla-Haile wrote:

Hi Terrence,

Terrence Enger escribió:

Hi,

I see "OpenOffice.org API plugin for Netbeans 1.1.3 available"
, but

 at least (I loooked at other some other mirrors back on the 6th) is a mere 42 bytes.  Wow, 
that is right good compression technology .

I presume this is just a packaging issue.  Is there a better place for
me to raise it?

OOo-Dev_OOO300_m2_src_sdk.tar.bz2 is the source code for compiling the
SDK (for this you need the whole OOo build environment). And the NB
plug-in isn't anyway included.

You can use the NetBeans IDE to checkout the plug-in sources and compile
them yourself.

Open the wizard from the menu Versioning - CVS - Chechout...

* In CVS Root type:

 :pserver:[EMAIL PROTECTED]:2401/cvs

* in Pasword type

 anoncvs

* press "Next"

* in Module type

 api/oonetbeansintegration

* in Local folder select a dir. where to download


So far so good.


* when finished the IDE will ask you to create a project, accept
* build it,


Warnings about deprecated classes and proprietary APIs.  I'm not gonna
let little things like that stop me.


 and create the NMB


the NBM, I guess.  Anyway, that's what I created.


* install it


That seemed to work.  Tools > Plugins > Installed shows version 1.1.3
now.

Contrary to
,
 it did not prompt during installation for Office installation and sdk installation 
directories.  Going in to enter them now ...

Whoops.  I cannot get past message "The selected OpenOffice.org SDK
installation directory is not valid!".  This happens for my directories 
DEV300_m19/sdk_oo

DEV300_m19_localbuild/sdk_oo
DEV300_m19_localbuild/opt/sdk_oo
DEV300_m19_localbuild/opt/openoffice.org3/sdk_oo
where DEV300_m19/ is where I build OOo and DEV300_m19_localbuild/ is
where I installed it.  (Yes, I am reduced to trying things at random.)

Do I need a more recent OOo or sdk?  Any other suggestions?

Thanks,
Terry.


That's all.

Regards
Ariel.






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



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



[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 
../../../unxlngx6.pro/misc/mozabdrv_mozabdrv2.map 
-L../../../unxlngx6.pro/lib -L../lib 
-L/home/nixnutz/src/oo.org-m28/solenv/unxlngx6/lib 
-L/home/nixnutz/src/oo.org-m28/solver/300/unxlngx6.pro/lib 
-L/home/nixnutz/src/oo.org-m28/solenv/unxlngx6/lib 
-L/usr/lib64/jvm/java-1.5.0-sun/lib64 
-L/usr/lib64/jvm/java-1.5.0-sun/jre/lib/amd64 
-L/usr/lib64/jvm/java-1.5.0-sun/jre/lib/amd64/server 
-L/usr/lib64/jvm/java-1.5.0-sun/jre/lib/amd64/native_threads 
-L/usr/lib64 ../../../unxlngx6.pro/slo/MConfigAccess.o 
../../../unxlngx6.pro/slo/MCatalog.o 
../../../unxlngx6.pro/slo/MColumns.o ../../../unxlngx6.pro/slo/MTable.o 
../../../unxlngx6.pro/slo/MTables.o 
../../../unxlngx6.pro/slo/MColumnAlias.o 
../../../unxlngx6.pro/slo/MPreparedStatement.o 
../../../unxlngx6.pro/slo/MStatement.o 
../../../unxlngx6.pro/slo/MResultSetMetaData.o 
../../../unxlngx6.pro/slo/MResultSet.o 
../../../unxlngx6.pro/slo/MDatabaseMetaData.o 
../../../unxlngx6.pro/slo/MConnection.o 
../../../unxlngx6.pro/slo/MNSInit.o 
../../../unxlngx6.pro/slo/MQueryHelper.o 
../../../unxlngx6.pro/slo/MDatabaseMetaDataHelper.o 
../../../unxlngx6.pro/slo/MQuery.o 
../../../unxlngx6.pro/slo/MTypeConverter.o 
../../../unxlngx6.pro/slo/MNameMapper.o 
../../../unxlngx6.pro/slo/MNSMozabProxy.o 
../../../unxlngx6.pro/slo/MNSTerminateListener.o 
../../../unxlngx6.pro/slo/MMozillaBootstrap.o 
../../../unxlngx6.pro/slo/MNSFolders.o 
../../../unxlngx6.pro/slo/MNSProfileDiscover.o 
../../../unxlngx6.pro/slo/MNSProfileManager.o 
../../../unxlngx6.pro/slo/MNSINIParser.o 
../../../unxlngx6.pro/slo/MNSRunnable.o 
../../../unxlngx6.pro/slo/MNSProfile.o 
../../../unxlngx6.pro/slo/MNSProfileDirServiceProvider.o 
../../../unxlngx6.pro/slo/mozabdrv2_version.o -o 
../../../unxlngx6.pro/lib/libmozabdrv2.so -luno_cppu 
-luno_cppuhelpergcc3 -lvos3gcc3 -luno_sal -ldbtoolslx -lcomphelp4gcc3 
-L/home/nixnutz/src/oo.org-m28/solver/300/unxlngx6.pro/lib 
-lembed_base_s -lnspr4 -lmozreg_s -lxpcom -ldl -lpthread -lm
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: 
skipping incompatible 
/home/nixnutz/src/oo.org-m28/solver/300/unxlngx6.pro/lib/libembed_base_s.a 
when searching for -lembed_base_s
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: 
skipping incompatible 
/home/nixnutz/src/oo.org-m28/solver/300/unxlngx6.pro/lib/libembed_base_s.a 
when searching for -lembed_base_s
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: 
cannot find -lembed_base_s

collect2: ld returned 1 exit status

Thanks!
Ulf

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