Errors when doing localized build

Hi!

I am trying to build LO with Swedish localization, without success.

I downloaded the latest source from git and followed the suggested
steps from the wiki. My autogen is the following:

./autogen.sh --disable-mozilla --with-num-cpus=4 --without-junit
--with-max-jobs=4 --with-lang=sv --disable-binfilter --disable-kde
--disable-ext-pdfimport --without-doxygen

And i get the following error (when trying to build only dictionnaries)

log for /home/jon/git/libo/dictionaries/en
propmerge: cannot open sdf file:
/home/jon/git/libo/translations/unxlngx6.pro/
misc/sdf/dictionaries/en/dialog/localize.sdf
at /home/jon/git/libo/solver/unxlngx6.pro/bin/propmerge line 46.
dmake: Error code 2, while making
'../unxlngx6.pro/misc/dict-en_in/properties_localized'

What am i doing wrong?

Best regards!

Hi,

Hi!

I am trying to build LO with Swedish localization, without success.

I downloaded the latest source from git and followed the suggested
steps from the wiki. My autogen is the following:

./autogen.sh --disable-mozilla --with-num-cpus=4 --without-junit
--with-max-jobs=4 --with-lang=sv --disable-binfilter --disable-kde
--disable-ext-pdfimport --without-doxygen

And i get the following error (when trying to build only dictionnaries)

log for /home/jon/git/libo/dictionaries/en
propmerge: cannot open sdf file:
/home/jon/git/libo/translations/unxlngx6.pro/
misc/sdf/dictionaries/en/dialog/localize.sdf
at /home/jon/git/libo/solver/unxlngx6.pro/bin/propmerge line 46.
dmake:  Error code 2, while making
'../unxlngx6.pro/misc/dict-en_in/properties_localized'

What am i doing wrong?

Clearly, you don't have
/home/jon/git/libo/translations/unxlngx6.pro/misc/sdf/dictionaries/en/dialog/localize.sdf.
It should have been build from the translations module. You did not
tell us what commands you were using. Try build translations before
dictionaries.

Best regards,
Andras

I came across a blog post on the web version of LO (http://cuduwudu.com/2012/02/the-web-versions-html5-and-android-are-closer-libreoffice/), which led to some other interesting reading.

One question did cross my mind - will such a web based version also offer the various localizations? Does anyone know?

Cheers

Michael

Hi,

I have tried to build the translations module too, but without success.

I am really lost with all this, I dont even know what the proper order of
the complete build process should be? My guess is below:

*Get required packages for build (done)
*Get core and translations modules from git (done)
*Autogen.sh
*Make

Is this correct?

Best regards!

Hi,

Hi!

I am trying to build
LO with Swedish localization, without success.

I downloaded the latest
source from git and followed the suggested
steps from the wiki. My autogen
is the following:

./autogen.sh --disable-mozilla --with-num-cpus=4
--without-junit
--with-max-jobs=4 --with-lang=sv --disable-binfilter
--disable-kde
--disable-ext-pdfimport --without-doxygen

And i get the
following error (when trying to build only dictionnaries)

log for
/home/jon/git/libo/dictionaries/en
propmerge: cannot open sdf file:

/home/jon/git/libo/translations/unxlngx6.pro/

misc/sdf/dictionaries/en/dialog/localize.sdf
at
/home/jon/git/libo/solver/unxlngx6.pro/bin/propmerge line 46.
dmake:
 Error code 2, while making

'../unxlngx6.pro/misc/dict-en_in/properties_localized'

What am i doing
wrong?

Clearly, you don't

have

/home/jon/git/libo/translations/unxlngx6.pro/misc/sdf/dictionaries/en/dialog/localize.sdf.
It

should have been build from the translations module. You did not

tell us

what commands you were using. Try build translations
before

dictionaries.

Best regards,
Andras

Hi,

I have tried to build the translations module too, but without success.

I am really lost with all this, I dont even know what the proper order of
the complete build process should be? My guess is below:

*Get required packages for build (done)
*Get core and translations modules from git (done)
*Autogen.sh
*Make

Is this correct?

Yes, this is correct. Toplevel make will build everything, when it
finishes you can "make dev-install" and you can try what you built.
You can get help quicker, if you come to IRC, #libreoffice-dev on
freenode.

Best regards,
Andras

Hi Michael,

Michael Bauer wrote (06-03-12 13:44)

One question did cross my mind - will such a web based version also
offer the various localizations? Does anyone know?

Obviously that depends on the one providing the service/running the server.
Technically, there will be no limitations / differences over the version you can download (IIAWI).

Cheers,