Re: [dev] build problems, help?

2009-01-21 Thread Rene Engelhard
Hi,

Mathias Bauer wrote:
 No, as I wrote, testtools is not required to build an installation set
 or build any other module.

Sure, but depending on what on (or why) testtools fails chances are big it
would fail on packaging then too. (been there, had that)

Regards,

Rene

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



Re: [dev] More Build Problems

2009-01-21 Thread Zhang Xiaofei

Hi Albert,

The xmlsec.h is in the libxmlsec module, please make sure it's included 
in your source code, built and delivered before the xmlsecurity module.

If you don't have it, get it with

   cvs -d:pserver:anon...@anoncvs.services.openoffice.org:/cvs co -r 
OOO300_m9 libxmlsec


Regards,
Felix.

Albert Law 

Hi All,

Okay, so I have more build problems.  I'm hoping someone can help out as I'm 
completely clueless as to what I am missing and/or
doing wrong.  Any ideas?  Thanks!

ps: I can't find the file xmlsec.h anywhere.

I run the following commands to have the following error:
set nodep=TRUE
set NO_HIDS=TRUE
set MAXPROCESS=4
cd /cygdrive/c/code/OpenOffice/OOO300_m9/config_office

./configure --disable-build-mozilla --disable-mozilla --with-use-shell=bash 
--disable-activex --with-win32
--with-build-version=Built by Albert for Testing Only --without-ppds 
--enable-verbose --enable-pdfimport --enable-binfilter
--disable-kdeab --disable-atl --enable-dbgutil --disable-epm --enable-symbols 
--with-cl-home='/cygdrive/c/PROGRA~1/Microsoft Visual
Studio 9.0/VC' --with-ant-home='/cygdrive/c/PROGRA~1/apache-ant-1.7.1' 
--with-jdk-home='/cygdrive/c/PROGRA~1/Java/jdk1.6.0_07'
--with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5 
--with-frame-home=/cygdrive/c/PROGRA~1/Microsoft
SDKs/Windows/v6.1 --with-asm-home=/cygdrive/c/PROGRA~1/Microsoft Visual Studio 
9.0/VC/Bin
--with-psdk-home=/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1 
--with-midl-path=/cygdrive/c/PROGRA~1/Microsoft
SDKs/Windows/v6.1/Bin

cd ..
./bootstrap
. winenv.set.sh
dmake 21 | tee /cygdrive/c/code/OpenOffice/OOO300_m9/build.log.txt




--
Making: ../../wntmsci12/slo/baseencoding.obj
c:/PROGRA~1/MICROS~1.0/VC/bin/cl.exe  -Zm500 -Zc:forScope,wchar_t- -GR -c -nolog
o -Gs  -Ob1  -Oxs -Oy- -Gd  -I.  -I../../wntmsci12/inc/xs_comm -I../inc -I../../
inc/pch -I../../inc -I../../WIN/inc -I../../wntmsci12/inc -I. -Ic:/code/OpenOffi
ce/OOO300_m9/solver/300/wntmsci12/inc/stl -Ic:/code/OpenOffice/OOO300_m9/solver/
300/wntmsci12/inc/external -Ic:/code/OpenOffice/OOO300_m9/solver/300/wntmsci12/i
nc -Ic:/code/OpenOffice/OOO300_m9/solenv/wntmsci12/inc -Ic:/code/OpenOffice/OOO3
00_m9/solenv/inc -Ic:/code/OpenOffice/OOO300_m9/res -Ic:/code/OpenOffice/OOO300_
m9/solver/300/wntmsci12/inc/stl -Ic:/PROGRA~1/Java/JDK16~1.0_0/include/win32 -Ic
:/PROGRA~1/Java/JDK16~1.0_0/include -Ic:/PROGRA~1/MI2578~1/Windows/v6.1/include
-Ic:/PROGRA~1/MICROS~1.0/VC/include -Ic:/PROGRA~1/MI5893~1/include -Ic:/PROGRA~1
/MI5893~1/include  -Ic:/code/OpenOffice/OOO300_m9/solver/300/wntmsci12/inc/offuh
 -I. -I../../res -I. -Z7 -Yd -Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4250 -wd42
51 -wd4275 -wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4611 -wd4625 -
wd4626 -wd4640 -wd4675 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd46
19 -wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005
 -DWNT -DWNT -DNT351 -DMSC -DM1500 -DINTEL -D_STLP_DEBUG -D_X86_=1 -D_CRT_SECURE
_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS -DFULL
_DESK -DSTLPORT_VERSION=400 -D_MT -DWINVER=0x0500 -D_WIN32_IE=0x0500 -DCPPU_ENV=
msci -DSUPD=300 -DDBG_UTIL -DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA   -
DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT -DSHAREDLIB -D_DLL_ -DWIN32 -D_MT -D_DL
L -DWIN32 -D_MT -D_DLL  -EHa -DEXCEPTIONS_ON  -Fo../../wntmsci12/slo/baseencodin
g.obj c:/code/OpenOffice/OOO300_m9/xmlsecurity/source/xmlsec/baseencoding.cxx
cl : Command line warning D9035 : option 'Yd' has been deprecated and will be re
moved in a future release
baseencoding.cxx
c:/code/OpenOffice/OOO300_m9/xmlsecurity/source/xmlsec/baseencoding.cxx(35) : fa
tal error C1083: Cannot open include file: 'xmlsec/xmlsec.h': No such file or di
rectory
dmake:  Error code 2, while making '../../wntmsci12/slo/baseencoding.obj'

ERROR: Error 65280 occurred while making /cygdrive/c/code/OpenOffice/OOO300_m9/x
mlsecurity/source/xmlsec



-
Albert 




-
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: dev-h...@openoffice.org



[dev] Mac OS X and mirrored UI

2009-01-21 Thread Philipp Lohmann

Hi,

anybody using the mac in an RTL locale (e.g. arabic or hebrew) ? I'm
wondering wether controls are mirrored in that case (like e.g. on
Windows or gtk). An example would be the spinbox, does it have the spin
buttons on the left or right side ? Searching the web came up
inconclusive, it seems to me that UI is not mirrored on the Mac in RTL
locales.

Curious, pl

--
Someone told me: Smile and be happy, it could be worse
And I smiled and was happy and things became worse.
 -- Author unknown

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



RE: [dev] More Build Problems

2009-01-21 Thread Albert Law
Hi Felix,

I do have it in my source code directory for OOO300_m9.  But are you saying I 
have to build this manually before running an OOo
build?

-
Albert 


-Original Message-
From: Zhang Xiaofei [mailto:zhangxiao...@redoffice.com] 
Sent: Tuesday, January 20, 2009 20:15
To: dev@openoffice.org
Subject: Re: [dev] More Build Problems

Hi Albert,

The xmlsec.h is in the libxmlsec module, please make sure it's included 
in your source code, built and delivered before the xmlsecurity module.
If you don't have it, get it with

cvs -d:pserver:anon...@anoncvs.services.openoffice.org:/cvs co -r 
OOO300_m9 libxmlsec

Regards,
Felix.

Albert Law 
 Hi All,

 Okay, so I have more build problems.  I'm hoping someone can help out as I'm 
 completely clueless as to what I am missing and/or
 doing wrong.  Any ideas?  Thanks!

 ps: I can't find the file xmlsec.h anywhere.

 I run the following commands to have the following error:
 set nodep=TRUE
 set NO_HIDS=TRUE
 set MAXPROCESS=4
 cd /cygdrive/c/code/OpenOffice/OOO300_m9/config_office

 ./configure --disable-build-mozilla --disable-mozilla --with-use-shell=bash 
 --disable-activex --with-win32
 --with-build-version=Built by Albert for Testing Only --without-ppds 
 --enable-verbose --enable-pdfimport --enable-binfilter
 --disable-kdeab --disable-atl --enable-dbgutil --disable-epm --enable-symbols 
 --with-cl-home='/cygdrive/c/PROGRA~1/Microsoft
Visual
 Studio 9.0/VC' --with-ant-home='/cygdrive/c/PROGRA~1/apache-ant-1.7.1' 
 --with-jdk-home='/cygdrive/c/PROGRA~1/Java/jdk1.6.0_07'
 --with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5 
 --with-frame-home=/cygdrive/c/PROGRA~1/Microsoft
 SDKs/Windows/v6.1 --with-asm-home=/cygdrive/c/PROGRA~1/Microsoft Visual 
 Studio 9.0/VC/Bin
 --with-psdk-home=/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1 
 --with-midl-path=/cygdrive/c/PROGRA~1/Microsoft
 SDKs/Windows/v6.1/Bin

 cd ..
 ./bootstrap
 . winenv.set.sh
 dmake 21 | tee /cygdrive/c/code/OpenOffice/OOO300_m9/build.log.txt




 --
 Making: ../../wntmsci12/slo/baseencoding.obj
 c:/PROGRA~1/MICROS~1.0/VC/bin/cl.exe  -Zm500 -Zc:forScope,wchar_t- -GR -c 
 -nolog
 o -Gs  -Ob1  -Oxs -Oy- -Gd  -I.  -I../../wntmsci12/inc/xs_comm -I../inc 
 -I../../
 inc/pch -I../../inc -I../../WIN/inc -I../../wntmsci12/inc -I. 
 -Ic:/code/OpenOffi
 ce/OOO300_m9/solver/300/wntmsci12/inc/stl 
 -Ic:/code/OpenOffice/OOO300_m9/solver/
 300/wntmsci12/inc/external 
 -Ic:/code/OpenOffice/OOO300_m9/solver/300/wntmsci12/i
 nc -Ic:/code/OpenOffice/OOO300_m9/solenv/wntmsci12/inc 
 -Ic:/code/OpenOffice/OOO3
 00_m9/solenv/inc -Ic:/code/OpenOffice/OOO300_m9/res 
 -Ic:/code/OpenOffice/OOO300_
 m9/solver/300/wntmsci12/inc/stl -Ic:/PROGRA~1/Java/JDK16~1.0_0/include/win32 
 -Ic
 :/PROGRA~1/Java/JDK16~1.0_0/include 
 -Ic:/PROGRA~1/MI2578~1/Windows/v6.1/include
 -Ic:/PROGRA~1/MICROS~1.0/VC/include -Ic:/PROGRA~1/MI5893~1/include 
 -Ic:/PROGRA~1
 /MI5893~1/include  
 -Ic:/code/OpenOffice/OOO300_m9/solver/300/wntmsci12/inc/offuh
  -I. -I../../res -I. -Z7 -Yd -Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4250 
 -wd42
 51 -wd4275 -wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4611 
 -wd4625 -
 wd4626 -wd4640 -wd4675 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 
 -wd46
 19 -wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005
  -DWNT -DWNT -DNT351 -DMSC -DM1500 -DINTEL -D_STLP_DEBUG -D_X86_=1 
 -D_CRT_SECURE
 _NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS 
 -DFULL
 _DESK -DSTLPORT_VERSION=400 -D_MT -DWINVER=0x0500 -D_WIN32_IE=0x0500 
 -DCPPU_ENV=
 msci -DSUPD=300 -DDBG_UTIL -DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA  
  -
 DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT -DSHAREDLIB -D_DLL_ -DWIN32 -D_MT 
 -D_DL
 L -DWIN32 -D_MT -D_DLL  -EHa -DEXCEPTIONS_ON  
 -Fo../../wntmsci12/slo/baseencodin
 g.obj c:/code/OpenOffice/OOO300_m9/xmlsecurity/source/xmlsec/baseencoding.cxx
 cl : Command line warning D9035 : option 'Yd' has been deprecated and will be 
 re
 moved in a future release
 baseencoding.cxx
 c:/code/OpenOffice/OOO300_m9/xmlsecurity/source/xmlsec/baseencoding.cxx(35) : 
 fa
 tal error C1083: Cannot open include file: 'xmlsec/xmlsec.h': No such file or 
 di
 rectory
 dmake:  Error code 2, while making '../../wntmsci12/slo/baseencoding.obj'

 ERROR: Error 65280 occurred while making 
 /cygdrive/c/code/OpenOffice/OOO300_m9/x
 mlsecurity/source/xmlsec



 -
 Albert 



 -
 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: dev-h...@openoffice.org


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



RE: [dev] build problems, help?

2009-01-21 Thread Albert Law
Hi Mathias,

Thanks for all your replies and investigations.

Okay, so I'll try #1 from a new source code directory.  I'll tell you how it 
goes, but I'm sure it will be fine.

As for #2...  I got this error:
Fetching dependencies for module testtools from solver... failed...
Fetching from CVS...  failed
WARNING! Project(s):
testtools
not found and couldn't be built. Dependencies on that module(s) ignored. Maybe 
you should correct build lists.


After I ran these commands:
set nodep=TRUE
set NO_HIDS=TRUE
set MAXPROCESS=4
cd /cygdrive/c/code/OpenOffice/OOO300_m9/config_office
./configure --disable-build-mozilla --disable-mozilla --with-use-shell=bash 
--disable-activex --disable-directx --with-win32
--with-build-version=Built by Albert for Testing Only --without-ppds 
--enable-verbose --enable-pdfimport --enable-binfilter
--disable-kdeab --disable-atl --enable-dbgutil --disable-epm --enable-symbols 
--with-cl-home='/cygdrive/c/PROGRA~1/Microsoft Visual
Studio 8/VC' --with-ant-home='/cygdrive/c/PROGRA~1/apache-ant-1.7.1' 
--with-jdk-home='/cygdrive/c/PROGRA~1/Java/jdk1.6.0_07'
--with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5 
--with-frame-home=/cygdrive/c/PROGRA~1/Microsoft
SDKs/Windows/v6.1 --with-asm-home=/cygdrive/c/PROGRA~1/Microsoft Visual 
Studio 8/VC/Bin
--with-psdk-home=/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1 
--with-midl-path=/cygdrive/c/PROGRA~1/Microsoft
SDKs/Windows/v6.1/Bin
cd ..
./bootstrap
. winenv.set.sh
dmake 21 | tee /cygdrive/c/code/OpenOffice/OOO300_m9/build.log.txt




-
Albert 


-Original Message-
From: Mathias Bauer [mailto:nospamfor...@gmx.de] 
Sent: Wednesday, January 21, 2009 03:03
To: dev@openoffice.org
Subject: Re: [dev] build problems, help?

Hi Albert,

Albert Law wrote:

 Hi Mathias,
 
 I tried #1 and #2, but that didn't solve the problem.  I'm switching to 
 MSVS2008Express to see what happens with my luck there.

I forget to mention that #1 will only help if you rebuild the modules
cli_ure and unoil afterwards, sorry. #2 always worked for me. A
directory that does not appear in the build list of any project won't be
built and so can't create build errors. What problem exactly did you see
with my solution #2?

Regards,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: 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: dev-h...@openoffice.org



Re: [dev] More Build Problems

2009-01-21 Thread eric b

Hi Albert,

Le 21 janv. 09 à 16:41, Albert Law a écrit :





In your configure command line, I read you used the options :



./configure --disable-build-mozilla --disable-mozilla


... and so on.


AFAIK, --disable-mozilla options means build without use mozilla  
zipped archives nor mozilla sources. Thus, libxmlsec will not be  
built, nor delivered of course. Now, If you need this lib and  
includes, maybe you modified the environment afterwards, or did  
something wrong in meantime ? (like configure with mozilla disabled  
and modify the environment variable or something like that .. )


Can you please tell us what your environment file does contain around  
MOZILLA (the one you source before the build, if I'm not too wrong  
with windows buld)


On unix, we simply do :  set | grep MOZILLA   , and I hope it will  
work for you too, or try to read the WinNT... .sh file (sorry, I  
really never built on Windows)


FYI, the problem stands in the hack OpenOffice.org does use with  
mozilla : xmlsec and libxmlsec use some little part of mozilla  
( libnss exactly) to be built, but the dependancies are a bit  
complicated. To understand better, I'd suggest you to have a look at  
what is written in libxmlsec/makefile.mk or (quite the same topic)  
xmlsesecurity/util/makefile.mk  about Mozilla  ;)



HTH
Eric Bachard

--
qɔᴉɹə






Re: [dev] build problems, help?

2009-01-21 Thread Joachim Lingner

Try the suggested solution described here:
http://qa.openoffice.org/issues/show_bug.cgi?id=98273

After copying the climaker.exe.config next to the climaker.exe in the 
solver build again

cli_ure
unoil
testtools


Joachim

Albert Law schrieb:

Hi All,

I have a build problem, and I was wondering if someone could help. Thanks!

ps: WinXP Pro, MSVS2005Pro

Basically, I get:
--1
Making: ../../../wntmsci11/lib/icli_cpp_bridgetest.uno_t1.lib
build of ../../../wntmsci11/bin/cli_cpp_bridgetest.uno.dll creates ../../../wntm
sci11/lib/icli_cpp_bridgetest.uno_t1.lib
making .dpslo
slfl.pl csc -warnaserror+ -optimize -target:library -out:../../../wntmsci11/bin/
cli_cs_bridgetest.uno.dll \
-reference:../../../wntmsci11/bin/cli_types_bridgetest.dll \
-reference:c:/code/OpenOffice/OOO300_m9/solver/300/wntmsci11/bin
/cli_uretypes.dll \
-reference:c:/code/OpenOffice/OOO300_m9/solver/300/wntmsci11/bin
/cli_basetypes.dll \
-reference:c:/code/OpenOffice/OOO300_m9/solver/300/wntmsci11/bin
/cli_ure.dll \
-reference:System.dll \
cli_cs_bridgetest.cs
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1433
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

c:\code\OpenOffice\OOO300_m9\testtools\wntmsci11\bin\cli_types_bridgetest.dll:
error CS1705: Assembly 'cli_types_bridgetest, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' uses 'cli_basetypes, Version=1.0.12.0,
Culture=neutral, PublicKeyToken=ce2cb7e279207b9e' which has a higher
version than referenced assembly 'cli_basetypes, Version=1.0.11.0,
Culture=neutral, PublicKeyToken=ce2cb7e279207b9e'
c:\code\OpenOffice\OOO300_m9\solver\300\wntmsci11\bin\cli_basetypes.dll:
(Location of symbol related to previous error)
dmake: Error code 1, while making '../../../wntmsci11/bin/cli_cs_bridgetest.uno
.dll'

ERROR: Error 65280 occurred while making /cygdrive/c/code/OpenOffice/OOO300_m9/t
esttools/source/bridgetest/cli
rmdir /cygdrive/c/DOCUME~1/Auser/LOCALS~1/Temp/3588
dmake: Error code 1, while making 'build_instsetoo_native'



And I execute:
set nodep=TRUE
set NO_HIDS=TRUE
set MAXPROCESS=4
cd /cygdrive/c/code/OpenOffice/OOO300_m9/config_office

./configure --disable-build-mozilla --disable-mozilla --with-use-shell=bash 
--with-build-version=Built for Testing Only
--without-ppds --enable-verbose --enable-pdfimport --enable-binfilter 
--disable-kdeab --disable-atl --enable-dbgutil
--enable-symbols --with-cl-home='/cygdrive/c/PROGRA~1/Microsoft Visual Studio 
8/VC'
--with-ant-home='/cygdrive/c/PROGRA~1/apache-ant-1.7.1' 
--with-jdk-home='/cygdrive/c/PROGRA~1/Java/jdk1.6.0_07'

cd ..
./bootstrap
. winenv.set.sh
dmake


_
- Albert





-
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: dev-h...@openoffice.org



RE: [dev] More Build Problems

2009-01-21 Thread Albert Law
Hi Eric,

WITH_MOZILLA=NO

Ya, I'm not too interested in figuring out the dependencies.  I just want to 
build a vanilla OOo.  :)

Additionally, I was trying to avoid building Mozilla just to simplify my life.  
Perhaps avoiding it doesn't help at all?

-
Albert 


-Original Message-
From: eric b [mailto:eric.bach...@free.fr] 
Sent: Wednesday, January 21, 2009 10:54
To: dev@openoffice.org
Subject: Re: [dev] More Build Problems

Hi Albert,

Le 21 janv. 09 à 16:41, Albert Law a écrit :



In your configure command line, I read you used the options :


 ./configure --disable-build-mozilla --disable-mozilla

... and so on.


AFAIK, --disable-mozilla options means build without use mozilla  
zipped archives nor mozilla sources. Thus, libxmlsec will not be  
built, nor delivered of course. Now, If you need this lib and  
includes, maybe you modified the environment afterwards, or did  
something wrong in meantime ? (like configure with mozilla disabled  
and modify the environment variable or something like that .. )

Can you please tell us what your environment file does contain around  
MOZILLA (the one you source before the build, if I'm not too wrong  
with windows buld)

On unix, we simply do :  set | grep MOZILLA   , and I hope it will  
work for you too, or try to read the WinNT... .sh file (sorry, I  
really never built on Windows)

FYI, the problem stands in the hack OpenOffice.org does use with  
mozilla : xmlsec and libxmlsec use some little part of mozilla  
( libnss exactly) to be built, but the dependancies are a bit  
complicated. To understand better, I'd suggest you to have a look at  
what is written in libxmlsec/makefile.mk or (quite the same topic)  
xmlsesecurity/util/makefile.mk  about Mozilla  ;)


HTH
Eric Bachard

-- 
qɔᴉɹə






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



Re: [dev] More Build Problems

2009-01-21 Thread eric b

Hi Albert,

Le 21 janv. 09 à 17:28, Albert Law a écrit :


Hi Eric,

WITH_MOZILLA=NO



Ok, then things are clear, and either you have something wrong in  
your build or you hit a build issue (I'm surprised, because Windows  
build is well known )


Someone better than me with Windows will probably complete my answer :-)

Regards,
Eric

--
qɔᴉɹə






Re: [dev] More Build Problems

2009-01-21 Thread Maximilian Odendahl

Hi Albert,

 WITH_MOZILLA=NO

sorry, didn't follow the thread, but I am always building with

.. --disable-build-mozilla --disable-mozilla ..

as well as putting the precombiled bundle into moz folder

For Windows builds, this is the best ressource, with this it should work 
for sure:


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

Best regards
Max

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



Re: [dev] build problems, help?

2009-01-21 Thread Mathias Bauer
Hi Jochen,

that's great, so this will even help in the case of Albert where
increasing the version number in wouldn't help (because he had a problem
building 3.0 with 3.0.1 installed).

Good stuff.

Ciao,
Mathias


Joachim Lingner wrote:

 Try the suggested solution described here:
 http://qa.openoffice.org/issues/show_bug.cgi?id=98273
 
 After copying the climaker.exe.config next to the climaker.exe in the 
 solver build again
 cli_ure
 unoil
 testtools
 
 
 Joachim
 
 Albert Law schrieb:
 Hi All,
 
 I have a build problem, and I was wondering if someone could help. Thanks!
 
 ps: WinXP Pro, MSVS2005Pro
 
 Basically, I get:
 --1
 Making: ../../../wntmsci11/lib/icli_cpp_bridgetest.uno_t1.lib
 build of ../../../wntmsci11/bin/cli_cpp_bridgetest.uno.dll creates 
 ../../../wntm
 sci11/lib/icli_cpp_bridgetest.uno_t1.lib
 making .dpslo
 slfl.pl csc -warnaserror+ -optimize -target:library 
 -out:../../../wntmsci11/bin/
 cli_cs_bridgetest.uno.dll \
 -reference:../../../wntmsci11/bin/cli_types_bridgetest.dll \
 -reference:c:/code/OpenOffice/OOO300_m9/solver/300/wntmsci11/bin
 /cli_uretypes.dll \
 -reference:c:/code/OpenOffice/OOO300_m9/solver/300/wntmsci11/bin
 /cli_basetypes.dll \
 -reference:c:/code/OpenOffice/OOO300_m9/solver/300/wntmsci11/bin
 /cli_ure.dll \
 -reference:System.dll \
 cli_cs_bridgetest.cs
 Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1433
 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
 
 c:\code\OpenOffice\OOO300_m9\testtools\wntmsci11\bin\cli_types_bridgetest.dll:
 error CS1705: Assembly 'cli_types_bridgetest, Version=0.0.0.0, 
 Culture=neutral,
 PublicKeyToken=null' uses 'cli_basetypes, Version=1.0.12.0,
 Culture=neutral, PublicKeyToken=ce2cb7e279207b9e' which has a higher
 version than referenced assembly 'cli_basetypes, Version=1.0.11.0,
 Culture=neutral, PublicKeyToken=ce2cb7e279207b9e'
 c:\code\OpenOffice\OOO300_m9\solver\300\wntmsci11\bin\cli_basetypes.dll:
 (Location of symbol related to previous error)
 dmake: Error code 1, while making 
 '../../../wntmsci11/bin/cli_cs_bridgetest.uno
 .dll'
 
 ERROR: Error 65280 occurred while making 
 /cygdrive/c/code/OpenOffice/OOO300_m9/t
 esttools/source/bridgetest/cli
 rmdir /cygdrive/c/DOCUME~1/Auser/LOCALS~1/Temp/3588
 dmake: Error code 1, while making 'build_instsetoo_native'
 
 
 
 And I execute:
 set nodep=TRUE
 set NO_HIDS=TRUE
 set MAXPROCESS=4
 cd /cygdrive/c/code/OpenOffice/OOO300_m9/config_office
 
 ./configure --disable-build-mozilla --disable-mozilla --with-use-shell=bash 
 --with-build-version=Built for Testing Only
 --without-ppds --enable-verbose --enable-pdfimport --enable-binfilter 
 --disable-kdeab --disable-atl --enable-dbgutil
 --enable-symbols --with-cl-home='/cygdrive/c/PROGRA~1/Microsoft Visual 
 Studio 8/VC'
 --with-ant-home='/cygdrive/c/PROGRA~1/apache-ant-1.7.1' 
 --with-jdk-home='/cygdrive/c/PROGRA~1/Java/jdk1.6.0_07'
 
 cd ..
 ./bootstrap
 . winenv.set.sh
 dmake
 
 
 _
 - Albert
 
 
 
 
 
 -
 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: dev-h...@openoffice.org
 


-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: 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 problems, help?

2009-01-21 Thread Mathias Bauer
Rene Engelhard wrote:

 Hi,
 
 Mathias Bauer wrote:
 No, as I wrote, testtools is not required to build an installation set
 or build any other module.
 
 Sure, but depending on what on (or why) testtools fails chances are big it
 would fail on packaging then too. (been there, had that)

Not in this case. The problem here is that climaker.exe has a versioning
problem and it isn't used in packaging at all. I know what I am talking
about, as I had the same problem and not building testtools solved it
for me. But anyway, it seems that Jochen has a better solution. I will
now reinstall the 3.0.1RC2, apply Jochen's fix and try to build
testtools in my CWS.

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