Re: [dev] Re: OpenOffice.org Buildbot Master

2009-01-23 Thread Christian Lins

Hi!

On 01/23/09 10:03, Mechtilde wrote:

Hello Christian, *

Christian Lins schrieb:

Hi!

Some may have noticed it already: the Buildbot page at
http://termite.go-oo.org/buildbot/ is currently not available.
I have no idea why nor can I fix it :/


http://termite.go-oo.org/buildbot/ is up again.

But *all* bots seems to be offline


The bots had been reconnected to the temporary master teneon.de:8080 (as 
announced in the tools-tinderbox ML).

Now everything should be fine and working as normal :-)

Christian

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



[dev] OpenOffice.org Buildbot Master

2009-01-22 Thread Christian Lins

Hi!

Some may have noticed it already: the Buildbot page at 
http://termite.go-oo.org/buildbot/ is currently not available.

I have no idea why nor can I fix it :/

But, a friendly community member (thanks to Jens) provided me with a 
small root server, so that I was able to set up a replacement.

You will find the buildbot page at http://teneon.de:8080/

Currently, only the Sun maintained Bots are reconnected to that master.
Tinderbox mails are working, but due to the lack of disk space the 
installsets up-/downloads are disabled.


Everyone who is maintaining a Buildslave and wants to reconnect his/her 
slave, please contact me directly.


Regards,
Christian

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



Re: [dev] Patch for mozilla

2009-01-05 Thread Christian Lins

On 04.01.09 19:03, Martin Mancuska wrote:

Hello *,

are patches applied automatic during compilation? Or should I apply 
patch named  mozilla-source-1.7.5.patch manually? 


Patches that are part of the sourcecode (means: under svn control) are 
automatically applied when building.
Nevertheless, it might be necessary for some milestones (on some 
platforms) to apply additional patches (perhaps from the Issuetracker) 
manually...


Christian

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



Re: [dev] new developer

2008-12-22 Thread Christian Lins

Hello and welcome to you!

On 12/22/08 12:01, Robert Black wrote:

I am a c++ programmer and I would like to start making some contributions to
OOo.  I would really appreciate if someone could give me some advice on how
I should start.


The OOo wiki contains useful information and tutorials. Some of them are 
outdated as things are changing fast ;-)




I thought that doing some easy bug fixes would be a nice way to get to 'know
the ropes'. I would also be very happy to work closely with someone if they
have a little mini-project going on and they would like some assistance with
that.

Should I just grab the latest source code, get it building and then look for
something in the issue tracker and submit patches?


Yes, that sounds very good.

Perhaps you should try to build OOo for yourself to get in touch with 
Subversion, modules, etc.
Checkout a recent milestone on an operating system of your choice 
(building on Linux is imho very easy compared to Windows/Solaris) from 
the Subversion repository (e.g. 
svn://svn.services.openoffice.org/ooo/tags/DEV300_m37).


Btw. you can browse the sourcecode via 
http://svn.services.openoffice.org/opengrok .


Then if you have successfully build OOo yourself, I would try to apply 
and test some patches, verify bugs, etc.


Don't hesitate to ask questions, hacking OOo can be a challenging task ;-)

Good luck!

Christian

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



Re: [dev] How to develop OpenOffice.org

2008-12-19 Thread Christian Lins

Hi!

You probably want to build an application that is using OOo via its API.
It most cases it is not necessary to hack around in the OOo sources.

See http://api.openoffice.org/ for more details (DevGuide is a good 
starting point).


Regards,
Christian

On 12/19/08 11:41, ธีรเชน ธรมชัย wrote:

Hi, I'm newbie with OOo.

I must develop my application for using some function of OOo such as Print
or Print preview.

I eager to know how I get this function in my application.

And if I can not do this, you have other way for me.

Now I download OpenOffice source code version 3.00.

Thank you
Ghoster



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



Re: [dev] Please help a newbie: configure on Windows XP SP2

2008-12-05 Thread Christian Lins

Hi!

On 12/05/08 09:56, Eng. Jose R. Robles wrote:

found .NET 2008 / VS 9.0.
checking for midl.exe... no
Can't find MS Visual Studio / VC++ at ./oowintool line 175.
configure: error: midl.exe not found. Make sure it's in the path or
use --with-midl-path


Mmh, *looks* like a bug. I have the same switch on my configuration and 
configure cannot find midl.exe either. But: my configure just ignores 
that an goes on :-) No idea why...Perhaps because I have disabled a lot.


My configure line is:

./configure --enable-report-builder=no --with-use-shell=bash 
--with-midl-path=/cygdrive/c/Program\ Files/Microsoft\ 
SDKs/Windows/v6.1/Bin --with-psdk-home=/cygdrive/c/Program\ 
Files/Microsoft\ SDKs/Windows/v6.1 
--with-directx-home=/cygdrive/c/Program\ Files\ \(x86\)/Microsoft\ 
DirectX\ SDK\ \(February\ 2007\) 
--with-ant-home=/cygdrive/c/termite/prereq/apache-ant-1.7.0 
--disable-build-mozilla --disable-mediawiki --with-gpc 
--with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727 
--with-jdk-home=/cygdrive/c/Program\ Files\ \(x86\)/Java/jdk1.5.0_11 
--disable-activex --with-frame-home=/cygdrive/c/Program\ Files\ 
\(x86\)/Microsoft\ Visual\ Studio\ 8/SDK/v2.0 
--with-cl-home=/cygdrive/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ 
Studio\ 8/VC --with-nsis-path=/cygdrive/c/termite/prereq/NSIS 
--with-package-format="installed msi ddd"


Perhaps this can help you... It definitvely works on recent developer 
snapshots.


Christian

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



[dev] Need QA Rep

2008-11-07 Thread Christian Lins

Hi!

I need a QA Rep for my cws cli004 which contains some build breaker 
fixes for DEV300_m34.


Any volunteers? :-)

Christian

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



[dev] OOO300_m11 build problem on WindowsXP

2008-10-29 Thread Christian Lins

Hi!

I recently updated the cygwin installation of the WinXP2 Buildbot, but 
now it is not able to build OOO300_m11, which imho worked before the update.


The error message is:

"Building without cairo support...
/cygdrive/f/termite/slavedir/Win-XP2/workdir/canvas/source/directx
--
Making: ../../wntmsci11.pro/bin/directx9canvas.uno.dll
rc -DWIN32 -I.  -I../../wntmsci11.pro/inc/directx9canvas -I../inc 
-I../../inc/pch -I../../inc -I../../WIN/inc -I../../wntmsci11.pro/inc 
-I. 
-If:/termite/slavedir/Win-XP2/workdir/solver/300/wntmsci11.pro/inc/stl 
-If:/termite/slavedir/Win-XP2/workdir/solver/300/wntmsci11.pro/inc/external 
-If:/termite/slavedir/Win-XP2/workdir/solver/300/wntmsci11.pro/inc 
-If:/termite/slavedir/Win-XP2/workdir/solenv/wntmsci11/inc 
-If:/termite/slavedir/Win-XP2/workdir/solenv/inc 
-If:/termite/slavedir/Win-XP2/workdir/res 
-If:/termite/slavedir/Win-XP2/workdir/solver/300/wntmsci11.pro/inc/stl 
-Ic:/PROGRA~2/Java/JDK15~1.0_1/include/win32 
-Ic:/PROGRA~2/Java/JDK15~1.0_1/include 
-Ic:/PROGRA~1/MICROS~3/Windows/v6.1/include 
-Ic:/PROGRA~2/MICROS~2/VC/include -Ic:/PROGRA~2/MICROS~3/include 
-Ic:/PROGRA~2/MICROS~3/include 
-If:/termite/slavedir/Win-XP2/workdir/solver/300/wntmsci11.pro/inc/offuh 
-I. -I../../res -I.  ../../wntmsci11.pro/misc/directx9canvas.uno_def.rc
f:/termite/slavedir/Win-XP2/workdir/solenv/inc/shlinfo.rc(33) : warning 
RC4005: 'VERVARIANT' : redefinition
cat ../../wntmsci11.pro/misc/directx9canvas.uno_def.res > 
../../wntmsci11.pro/misc/directx9canvas.uno.res
link  /MACHINE:IX86 @C:/cygwin/tmp/mkdUpTh6 2>&1 | 
C:/cygwin/bin/grep.exe -v "LNK4197:"

Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF -NODEFAULTLIB -RELEASE -DEBUG -INCREMENTAL:NO 
/SUBSYSTEM:CONSOLE /DLL 
-out:../../wntmsci11.pro/bin/directx9canvas.uno.dll 
-map:../../wntmsci11.pro/misc/directx9canvas.uno.map 
../../wntmsci11.pro/lib/idirectx9canvas.exp 
../../wntmsci11.pro/slo/directx9canvas.uno_version.obj 
../../wntmsci11.pro/slb/directx9canvas.lib icppu.lib itk.lib isal.lib 
icomphelp.lib icppuhelper.lib ibasegfx.lib icanvastools.lib ivcl.lib 
itools.lib iutl.lib gdi32.lib d3d9.lib gdiplus.lib msvcrt.lib 
uwinapi.lib kernel32.lib user32.lib oldnames.lib stlport_vc71.lib 
../../wntmsci11.pro/misc/directx9canvas.uno.res
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<6> `anonymous namespace'::_6" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<9> `anonymous namespace'::_9" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<2> `anonymous namespace'::_2" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<7> `anonymous namespace'::_7" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<5> `anonymous namespace'::_5" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<8> `anonymous namespace'::_8" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<1> `anonymous namespace'::_1" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<4> `anonymous namespace'::_4" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
directx9canvas.lib(dx_canvashelper_texturefill.obj) : error LNK2005: 
"class boost::arg<3> `anonymous namespace'::_3" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@boost@@A) already defined in 
directx9canvas.lib(dx_canvashelper.obj)
../../wntmsci11.pro/bin/directx9canvas.uno.dll : fatal error LNK1169: 
one or more multiply defined symbols found
dmake:  Error code 2, while making 
'../../wntmsci11.pro/bin/directx9canvas.uno.dll'


ERROR: Error 65280 occurred while making 
/cygdrive/f/termite/slavedir/Win-XP2/workdir/canvas/source/directx

rmdir /cygdrive/c/WINDOWS/TEMP/3768"

Any hints what causes or fixes this?

Christian

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



Re: [dev] Need Help, Problem on building with MinGW.

2008-10-27 Thread Christian Lins
On 10/27/08 10:57, Cynthia Qu wrote:
> hi,all
> 
> I have met some problems when I am building OOo_SRC680_m247 with MinGW on 
> Windows XP. I just want to compile with mingw now. 

Building OOo with MinGW is not easy and requires special tricks and
patches to succeed.
So, if you are unexperienced in building OOo try a clean Cygwin build
(which is also not simple) or better a Linux-build (e.g. Ubuntu (amd64))
which is in my opinion "the best" platform for start building OOo.

Christian

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



Re: [dev] help sought: building moz2seamonkey01 on Windows

2008-09-24 Thread Christian Lins
Frank Schönheit - Sun Microsystems Germany schrieb:
> Unfortunately, my time currently does not allow me to work on this (as
> we inside Hamburg still do not work with a plain OOo build environment,
> I would have to create one first, which alone can be a time-consuming
> task :-\ ).
We have some Buildbot slaves that are using the OOo build environment.

> 
> What I am looking for is a volunteer who could do the Windows build the
> CWS moz2seamonkey, including the Mozilla-build (i.e. without the
> above-mentioned configure-time switches which effectively disable it).
> If this said volunteer could work with Pierre/me to solve any problems
> which might appear during the build, this would be even better, if course :)

I could build that CWS on our Windows buildbot. All I have to do is
fiddling the configure parameters...(because Mozilla is imho disabled
per default on that Bots).

Regards,
Christian

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



Re: [dev] First Open Source Project

2008-09-19 Thread Christian Lins
Matthew Fehskens schrieb:
> Hello -

Welcome!

> I've always wanted to be a contributor to an open source project.  

> I want to contribute as much as possible because I believe OpenOffice.org is
> what the world needs:  a free, open-source office suite.  I have used it
> since version 1.0 and I would love to see it get as strong a market share as
> Microsoft Office currently has on the world.

You have probably noticed the contributing start page
(http://contributing.openoffice.org/) which contains the most useful
information for upcoming developers.
There are a lot of different parts of OOo, you have to decide what you
like most (or what you dislike most if it's an annoying bug that should
be fixed).

Please note that OOo is not always the best start to get experiences in
OpenSource development as the project is really huge and the structures
are often unclear to new developers.
But if you are willing to spend your time to get through this you are
welcome :-)

Regards,
Christian

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



[dev] Building DEV300_m30 on Solaris Intel

2008-09-15 Thread Christian Lins
I am still dead in the water with this stupid Solaris-Intel Buildbot :(

Here I am trying to build DEV300_m30:

"Making: ../unxsoli4.pro/obj/collectdircontent.obj
ccache /opt/SUNWspro/bin/CC
-I/space1/termite/baseline/solaris_2.8_intel/usr/include  -c -temp=/tmp
-xarch=generic -xO3 -xspace   -I.  -I../unxsoli4.pro/inc/make_makedepend
-I../inc -I../inc/pch -I../inc -I../unx/inc -I../unxsoli4.pro/inc -I.
-I/space1/termite/slavedir/Solaris-Intel/workdir/solver/300/unxsoli4.pro/inc/stl
-I/space1/termite/slavedir/Solaris-Intel/workdir/solver/300/unxsoli4.pro/inc/external
-I/space1/termite/slavedir/Solaris-Intel/workdir/solver/300/unxsoli4.pro/inc
-I/space1/termite/slavedir/Solaris-Intel/workdir/solenv/unxsoli4/inc
-I/space1/termite/slavedir/Solaris-Intel/workdir/solenv/inc
-I/space1/termite/slavedir/Solaris-Intel/workdir/res
-I/space1/termite/slavedir/Solaris-Intel/workdir/solver/300/unxsoli4.pro/inc/stl
-I/include
-I/space1/termite/slavedir/Solaris-Intel/workdir/solenv/inc/Xp31
-I/usr/jdk/jdk1.5.0_06/include -I/usr/jdk/jdk1.5.0_06/include/solaris
-I/usr/jdk/jdk1.5.0_06/include/native_threads/include
-I/space1/termite/slavedir/Solaris-Intel/workdir/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   -DNO_X11 -DXP_PC -DHW_THREADS   -noex -DEXCEPTIONS_OFF
-o ../unxsoli4.pro/obj/collectdircontent.o
/space1/termite/slavedir/Solaris-Intel/workdir/soltools/mkdepend/collectdircontent.cxx
if test -e ../unxsoli4.pro/obj/collectdircontent.o ; then touch
../unxsoli4.pro/obj/collectdircontent.obj ; fi
-
deliver -- version: 1.130
Module 'saxon' delivered successfully. 0 files copied, 2 files unchanged
"/usr/include/string.h", line 65: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/string.h", line 66: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/string.h", line 71: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/stdlib_c99.h", line 47: Error: Multiple declaration
for _RESTRICT_KYWD.
"/usr/include/iso/stdlib_c99.h", line 48: Error: Multiple declaration
for _RESTRICT_KYWD.
"/usr/include/stdlib.h", line 162: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/stdlib.h", line 163: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/stdlib.h", line 172: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/time.h", line 66: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/time.h", line 68: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/time.h", line 83: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/time.h", line 84: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/time.h", line 125: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/time.h", line 130: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/time.h", line 266: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/wchar_c99.h", line 45: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/wchar_c99.h", line 48: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/wchar_c99.h", line 51: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/stdio_c99.h", line 54: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/stdio_c99.h", line 56: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/stdio_c99.h", line 68: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/iso/stdio_c99.h", line 70: Error: Multiple declaration for
_RESTRICT_KYWD.
"/usr/include/float.h", line 63: Warning (Anachronism): Attempt to
redefine FLT_MIN without using #undef.
"/usr/include/float.h", line 66: Warning (Anachronism): Attempt to
redefine FLT_MAX without using #undef.
"/usr/include/float.h", line 73: Warning (Anachronism): Attempt to
redefine DBL_MIN without using #undef.
"/usr/include/float.h", line 76: Warning (Anachronism): Attempt to
redefine DBL_MAX without using #undef.
"/space1/termite/slavedir/Solaris-Intel/workdir/soltools/mkdepend/collectdircontent.cxx",
line 67: Warning: statement is unreachable.
22 Error(s) and 5 Warning(s) detected.
dmake:  Error code 22, while making
'../unxsoli4.pro/obj/collectdircontent.obj'
Running processes: 0

1 module(s):
soltools
need(s) to be rebuilt"

Does someone have any hints for me?

Thank you,
Christian

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



[dev] OOO300_m5/DEV300_m31 do not compile on Solaris

2008-09-11 Thread Christian Lins
Hi!

Since the OOO300_m5/DEV300_m31 the Buildbot Solaris build machines do
not properly build these milestones.

The build failes with the following error message:

"=
Building module solenv
Running processes: 1
/space1/termite/slavedir/Solaris-Intel/workdir/solenv

ERROR!
Could not detect compiler version!
Please extend tg_compv.mk in
force_dmake_to_error
solenv/inc.

ccache g++ -V returns
g++: `-V' option must have argument
dmake:  Error code 1, while making 'compiler_version_error'
Running processes: 0"

The full logfiles can be found here:
http://termite.go-oo.org/buildbot/builders/Solaris-Intel/builds/76/

As I am new to Solaris and the OOo build process, perhaps someone can
help me out.

Regards,
Christian

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



Re: [dev] OpenOffice on Debian 4.0

2008-08-28 Thread Christian Lins
Bastian Preindl schrieb:
> I've installed the OO 2.4.1 deb distribution following the instructions
> in the manual (dpkg -i *.deb) on a fresh Debian 4.0, but get the
> following error when executing soffice.org:
> 
> ./soffice.bin: error while loading shared libraries: libXext.so.6:
> cannot open shared object file: No such file or directory
> 
> Which package is missing here?

Probably one of these:
http://packages.debian.org/search?searchon=contents&keywords=libXext.so&mode=exactfilename&suite=stable&arch=any

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



Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-18 Thread Christian Lins
Rene Engelhard schrieb:
> Jens Herden wrote:
>> You may want to check if these folders have been in the 
>> OOo-Dev_DEV300_m29_src_core.tar.bz2
> 
> He needs the _system tarball, too.

All recent tarballs can be download at http://download.go-oo.org/ :-)
Including the _system one.

Regards,
Christian

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