[www-dev] Re: [dev] build error

2011-02-24 Thread Rohit Kulkarni
Hi Zongbo Zhang and Mathias,

I have built OpenOffice source code. Now I am having trouble in navigating
source code. So I am using NetBeans 6.9.1 in Fedora 13. But , there are some
issues with netbeans regarding to running OpenOffice configure script and
configuring project for code assistance. So, if u know some IDE which can
help me navigate the code please let me know.

Regards,
Rohit.

On Sun, Feb 20, 2011 at 4:34 AM, Mathias Bauer nospamfor...@gmx.de wrote:

 Hi Zongbo Zhang,

 On 16.02.2011 10:24, Zongbo Zhang wrote:

 Thanks for mathias's reply, I have worked that out, already have done
 a full build now, but regret that did not use the ccoach stuff at the
 first time, every time do a hack in the codes, have to wait for
 around 20 minutes to rebuild the instsetoo to see the effect. Any
 idea to speed this up?

 You don't need to create a new installation set just to see the result of
 your code changes. Just copy the changed libraries or other files to the
 suitable location in the installation you created from the full build.

 Regards,
 Mathias

 --
 Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
 OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
 Please don't reply to nospamfor...@gmx.de.
 I use it for the OOo lists and only rarely read other mails sent to it.

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
 For additional commands, e-mail: dev-h...@openoffice.org


--

To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: sy...@openoffice.org with Subject: help


[www-dev] Auto Reply: Re: [dev] build error

2011-02-24 Thread oliver . specht
Dies ist eine automatisch generierte Nachricht. Ich bin derzeit nicht in meinem 
Büro.

This is an automatic reply. I'm currently out of office. 
--

To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: sy...@openoffice.org with Subject: help


Re: [dev] build error

2011-02-19 Thread Mathias Bauer

Hi Zongbo Zhang,

On 16.02.2011 10:24, Zongbo Zhang wrote:

Thanks for mathias's reply, I have worked that out, already have done
a full build now, but regret that did not use the ccoach stuff at the
first time, every time do a hack in the codes, have to wait for
around 20 minutes to rebuild the instsetoo to see the effect. Any
idea to speed this up?
You don't need to create a new installation set just to see the result 
of your code changes. Just copy the changed libraries or other files to 
the suitable location in the installation you created from the full build.


Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] build error

2011-02-16 Thread Mathias Bauer

On 07.02.2011 10:00, Zongbo Zhang wrote:


C:\cygwin\home\zzh\m99\dev300_m99\tools\source\communi\geninfo.cxx :
fatal error

C1083: Cannot open compiler generated file:
'C:/cygwinC:/cygwin/home/zzh/m99/dev300_m99/solver/300/wntmsci12.pro/workdir/CxxObject/tools/source/communi/geninfo.o':
invalid argument
This looks strange. If your configure call was correct, I have no idea 
what could be wrong here.



I guess this has something to do with the path,as the Bold
indicated,'C:/cygwinC:/cygwin, how to fix this? should I put the
source code in an other place?


No, it doesn't matter where you put your source, provided that your 
configuration is correct.


Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] build error

2011-02-07 Thread Viatcheslav.Sysoltsev

 Hi,

 Thanks a lot for being so patient to answer all my questions, I did as 
 Mathias told, read through the build guide again, and try my best to follow 
 it.

 1.unpack all the five bz2 source files using 'tar' xf. not the winzip/rar.
 2.put the dev300_m99 into c:/cygwin/home/zzh/m99.
 3.VC 2008 express.
 4.three zipped files were put into moz/zipped.
 5.unicows,dbghelp,msm90,msvcp90,msi,gdiplus were all ok. since the compiler 
 is 2008,
so, i did not put anything into msvcp70/80, also, since mozilla is 
 disabled, I did not put anything into msvcp71. anyhting wrong with this?
 6. in th econfigure command line, I use all those suggested --with and 
 --disable , while building toos module, a fatal error occurs:

 C:\cygwin\home\zzh\m99\dev300_m99\tools\source\communi\geninfo.cxx : fatal 
 error
C1083: Cannot open compiler generated file: 
 'C:/cygwinC:/cygwin/home/zzh/m99/dev300_m99/solver/300/wntmsci12.pro/workdir/CxxObject/tools/source/communi/geninfo.o':
  invalid argument
 make:*** 
 [/home/zzh/m99/dev300_m99/solver/300/wntmsci12.pro/workdir/CxxObject/tools/source/communi/geninfo.o]
  Error 1

I suppose, something wrong with some path in configure command line. Try
to realize where it may be wrong. I assume you read
Make sure that the PATH variable in your cygwin shell does not contain
any blanks and quotes
and
Beware of using /c/ instead of /cygdrive/c/
and
Avoid trailing slashes in configure parameters. They sure cause
problems for --with-psdk-home.
from guide? Maybe the second (aboug cygdrive) is not applicable for all
pathes? Experiment and post your solution, it's surely faster than wait
for somebody to comprehend your problem just by description.

-- Slava

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] build error C1083

2011-02-05 Thread Mathias Bauer

On 04.02.2011 13:00, Zongbo Zhang wrote:

Hi,

Thanks for all the quick answers to my questions.

Now, got a new one:

Entering /home/zzh/ooo/dev300_m99/embedserv/source/embed
Making:  all_emser.dpslo
Compiling: embedserv/source/embed/register.cxx
c:\cygwin\home\zzh\ooo\dev300_m99\embedserv\source\inc\stdafx.h(21) : fatal 
error C1083: Cannot pen include files: 'atlbase.h': No such files or directory
dmake: Error code 2, while making '../../wntmsci12.pro/register.obj

Seems a head file missing.

BR
zongbo zhang

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org




Pleas, read the building guide and try to follow it. Nearly every 
question you have asked is answered there.


Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] build error

2011-02-03 Thread Viatcheslav.Sysoltsev
 Hi,

 Got error:

 ..\libxslt\win32config.h(92) :fatal error C1083: Cannot open include file: 
 'libxml/xmlversion.h': No such file or directory
 NMAKE : fatal error U1077: 'C:\Program~1\MICROS~2.0\VC\bin\cl.exe' : return 
 code'0x2'
 stop.
 dmake: Error code 2, while making 
 './wntmsci12.pro/misc/build/so_build_so_libxslt'
Hi Zongbo,

The file is definetely here. Please provide your configure command line.

-- Slava

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-24 Thread Rene Engelhard
Hi,

On Wed, Jun 23, 2010 at 10:54:53PM +0200, Pavel Laštovička wrote:
 citing from issue #103354:

 During the massive parallel build of helpcontent2 the lucene indexer 
 generates index files which are renamed. This behavior breaks the MSP 
 pack process, were no files have to be removed.

 So renamed index files (cfs) are really a problem only on Sun builds? And 

Yes.

 what is the MSP pack process? :-)

Microsoft Patch (has to google myself when I read that in the issue). As no
one else is building them it's basically a Sun-only problem (but that's
why my initial patch made those checks on for Windows, but you can do that
yourself if you wished by setting the new variable anyways).

Grüße/Regards,

René

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-24 Thread Tor Lillqvist
 Microsoft Patch 

More like Windows Installer (MSI) Patch, but yeah, means the same thing 
basically anyway.

 As no one else is building them it's basically a Sun-only problem 

We (Novell) have been trying to use MSI patching, with occasional success even, 
for longer than Sun. But it has always been a nightmare.

 --tml



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-23 Thread Pavel Laštovička

Hello,

Rene Engelhard napsal(a):

On Mon, Jun 21, 2010 at 06:13:15PM +0200, Pavel Lastovicka wrote:

when doing a parallel build of 3.2.1 on Cygwin I hit the following error:
  Checking cfs file _0.cfs: Not found
  cfs file check failed, terminating...


See http://www.openoffice.org/issues/show_bug.cgi?id=112339
for a similar (NOT the same issue).

Is fixed in 3.3 snapshots by making that check Sun-only. See
http://hg.services.openoffice.org/DEV300/rev/f505f7499559


citing from issue #103354:

During the massive parallel build of helpcontent2 the lucene indexer generates 
index files which are renamed. This behavior breaks the MSP pack process, were 
no files have to be removed.


So renamed index files (cfs) are really a problem only on Sun builds? And what 
is the MSP pack process? :-)


Regards
--
Pavel Laštovička

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-21 Thread Rene Engelhard
On Mon, Jun 21, 2010 at 06:13:15PM +0200, Pavel Lastovicka wrote:
 when doing a parallel build of 3.2.1 on Cygwin I hit the following error:
   Checking cfs file _0.cfs: Not found
   cfs file check failed, terminating...

See http://www.openoffice.org/issues/show_bug.cgi?id=112339
for a similar (NOT the same issue).

Is fixed in 3.3 snapshots by making that check Sun-only. See
http://hg.services.openoffice.org/DEV300/rev/f505f7499559

Grüße/Regards,

René

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] build error

2007-03-26 Thread Rüdiger Timm



Jim Watson wrote:


On 24/03/2007, at 8:33 AM, Jim Watson wrote:



On 24/03/2007, at 4:50 AM, Mathias Bauer wrote:


nandan k wrote:


Hi All,

Where can I find the corresponding .idl for the header
file XTextAppendAndConvert.hpp? 16:33
it's not under com/sun/star/text directory in solver
also
solver 680

while trying to build writer filter in windows am
getting
com/sun/star/textfile/XTextAppendAndConvert.hpp not
found error


Such header or idl file does not exist. Why do you think there should be
one? Where did you find a reference to it?


a reference to it ;)
http://sw.openoffice.org/source/browse/sw/writerfilter/source/dmapper/DomainMapperTableHandler.hxx?rev=1.1view=markup 



initial check in
snip

#include com/sun/star/text/XTextAppendAndConvert.hpp

namespace dmapper {


and the idl file is here

http://api.openoffice.org/source/browse/api/offapi/com/sun/star/text/Attic/XTextAppendAndConvert.idl 



How did you check out your sources? Module 'writerfilter' is not yet on 
any master workspace. And the idl file you mentioned only seems to exist 
on CWS writerfilter2.


Rüdiger

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



Re: [dev] build error

2007-03-26 Thread Mathias Bauer
Jim Watson wrote:

 On 24/03/2007, at 4:50 AM, Mathias Bauer wrote:
 
 nandan k wrote:

 Hi All,

 Where can I find the corresponding .idl for the header
 file XTextAppendAndConvert.hpp? 16:33
 it's not under com/sun/star/text directory in solver
 also
 solver 680

 while trying to build writer filter in windows am
 getting
 com/sun/star/textfile/XTextAppendAndConvert.hpp not
 found error

 Such header or idl file does not exist. Why do you think there
 should be
 one? Where did you find a reference to it?
 
 a reference to it ;)
 http://sw.openoffice.org/source/browse/sw/writerfilter/source/dmapper/
 DomainMapperTableHandler.hxx?rev=1.1view=markup
 
 initial check in
 snip
 
 #include com/sun/star/text/XTextAppendAndConvert.hpp
 
 namespace dmapper {

OK, this is a new API in a Child Workspace. You won't find it in the
code base of the master, at least I couldn't find it in milestone m204.

Ciao,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to [EMAIL PROTECTED].
I use it for the OOo lists and only rarely read other mails sent to it.

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



Re: [dev] build error

2007-03-26 Thread Jim Watson


On 26/03/2007, at 4:44 PM, Mathias Bauer wrote:


Jim Watson wrote:


On 24/03/2007, at 4:50 AM, Mathias Bauer wrote:

a reference to it ;)
http://sw.openoffice.org/source/browse/sw/writerfilter/source/ 
dmapper/

DomainMapperTableHandler.hxx?rev=1.1view=markup

initial check in
snip

#include com/sun/star/text/XTextAppendAndConvert.hpp

namespace dmapper {


OK, this is a new API in a Child Workspace. You won't find it in the
code base of the master, at least I couldn't find it in milestone  
m204.


possibly an error by the builder (nandan k) but...the sw file is in  
HEAD, so I suppose the question could be re-phrased as can one build  
HEAD?


quote
sw
Version control - CVS

start:

Up to [sw] / writerfilter / source / dmapper /  
DomainMapperTableHandler.hxx
Request diff between arbitrary revisions | Direct link to HEAD |  
(download)

Default branch  MAIN
Revision 1.3

view file | annotate | select for diffs
Commit info 2006-11-02 12:37:24+ (4 months, 3 weeks ago) by os
CVS TagsHEAD
Changes since 1.2   +35 -1 lines
Diff to previous 1.2
Commit message  

graphic import started
/quote

jim

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



Re: [dev] build error

2007-03-26 Thread Bernd Eilers

Jim Watson wrote:

[... snip ...]
On 26/03/2007, at 4:44 PM, Mathias Bauer wrote:

possibly an error by the builder (nandan k) but...the sw file is in  
HEAD, so I suppose the question could be re-phrased as can one build  
HEAD?




The answer is don´t try to always checkout with a milestone or 
childworkspace tag.


Kind regards,
Bernd

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



Re: [dev] build error

2007-03-26 Thread Bernd Eilers

Bernd Eilers wrote:

Jim Watson wrote:


[... snip ...]
On 26/03/2007, at 4:44 PM, Mathias Bauer wrote:

possibly an error by the builder (nandan k) but...the sw file is in  
HEAD, so I suppose the question could be re-phrased as can one build  
HEAD?




The answer is don´t try to always checkout with a milestone or 
childworkspace tag.



Should read:

The answer is don´t try to do this. Always checkout with a milestone or
childworkspace tag instead.


Kind regards,
Bernd

-
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]



Re: [dev] build error

2007-03-23 Thread Mathias Bauer
nandan k wrote:

 Hi All,
 
 Where can I find the corresponding .idl for the header
 file XTextAppendAndConvert.hpp? 16:33 
 it's not under com/sun/star/text directory in solver
 also 
 solver 680 
 
 while trying to build writer filter in windows am
 getting 
 com/sun/star/textfile/XTextAppendAndConvert.hpp not
 found error

Such header or idl file does not exist. Why do you think there should be
one? Where did you find a reference to it?

Ciao,
Mathias


-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to [EMAIL PROTECTED].
I use it for the OOo lists and only rarely read other mails sent to it.

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



Re: [dev] build error

2007-03-23 Thread Jim Watson


On 24/03/2007, at 4:50 AM, Mathias Bauer wrote:


nandan k wrote:


Hi All,

Where can I find the corresponding .idl for the header
file XTextAppendAndConvert.hpp? 16:33
it's not under com/sun/star/text directory in solver
also
solver 680

while trying to build writer filter in windows am
getting
com/sun/star/textfile/XTextAppendAndConvert.hpp not
found error


Such header or idl file does not exist. Why do you think there  
should be

one? Where did you find a reference to it?


a reference to it ;)
http://sw.openoffice.org/source/browse/sw/writerfilter/source/dmapper/ 
DomainMapperTableHandler.hxx?rev=1.1view=markup


initial check in
snip

#include com/sun/star/text/XTextAppendAndConvert.hpp

namespace dmapper {

jim

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



Re: [dev] build error

2007-03-23 Thread Jim Watson


On 24/03/2007, at 8:33 AM, Jim Watson wrote:



On 24/03/2007, at 4:50 AM, Mathias Bauer wrote:


nandan k wrote:


Hi All,

Where can I find the corresponding .idl for the header
file XTextAppendAndConvert.hpp? 16:33
it's not under com/sun/star/text directory in solver
also
solver 680

while trying to build writer filter in windows am
getting
com/sun/star/textfile/XTextAppendAndConvert.hpp not
found error


Such header or idl file does not exist. Why do you think there  
should be

one? Where did you find a reference to it?


a reference to it ;)
http://sw.openoffice.org/source/browse/sw/writerfilter/source/ 
dmapper/DomainMapperTableHandler.hxx?rev=1.1view=markup


initial check in
snip

#include com/sun/star/text/XTextAppendAndConvert.hpp

namespace dmapper {


and the idl file is here

http://api.openoffice.org/source/browse/api/offapi/com/sun/star/text/ 
Attic/XTextAppendAndConvert.idl



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



Re: [dev] Build error in my build system with OOE680_m6

2006-12-14 Thread Pavel Janík

Hi,

/ooo2/nas/unxlngi6.pro/misc/build/nas-1.6/lib/audio/ConnSvr.c:1981:  
undefined reference to `XauDisposeAuth'
/ooo2/nas/unxlngi6.pro/misc/build/nas-1.6/lib/audio/ConnSvr.c:1832:  
undefined reference to `XauGetBestAuthByAddr'


please enter on or the other string in quotes into IssueZilla search.
--
Pavel Janík
[EMAIL PROTECTED]



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



Re: [dev] Build error in my build system with OOE680_m6

2006-12-14 Thread KAMI

Hello Indraveni!


Thank you for the detailed information. I will try your tipp ASAP, and I 
will send back infromation about solution.



Best regards,

KAMI


Indraveni írta:

HI,

This is a common error. You can see the issue 64134. You can find it here 
http://www.openoffice.org/issues/show_bug.cgi?id=64134.

In short, you can solve the problem by having a nas support. That is configure 
your source --with--system-nas (if you have nas installed). Also check whether 
libaudio-dev is installed.

Then rebuild the OO.

it may help you..

Good Luck
Indraveni K

KAMI [EMAIL PROTECTED] wrote: Hi!


I wanted to build OOo 2.1 m6 on Linux (Sid) 4.0 base system. This is a 
newly set up of build system, so It can be a version or package error...

I have got error message, the consol output is attached to this letter.


Can someon help out the idea of possible problems?


Thanks,
KAMI
-
/ooo2/vcl/util
dmake: Executing shell macro: $(PKGCONFIG) $(PKGCONFIG_PREFIX) --cflags 
$(PKGCONFIG_MODULES)
dmake: Executing shell macro: $(PKGCONFIG) $(PKGCONFIG_PREFIX) --libs 
$(PKGCONFIG_MODULES)
dmake: Executing shell macro: $(FIND) . -name 
{$(subst,$($(WINVERSIONNAMES)_MAJOR),* $(subst,$(UPD)$(DLLPOSTFIX), 
$(SHL1TARGET)))}.xml
dmake: Executing shell macro: $(FIND) . -name 
{$(subst,$($(WINVERSIONNAMES)_MAJOR),* $(subst,$(UPD)$(DLLPOSTFIX), 
$(SHL2TARGET)))}.xml
dmake: Executing shell macro: $(FIND) . -name 
{$(subst,$($(WINVERSIONNAMES)_MAJOR),* $(subst,$(UPD)$(DLLPOSTFIX), 
$(SHL3TARGET)))}.xml
dmake: Executing shell macro: $(FIND) . -name 
{$(subst,$($(WINVERSIONNAMES)_MAJOR),* $(subst,$(UPD)$(DLLPOSTFIX), 
$(SHL4TARGET)))}.xml
dmake: Executing shell macro: $(FIND) . -name 
{$(subst,$($(WINVERSIONNAMES)_MAJOR),* $(subst,$(UPD)$(DLLPOSTFIX), 
$(SHL5TARGET)))}.xml
--
Making: ../unxlngi6.pro/lib/libvclplug_gen680li.so
/usr/bin/ccache /usr/bin/g++ -Wl,-z,combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN' 
-shared -L../unxlngi6.pro/lib -L../lib -L/ooo2/solenv/unxlngi6/lib 
-L/ooo2/solver/680/unxlngi6.pro/lib -L/ooo2/solenv/unxlngi6/lib 
-L/usr/local/jdk1.5.0-10/lib -L/usr/local/jdk1.5.0-10/jre/lib/i386 
-L/usr/local/jdk1.5.0-10/jre/lib/i386/client 
-L/usr/local/jdk1.5.0-10/jre/lib/i386/native_threads -L/usr/lib 
../unxlngi6.pro/slo/vclplug_gen_dflt_version.o 
../unxlngi6.pro/slo/vclplug_gen_dflt_description.o -o 
../unxlngi6.pro/lib/libvclplug_gen680li.so ../unxlngi6.pro/slo/FWS.o 
../unxlngi6.pro/slo/salframe.o ../unxlngi6.pro/slo/salobj.o 
../unxlngi6.pro/slo/salmenu.o ../unxlngi6.pro/slo/salgdi2.o 
../unxlngi6.pro/slo/salbmp.o ../unxlngi6.pro/slo/salgdi.o 
../unxlngi6.pro/slo/salvd.o ../unxlngi6.pro/slo/salogl.o 
../unxlngi6.pro/slo/dtint.o ../unxlngi6.pro/slo/salcvt.o 
../unxlngi6.pro/slo/xfont.o ../unxlngi6.pro/slo/xlfd_attr.o 
../unxlngi6.pro/slo/xlfd_extd.o ../unxlngi6.pro/slo/xlfd_smpl.o
 ../unxlngi6.pro/slo/salgdi3.o ../unxlngi6.pro/slo/pspgraphics.o 
../unxlngi6.pro/slo/salprnpsp.o ../unxlngi6.pro/slo/gcach_xpeer.o 
../unxlngi6.pro/slo/i18n_cb.o ../unxlngi6.pro/slo/i18n_ic.o 
../unxlngi6.pro/slo/i18n_im.o ../unxlngi6.pro/slo/i18n_xkb.o 
../unxlngi6.pro/slo/i18n_wrp.o ../unxlngi6.pro/slo/i18n_status.o 
../unxlngi6.pro/slo/i18n_keysym.o ../unxlngi6.pro/slo/saldata.o 
../unxlngi6.pro/slo/saltimer.o ../unxlngi6.pro/slo/saldisp.o 
../unxlngi6.pro/slo/salinst.o ../unxlngi6.pro/slo/salsys.o 
../unxlngi6.pro/slo/soicon.o ../unxlngi6.pro/slo/sm.o 
../unxlngi6.pro/slo/keysymnames.o ../unxlngi6.pro/slo/wmadaptor.o 
../unxlngi6.pro/slo/salsound2.o ../unxlngi6.pro/slo/osssound.o 
../unxlngi6.pro/slo/devaudiosound.o ../unxlngi6.pro/slo/audioconvert.o 
../unxlngi6.pro/slo/rptpsound.o ../unxlngi6.pro/slo/nassound.o 
../unxlngi6.pro/slo/pasfsound.o -lvcl680li -lpsp680li -lsot680li -lutl680li 
-ltl680li -lcomphelp4gcc3 -lucbhelper3gcc3 -luno_cppuhelpergcc3 -luno_cppu 
-lvos3gcc3
 -luno_sal -Wl,-Bstatic -lXinerama -Wl,-Bdynamic -lsndfile -lportaudio -laudio 
-lXext -lSM -lICE -lX11 -ldl -ldl -lpthread -lm -Wl,-Bdynamic -lstlport_gcc
/ooo2/solver/680/unxlngi6.pro/lib/libaudio.a(ConnSvr.o): In function 
`GetAuthorization':
/ooo2/nas/unxlngi6.pro/misc/build/nas-1.6/lib/audio/ConnSvr.c:1981: undefined 
reference to `XauDisposeAuth'
/ooo2/nas/unxlngi6.pro/misc/build/nas-1.6/lib/audio/ConnSvr.c:1832: undefined 
reference to `XauGetBestAuthByAddr'
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../unxlngi6.pro/lib/libvclplug_gen680li.so'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /ooo2/vcl/util
dmake:  Error code 1, while making 'build_instsetoo_native'
'---*  *---'

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


-
 Find out what India is talking about on  - Yahoo! Answers India 
 Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
  




Re: [dev] Build error

2006-04-19 Thread Yoann Babel

Yoann Babel wrote:

Building on Debian Stable (Sarge) for the first time (I want to test 
VBA compat), I get this error after a while :


java -Xms256m -Xmx256m  
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl 
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl 
-cp 
.:../../unxlngi4.pro/class:/usr/lib/java/jre/lib/rt.jar:.:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xml-apis.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xercesImpl.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xt.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xt-xmlsearch.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/unoil.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/ridl.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/jurt.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/jut.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xmlsearch.jar:/home/yoann/ooo.build/ooo-build/build/src680-m162/solver/680/unxlngi4.pro/bin/xmlhelp.jar:/usr/share/java/libdb4.2-java.jar 
com.sun.star.help.HelpLinker @/tmp/mkIWdZ4H
Exception in thread main java.lang.UnsatisfiedLinkError: no 
db_java-4.2 in java.library.path

   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
   at java.lang.Runtime.loadLibrary0(Runtime.java:822)
   at java.lang.System.loadLibrary(System.java:992)
   at com.sleepycat.db.db_javaJNI.clinit(db_javaJNI.java:38)
   at com.sleepycat.db.Db.init(Db.java)
   at com.sun.star.help.HelpLinker.link(HelpLinker.java:369)
   at com.sun.star.help.HelpLinker.main(HelpLinker.java:228)
dmake:  Error code 1, while making 
'../../unxlngi4.pro/bin/scalc_en-US.zip'

'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/home/yoann/ooo.build/ooo-build/build/src680-m162/helpcontent2/util/scalc

make: *** [stamp/build] Erreur 1


any idea of what to do ?

Yoann

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

I've found the solution (from this link) : 
http://72.14.207.104/search?q=cache:GUJ0mQVdTvYJ:www.zeroc.com/vbulletin/showthread.php%3Ft%3D514++no+db_java-4.2+in+java.library.pathhl=frgl=frct=clnkcd=3lr=lang_en


so on my system I did :
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/staroffice8/program/
because I have another version on my system, of DB4.2, but it seems that 
they are not compatible :



locate libdb_java-4.2.so ==
/opt/staroffice8/program/libdb_java-4.2.so
/usr/lib/libdb_java-4.2.so

!


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