Re: [dev] Link errors

2010-01-04 Thread Mathias Bauer
Richard Whitehead wrote:

 Hello,
  
 I'm continuing to try to build OpenOffice for the first time.  Now that
 I've put testautomation in place, the build begins and it ran for about
 half an hour (I have a relatively low performance desktop machine).  It
 has now failed with a link error.  Annoyingly this seems to stop the
 whole build so I can't even carry on...
  
 Please can someone look at the attached output (the last part of the
 build) and suggest what I might do to fix it?
  
  
 If anyone has a built system (solver etc plus associated source version)
 I could download then could I avoid rebuilding everyting and just
 concentrate on the part that intersts me?

It seems that you are using Visual Studio Express. This version does not
come with ATL, so you must disable its usage in the OOo build. Please
use configure with the switches --disable-atl and --disable-activex.

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



Re: [dev] StarOffice3.1 executing macros from the command line

2010-01-04 Thread Mathias Bauer
Markus Daniel wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello Mathias,
 
 Markus Daniel schrieb:
 
 In case that doesn't work, please ask again.
 It does not work. Better: It works but SO5.2 interprets the layout not
 like SO3.1. E.g. page breaks are different and while SO31 shows ? SO52
 
 sorry, encoding goes wrong, not ?, the EURO-Sign should be there
 
 since no other version of staroffice or openoffice can handle the layout
 like staroffice 3.1 I tried to print pdfs by using a macro which is
 called on the command prompt.
 The command prompt call of a maro doesn't seemed to work in stareoffice3.1.
 Is there any other way to load and print a few thousand documents with
 staroffice 3.1?

You could try to bind your macro to the StartApplication event (this
should work in 3.1 IIRC) so that SO automatically starts it when SO
starts. If you wanted to pass arguments to it you could try to pass them
via environment variables, in case SO Basic supported access to the
program's environment (I don't recall that). Another alternative would
be passing these arguments via a text file that the SO Basic macro reads
in before doing its work.

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



Re: [dev] Re: OpenOffice Integration

2010-01-04 Thread Mathias Bauer
K S wrote:

 Dear OpenOffice Development Community,
 

 My name is Kirill, and I am Software Engineering Professional.

 Let me ask you several questions concerning integration of Open Office into
 my project.

 The matter is that I would like to call OpenOffice from my Java
 application. If there is no OpenOffice installed on the computer, I think it
 is good to run a copy of OpenOffice, supplied with my application. But As I
 know, OpenOffile under Linux can be started only if it was installed as a
 package. How it is possible to run OpenOffice using UNO without installing
 (merely copied OO to specified folder, for example)?  What about having
 several instances of Open Office at one time in the system? Thank you very
 much!

You can have as much OOo versions on your system as you want. The
easiest way is to provide the OOo installation set as a preinstalled
tar.gz that can be unpacked to any place you want.

How many parallel OOo version can run at a time depends on the user
profile that they use. Only one OOo process at a time can access a
particular user profile, running several instances requires several
profiles (and assigning them to the different OOo versions).

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



[dev] Unresolved externals

2010-01-04 Thread Richard Whitehead
Hello,

I hope everyone had a good break.

Can't remember if I sent this just before Christmas or not.

I'm trying to build OO but am getting unresolved externals when linking 
/cygdrive/d/OpenOffice/embedserv/util - output attached.  This stops the whole 
build.
If anyone can suggest what library needs to be added to what makefile that 
would be very useful.

In the meantime I'm going to try building the last official release of OO, 
presumably that has been built from scratch.

If anyone has a built copy of OO so I could just try to do a delta build that 
would be very useful.

Thanks,

Richard--
Making: ../../wntmsci12.pro/bin/uno-skeletonmaker.exe
link  /MACHINE:IX86 @C:/cygwin/tmp/mkwo655E
Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF -NODEFAULTLIB -RELEASE -DEBUG -INCREMENTAL:NO 
/SUBSYSTEM:CONSOLE /BASE:0x1b00 -o
ut:../../wntmsci12.pro/bin/uno-skeletonmaker.exe 
-map:../../wntmsci12.pro/misc/uno-skeletonmaker.map
 ../../wntmsci12.pro/obj/skeletonmaker.obj 
../../wntmsci12.pro/obj/skeletoncommon.obj ../../wntmsci1
2.pro/obj/javatypemaker.obj ../../wntmsci12.pro/obj/cpptypemaker.obj 
../../wntmsci12.pro/obj/javacom
pskeleton.obj ../../wntmsci12.pro/obj/cppcompskeleton.obj ireg.lib isal.lib 
isalhelper.lib icppu.lib
 icppuhelper.lib unodevtools.lib codemaker.lib commoncpp.lib commonjava.lib 
msvcrt.lib uwinapi.lib k
ernel32.lib user32.lib oldnames.lib stlport_vc71.lib
linking ../../wntmsci12.pro/bin/uno-skeletonmaker.exe.manifest ...
if [ -f ../../wntmsci12.pro/bin/uno-skeletonmaker.exe.manifest ] ; then mt.exe 
-manifest ../../wntms
ci12.pro/bin/uno-skeletonmaker.exe.manifest 
-outputresource:../../wntmsci12.pro/bin/uno-skeletonmake
r.exe\;1 ; fi
Microsoft (R) Manifest Tool version 5.2.3790.2076
Copyright (c) Microsoft Corporation 2005.
All rights reserved.
if [ -f ../../wntmsci12.pro/bin/uno-skeletonmaker.exe.manifest ] ; then /bin/rm 
-f ../../wntmsci12.p
ro/bin/uno-skeletonmaker.exe.manifest ; fi
if [ -f ../../wntmsci12.pro/bin/uno-skeletonmaker.exe.tmanifest ] ; then 
/bin/rm -f ../../wntmsci12.
pro/bin/uno-skeletonmaker.exe.tmanifest ; fi
-
making .dpobj
deliver -- version: 275594
Module 'unodevtools' delivered successfully. 3 files copied, 1 files unchanged
=
Building module embedserv
/cygdrive/d/OpenOffice/embedserv/source/embed
mkout -- version: 1.8
making .dpslo
--
Compiling: embedserv/source/embed/register.cxx
c:/PROGRA~1/MICROS~1.0/VC/bin/cl.exe  -Zm500 -Zc:forScope,wchar_t- -GR -c 
-nologo -Gs  -Gy -Ob1 -Oxs
 -Oy- -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -Gd  -I.  
-I../../wntmsci12.pro/inc/emser -Ic
:/PROGRA~1/MICROS~1.0/VC/atlmfc/include -I../inc -I../../inc/pch -I../../inc 
-I../../WIN/inc -I../..
/wntmsci12.pro/inc -I. -Id:/OpenOffice/solver/320/wntmsci12.pro/inc/stl 
-Id:/OpenOffice/solver/320/w
ntmsci12.pro/inc/external -Id:/OpenOffice/solver/320/wntmsci12.pro/inc 
-Id:/OpenOffice/solenv/wntmsc
i12/inc -Id:/OpenOffice/solenv/inc -Id:/OpenOffice/res 
-Id:/OpenOffice/solver/320/wntmsci12.pro/inc/
stl -Ic:/PROGRA~1/Java/JDK16~1.0_1/include/win32 
-Ic:/PROGRA~1/Java/JDK16~1.0_1/include -Ic:/PROGRA~
1/MI2578~1/Windows/v7.0/include -Ic:/PROGRA~1/MICROS~1.0/VC/include  
-Id:/OpenOffice/solver/320/wntm
sci12.pro/inc/offuh -I. -I../../res -I. -Wall -wd4061 -wd4127 -wd4191 -wd4217 
-wd4250 -wd4251 -wd427
5 -wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4611 -wd4625 -wd4626   
  -wd4640 -wd4675 -w
d4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619 -wd4365 -wd4668 
-wd4738 -wd4826 -wd4350 -w
d4505 -wd4692 -wd4189 -wd4005 -wd4180   -DWNT -DWNT -DNT351 -DMSC -DM1500 
-DINTEL -D_X86_=1 -D_C
RT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE 
-D_CRT_NON_CONFORMING_SWPRINTFS -DFULL_DESK -DBOO
ST_MEM_FN_ENABLE_CDECL -DSTLPORT_VERSION=400 -D_MT -DWINVER=0x0500 
-D_WIN32_IE=0x0500 -DCPPU_ENV=msc
i -DSUPD=320 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE 
-DCUI -DSOLAR_JAVA   -
DSHAREDLIB -D_DLL_ -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL  -EHa 
-DEXCEPTIONS_ON  -Fo../../wntmsci
12.pro/slo/register.obj d:/OpenOffice/embedserv/source/embed/register.cxx
register.cxx
: PATH=${PATH}:/cygdrive/d/OpenOffice/solver/320/wntmsci12.pro/bin 
d:/OpenOffice/solver/320/wn
tmsci12.pro/bin/makedepend @C:/cygwin/tmp/mkO9WfFB  
../../wntmsci12.pro/misc/s_register.dpcc
--
Compiling: embedserv/source/embed/servprov.cxx
c:/PROGRA~1/MICROS~1.0/VC/bin/cl.exe  -Zm500 -Zc:forScope,wchar_t- -GR -c 
-nologo -Gs  -Gy -Ob1 -Oxs
 -Oy- -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -Gd  -I.  
-I../../wntmsci12.pro/inc/emser -Ic
:/PROGRA~1/MICROS~1.0/VC/atlmfc/include -I../inc -I../../inc/pch -I../../inc 
-I../../WIN/inc -I../..
/wntmsci12.pro/inc -I. -Id:/OpenOffice/solver/320/wntmsci12.pro/inc/stl 
-Id:/OpenOffice/solver/320/w
ntmsci12.pro/inc/external 

Re: [dev] Some issues building Open Office on OSX

2010-01-04 Thread K S
Dear Peter,

I used --disable-mozilla too (simultaneously with
--disable-build-mozilla)

Sincerely yours,
Kirill

2010/1/4 Mathias Bauer nospamfor...@gmx.de

 Peter Kaufman wrote:

  Hi Kirill,
 
  My current ./configure is loaded from a shell script.  It looks like
 this:
 
  #!/bin/sh
  export BASE=`pwd`
  export OOVERSION=`echo $BASE|sed 's/^\/.*\///'`
  echo Building from : $BASE
  echo OpenOffice Version: $OOVERSION
  ./configure \
  --with-lang=en-US de fr \
  --disable-odk \
  --disable-pasf \
  --disable-gtk \
  --disable-headless \
  --disable-build-mozilla \
  --with-build-version=$OOVERSION-`date +%d-%m-%y` \
  --disable-fontconfig \
  --without-nas \
  --with-use-shell=bash \
  --with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Home \
  --with-stlport=no \
  --disable-mediawiki \
  --enable-werror \
  --disable-vba
 
  Note the --disable-build-mozilla.  I think I've already disabled building
  mozilla.  Unless I'm missing another configure option I need?

 Moz is not built in your build, it is just unpacked (you can see that
 from the Entering /Users/peterkaufman/open_office/moz/zipped line in
 your log file). OOo expects to find zipped precompiled content in this
 directory. Perhaps you didn't provide it?

 You can either fix that (I have to look where you can find this
 precompiled content in case you wanted to do that) or you can use the
 switch --disable-mozilla instead. Please note that this will prevent
 OOo from accessing any Mozilla/Thunderbird address books and from
 working with LDAP and Digital Signatures (as these functions are
 implemented with Mozilla code on Mac OSX).

 Regards,
 Mozilla

 --
 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] Source code directories complements

2010-01-04 Thread Mathias Bauer
Per Eriksson wrote:

 Modules listed but not avilable in trunk (what happened to these?):
 
 config_office

Not needed anymore, in earlier versions it contained some stuff that now
is located in the root of the source tree (configure etc.).

 jut

I never heard about that. Sure that you didn't want to write jurt?

 nas

Sure that you didn't want to write nss?

 mathmldtd
 package(= packages ???)

These directories do exist in trunk; the latter is called MathMLDTD though.

 sj2

Has been removed in 3.2.

 so3

Has been moved to binfilter as this code is only used there.

 solver

This is no a module, it is the output tree of the build that is created
automatically once a build is started.

 freetype
 netbeansintegration
 oo_extensions
 port_audio
 psprint
 rvpapi
 sablot
 scsolver
 sdk_oo
 sndfile
 unzip
 xalan
 xmlSearch

None of these exist in trunk anymore. Some of them might have been
renamed meanwhile or had become obsolete.

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



Re: [dev] Source code directories complements

2010-01-04 Thread Mathias Bauer
Per Eriksson wrote:

 Hi,
 
 I have completed the Source code directories page with the directories 
 available in trunk as of today, and I need some information what they 
 contain. The ones I have a description to I have completed.
 
 I also added the sortable functionality on the page to allow better viewing.
 
 Please fill in the descriptions in the wiki or here and I'll update it 
 accordingly.

Nice work, thanks for doing it! I will fill some of the gaps in the next
days.

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



Re: [dev] Source code directories complements

2010-01-04 Thread Stephan Bergmann

On 01/04/10 10:22, Mathias Bauer wrote:

Per Eriksson wrote:


Modules listed but not avilable in trunk (what happened to these?):

jut


I never heard about that. Sure that you didn't want to write jurt?


There indeed used to be a jut (Java UNO tools) module.  Got removed 
rather recently (as it contained nothing relevant any longer).


-Stephan

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



Re: [dev] Link errors

2010-01-04 Thread Richard Whitehead

Mathias,

No, I'm using Visual Studio 2008 from MSDN.  I believe I installed all the 
development libraries.


I will try those options anyway...

Thanks,

Richard


- Original Message - 
From: Mathias Bauer nospamfor...@gmx.de

To: dev@openoffice.org
Sent: Monday, January 04, 2010 9:02 AM
Subject: Re: [dev] Link errors



Richard Whitehead wrote:


Hello,

I'm continuing to try to build OpenOffice for the first time.  Now that
I've put testautomation in place, the build begins and it ran for about
half an hour (I have a relatively low performance desktop machine).  It
has now failed with a link error.  Annoyingly this seems to stop the
whole build so I can't even carry on...

Please can someone look at the attached output (the last part of the
build) and suggest what I might do to fix it?


If anyone has a built system (solver etc plus associated source version)
I could download then could I avoid rebuilding everyting and just
concentrate on the part that intersts me?


It seems that you are using Visual Studio Express. This version does not
come with ATL, so you must disable its usage in the OOo build. Please
use configure with the switches --disable-atl and --disable-activex.

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

2010-01-04 Thread Per Eriksson

Hi Richard,

Richard Whitehead skrev 2010-01-04 10:56:

Mathias,

No, I'm using Visual Studio 2008 from MSDN.  I believe I installed all 
the development libraries.


I will try those options anyway...



You have some more tips here if you run into trouble:

http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows#configure_settings_tips

Best Regards

Per Eriksson



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



Re: [dev] Source code directories complements

2010-01-04 Thread Per Eriksson

Mathias Bauer skrev 2010-01-04 10:22:

Per Eriksson wrote:

   

Modules listed but not avilable in trunk (what happened to these?):

config_office
 

Not needed anymore, in earlier versions it contained some stuff that now
is located in the root of the source tree (configure etc.).

   

jut
 

I never heard about that. Sure that you didn't want to write jurt?

   

nas
 

Sure that you didn't want to write nss?
   


Nas was the Network Audio System, which belong to external.

It seems to be have removed. NSS is though added with a correct description.


mathmldtd
package(= packages ???)
 

These directories do exist in trunk; the latter is called MathMLDTD though.

   

sj2
 

Has been removed in 3.2.

   

so3
 

Has been moved to binfilter as this code is only used there.

   

solver
 

This is no a module, it is the output tree of the build that is created
automatically once a build is started.

   

freetype
netbeansintegration
oo_extensions
port_audio
psprint
rvpapi
sablot
scsolver
sdk_oo
sndfile
unzip
xalan
xmlSearch
 


I set question marks to some of them which had a description :)

Best

Per



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



Re: [dev] Source code directories complements

2010-01-04 Thread Per Eriksson

Hi Mathias,

Mathias Bauer skrev 2010-01-04 10:24:

Per Eriksson wrote:

   

Hi,

I have completed the Source code directories page with the directories
available in trunk as of today, and I need some information what they
contain. The ones I have a description to I have completed.

I also added the sortable functionality on the page to allow better viewing.

Please fill in the descriptions in the wiki or here and I'll update it
accordingly.
 

Nice work, thanks for doing it! I will fill some of the gaps in the next
days.

   


Thanks a lot Mathias :)

Best

Per


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



[dev] patch submission page for new modules

2010-01-04 Thread Caolán McNamara
Since the last update of
http://qa.openoffice.org/issue_handling/submission_gateway.html
various modules have come and go, I've added the new ones and sketched
in some guesses in some cases of the best default patch owner.

animations - ?
apple_remote - ?
cui - ?
cairo - ?
graphite - hdu
migrationanalysis - ?
nss - jl
splitbuild - ?
svl - cd
l10n - ?
vbahelper - npower
xsltml - mav

If any of those are wrong, or if anyone can fill in the blanks (or want
to change the default owner for patches for their group) then those with
commit privs can fix their entries with
cvs -d:pserver:y...@localhost:2401/cvs co qa/www/issue_handling
edit create_submission_gateway.pl
perl create_submission_gateway.pl submission_gateway.template 
submission_gateway.html
and commit. 

Or just let me know and I can do it for you.

C.


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



Re: [dev] Some issues building Open Office on OSX

2010-01-04 Thread Peter Kaufman
Hi Kirill and Mathias,

Thanks for the help!

I recompiled with --disable-mozilla switch and it got a lot farther but now
it's hit another wall:
-
... checking required files ...
.. searching zip ...
Found: /usr/bin/zip
... analyzing ../util/openoffice.lst ...
rmdir: /Users/peterkaufman/open_office/instsetoo_native/
unxmacxi.pro/OpenOffice/dmg/logging/: Directory not empty
... reading include pathes ...
... analyzing script: /Users/peterkaufman/open_office/solver/300/
unxmacxi.pro/bin/setup_osl.ins ...
... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing unix links ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...

... languages en-US ...
... analyzing files ...
ERROR: The following files could not be found:
ERROR: File not found: libjpipe.jnilib
ERROR: File not found: ldapbe2.uno.dylib
ERROR: File not found: libplmxi.dylib
ERROR: File not found: libxsec_fw.dylib
ERROR: File not found: libxmlsecurity.dylib
ERROR: File not found: libxsec_xmlsec.dylib
ERROR: File not found: mozruntime.zip
ERROR: File not found: xmlsecen-US.res
... cleaning the output tree ...
... removing directory /tmp/ooopackaging/i_728461262616865 ...

**
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**

**
ERROR: Saved logfile: /Users/peterkaufman/open_office/instsetoo_native/
unxmacxi.pro/OpenOffice/dmg/logging/en-US/log_DEV300_en-US.log
**
Mon Jan  4 23:54:29 2010 (00:04 min.)
dmake:  Error code 255, while making 'openoffice_en-US.dmg'

1 module(s):
instsetoo_native
need(s) to be rebuilt

Reason(s):


Attention: if you fix the errors in above module(s) you may prolongue your
the build issuing command:

build --all:instsetoo_native
-

OK, to be frank, I'm not at all sure what the issue is.  It seems like a lot
of the XML related dylibs aren't building.  I don't know why it's still
looking for mozruntime.zip as I had the --disable-mozilla switch.

If you could help point me in the right direction, it would be a big help.

Thank you very much for all your help so far.

-Peter

On Mon, Jan 4, 2010 at 6:17 PM, K S pgmb...@gmail.com wrote:

 Dear Peter,

 I used --disable-mozilla too (simultaneously with
 --disable-build-mozilla)

 Sincerely yours,
 Kirill

 2010/1/4 Mathias Bauer nospamfor...@gmx.de

  Peter Kaufman wrote:
 
   Hi Kirill,
  
   My current ./configure is loaded from a shell script.  It looks like
  this:
  
   #!/bin/sh
   export BASE=`pwd`
   export OOVERSION=`echo $BASE|sed 's/^\/.*\///'`
   echo Building from : $BASE
   echo OpenOffice Version: $OOVERSION
   ./configure \
   --with-lang=en-US de fr \
   --disable-odk \
   --disable-pasf \
   --disable-gtk \
   --disable-headless \
   --disable-build-mozilla \
   --with-build-version=$OOVERSION-`date +%d-%m-%y` \
   --disable-fontconfig \
   --without-nas \
   --with-use-shell=bash \
   --with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Home \
   --with-stlport=no \
   --disable-mediawiki \
   --enable-werror \
   --disable-vba
  
   Note the --disable-build-mozilla.  I think I've already disabled
 building
   mozilla.  Unless I'm missing another configure option I need?
 
  Moz is not built in your build, it is just unpacked (you can see that
  from the Entering /Users/peterkaufman/open_office/moz/zipped line in
  your log file). OOo expects to find zipped precompiled content in this
  directory. Perhaps you didn't provide it?
 
  You can either fix that (I have to look where you can find this
  precompiled content in case you wanted to do that) or you can use the
  switch --disable-mozilla instead. Please note that this will prevent
  OOo from accessing any Mozilla/Thunderbird address books and from
  working with LDAP and Digital Signatures (as these functions are
  implemented with Mozilla code on Mac OSX).
 
  Regards,
  Mozilla
 
  --
  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] Some issues building Open Office on OSX

2010-01-04 Thread Philipp Lohmann

On 1/4/10 4:07 PM, Peter Kaufman wrote:

Hi Kirill and Mathias,

Thanks for the help!

I recompiled with --disable-mozilla switch and it got a lot farther but now
it's hit another wall:
-
.. checking required files ...
. searching zip ...
 Found: /usr/bin/zip
.. analyzing ../util/openoffice.lst ...
rmdir: /Users/peterkaufman/open_office/instsetoo_native/
unxmacxi.pro/OpenOffice/dmg/logging/: Directory not empty
.. reading include pathes ...
.. analyzing script: /Users/peterkaufman/open_office/solver/300/
unxmacxi.pro/bin/setup_osl.ins ...
.. analyzing directories ...
.. analyzing files ...
.. analyzing scpactions ...
.. analyzing shortcuts ...
.. analyzing unix links ...
.. analyzing profile ...
.. analyzing profileitems ...
.. analyzing modules ...

.. languages en-US ...
.. analyzing files ...
ERROR: The following files could not be found:
ERROR: File not found: libjpipe.jnilib
ERROR: File not found: ldapbe2.uno.dylib
ERROR: File not found: libplmxi.dylib
ERROR: File not found: libxsec_fw.dylib
ERROR: File not found: libxmlsecurity.dylib
ERROR: File not found: libxsec_xmlsec.dylib
ERROR: File not found: mozruntime.zip
ERROR: File not found: xmlsecen-US.res
.. cleaning the output tree ...
.. removing directory /tmp/ooopackaging/i_728461262616865 ...

**
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**

**
ERROR: Saved logfile: /Users/peterkaufman/open_office/instsetoo_native/
unxmacxi.pro/OpenOffice/dmg/logging/en-US/log_DEV300_en-US.log
**
Mon Jan  4 23:54:29 2010 (00:04 min.)
dmake:  Error code 255, while making 'openoffice_en-US.dmg'

1 module(s):
 instsetoo_native
need(s) to be rebuilt

Reason(s):


Attention: if you fix the errors in above module(s) you may prolongue your
the build issuing command:

 build --all:instsetoo_native
-

OK, to be frank, I'm not at all sure what the issue is.  It seems like a lot
of the XML related dylibs aren't building.  I don't know why it's still
looking for mozruntime.zip as I had the --disable-mozilla switch.

If you could help point me in the right direction, it would be a big help.

Thank you very much for all your help so far.

-Peter


As a guess: you didn't clean up all modules after configuring ? In that 
case you'll need to rebuilt (at least) scp2 which creates the set of 
files to install (which seems to include mozilla still).


Just my 2 cents, pl

--
One SVN to rule them all, One SVN to check out from,
 One SVN to commit them all and on the harddisks bind them
 In Las Vegas where the server lies.

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