Hi Jorge,

On Fri, Feb 15, 2013 at 04:56:57PM -0600, jorge ivan poot diaz wrote:
> Hello Ariel,
> 
> Yet I can not update from basis3.4 to basis4. I want to know the steps to do
> this. Please explain me step by step, that I understand.
> 
> Why instead of have basis4 I have basis3.4?

Did you update the source tree? Did you rebuild it?

Try again with svn info and svn status.

cd <ROOT_SOURCE>
svn status

If some files are marked with M, they have been modified by you, you
might want to revert the changes.

To update:

svn update

or the short form

svn up

> > Path:.
> > URL: https://svn.apache.org/repos/asf/openoffice/trunk
> > Repository Root: https://svn.apache.org/repos/asf
> > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> > Revision: 1440197
> > Node type: directory
> > Scheduled: normal
> > Author of last change: alg
> > Review of last change: 1439888
> > Date of last change: 01/29/2013 7:32:36 -0600 (Tue 29 Jan 2013)

As you see, the last change is too old. If you update right now, you
should be in revision 1446596.

Once svn info tells you your source tree is up-to-date, you need to
rebuild the whole source tree. Please refer to the Building guide:
http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#Building

Your source tree was rather old, it would be better to start a new clean
build. First, remove all the old output tree:

cd trunk/main
source  LinuxX86-64Env.Set.sh 
dmake clean

Open a new terminal, and proceed as you did the first time you built:

autoconf
./configure <options>
./bootsrap
source  LinuxX86-64Env.Set.sh 
cd main/instsetoo_native
build --html --all 

If you have a multi-core computer, try the -P switch (For example, I use
build --html --all -P8 -- -P4 and it builds in ca. 1:15 hrs with only
en-US).

Recall that we have chat channels, where communication is faster than
via mail: 

irc://irc.freenode.net/dev.openoffice.org


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Attachment: pgpnWymSVWma3.pgp
Description: PGP signature

Reply via email to