Re: [Libreoffice] error building translations

2011-05-03 Thread Jean-Baptiste Faure
Le 02/05/2011 22:12, Jean-Baptiste Faure a écrit :
> Le 02/05/2011 13:58, Jean-Baptiste Faure a écrit :
>> Le 01/05/2011 20:27, Júlio Hoffimann a écrit :
>>> Hi Jean,
>>>
>>> This problem was solved by KAMI as you can see here:
>>>
>>> http://nabble.documentfoundation.org/po2oo-skipsource-support-td2802247.html
>>>
>>> Try
>>> to update your repo and build again. :-)
>>
>> I am afraid it does not work for me.
>> I configured libreoffice-3-4 branch for multiple workdirs as explained
>> on the wiki :
>> http://wiki.documentfoundation.org/Development/Native_Build#Multiple_Work_Dirs
>>
>> Is it possible that po2oo is searched in directory for master branch and
>> not in the tree for libreoffice-3-4 branch ?
>>
>> It seems that for my master branch translate-toolkit has not been build.
> 
> Ok, I have build the master and then rebuild libreoffice-3-4. Same problem.
> 
> Error message is :
> 
>> LD_LIBRARY_PATH=/home/jbf/LibO/libreoffice-3-4/solver/300/unxlngx6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
>>   /home/jbf/LibO/libreoffice-3-4/solver/300/unxlngx6.pro/bin/po2oo 
>> --skipsource -i ./source/fr -t ./unxlngx6.pro/misc/sdf-template/en-US.sdf -o 
>> ./unxlngx6.pro/misc/sdf-l10n/fr.sdf -l fr
>> Usage: po2oo [--version] [-h|--help] [--manpage] [--progress PROGRESS] 
>> [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE] 
>> [-o|--output] OUTPUT [-t|--template TEMPLATE]
>>
>> po2oo: error: no such option: --skipsource
> 
> So I have the path of the po2oo used : ./solver/300/unxlngx6.pro/bin/po2oo
> So I tried : ./solver/300/unxlngx6.pro/bin/po2oo --version
> Answer: 1.5.3 that is the version already on the system
> 
> If I do the same on master branch, answer 1.8.1
> 
> I conclude that there is a problem with some link when working with
> Multiple Work Dirs as recommended on the wiki.
> 
> Regards
> JBF

Ok, it works if I copy ./solver/300/unxlngx6.pro/bin/translate from my
master branch to ./solver/300/unxlngx6.pro/bin/ in my libreoffice-3-4
branch.

Regards.
JBF

-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error building translations

2011-05-02 Thread Jean-Baptiste Faure
Le 02/05/2011 13:58, Jean-Baptiste Faure a écrit :
> Le 01/05/2011 20:27, Júlio Hoffimann a écrit :
>> Hi Jean,
>>
>> This problem was solved by KAMI as you can see here:
>>
>> http://nabble.documentfoundation.org/po2oo-skipsource-support-td2802247.html
>>
>> Try
>> to update your repo and build again. :-)
> 
> I am afraid it does not work for me.
> I configured libreoffice-3-4 branch for multiple workdirs as explained
> on the wiki :
> http://wiki.documentfoundation.org/Development/Native_Build#Multiple_Work_Dirs
> 
> Is it possible that po2oo is searched in directory for master branch and
> not in the tree for libreoffice-3-4 branch ?
> 
> It seems that for my master branch translate-toolkit has not been build.

Ok, I have build the master and then rebuild libreoffice-3-4. Same problem.

Error message is :

> LD_LIBRARY_PATH=/home/jbf/LibO/libreoffice-3-4/solver/300/unxlngx6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
>   /home/jbf/LibO/libreoffice-3-4/solver/300/unxlngx6.pro/bin/po2oo 
> --skipsource -i ./source/fr -t ./unxlngx6.pro/misc/sdf-template/en-US.sdf -o 
> ./unxlngx6.pro/misc/sdf-l10n/fr.sdf -l fr
> Usage: po2oo [--version] [-h|--help] [--manpage] [--progress PROGRESS] 
> [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE] 
> [-o|--output] OUTPUT [-t|--template TEMPLATE]
> 
> po2oo: error: no such option: --skipsource

So I have the path of the po2oo used : ./solver/300/unxlngx6.pro/bin/po2oo
So I tried : ./solver/300/unxlngx6.pro/bin/po2oo --version
Answer: 1.5.3 that is the version already on the system

If I do the same on master branch, answer 1.8.1

I conclude that there is a problem with some link when working with
Multiple Work Dirs as recommended on the wiki.

Regards
JBF
-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error building translations

2011-05-02 Thread Jean-Baptiste Faure
Le 01/05/2011 20:27, Júlio Hoffimann a écrit :
> Hi Jean,
> 
> This problem was solved by KAMI as you can see here:
> 
> http://nabble.documentfoundation.org/po2oo-skipsource-support-td2802247.html
> 
> Try
> to update your repo and build again. :-)

I am afraid it does not work for me.
I configured libreoffice-3-4 branch for multiple workdirs as explained
on the wiki :
http://wiki.documentfoundation.org/Development/Native_Build#Multiple_Work_Dirs

Is it possible that po2oo is searched in directory for master branch and
not in the tree for libreoffice-3-4 branch ?

It seems that for my master branch translate-toolkit has not been build.

Best regards
JBF

-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error building translations

2011-05-01 Thread Júlio Hoffimann
Hi Jean,

This problem was solved by KAMI as you can see here:

http://nabble.documentfoundation.org/po2oo-skipsource-support-td2802247.html

Try
to update your repo and build again. :-)

Regards,
Júlio.

2011/5/1 Andras Timar 

> Hi,
> 2011/5/1 Jean-Baptiste Faure :
> > Error message is : "po2oo: error: no such option: --skipsource"
> >
> > My version of po2oo is 1.5.3
>
> Option 1:
> remove translate-toolkit package and install translate-toolkit 1.9.0 from
> source
> Option 2:
> use internal translate-toolkit. In fact I don't understand why you get
> the error above, because the default is internal translate-toolkit and
> configure checks for the presence of --skipsource switch.
>
> Best regards,
> Andras
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error building translations

2011-05-01 Thread Andras Timar
Hi,
2011/5/1 Jean-Baptiste Faure :
> Error message is : "po2oo: error: no such option: --skipsource"
>
> My version of po2oo is 1.5.3

Option 1:
remove translate-toolkit package and install translate-toolkit 1.9.0 from source
Option 2:
use internal translate-toolkit. In fact I don't understand why you get
the error above, because the default is internal translate-toolkit and
configure checks for the presence of --skipsource switch.

Best regards,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] error building translations

2011-05-01 Thread Jean-Baptiste Faure
Hi,

I try to build Libo 3.4 in French and I get an error in "translations"
module.
Error message is : "po2oo: error: no such option: --skipsource"

My version of po2oo is 1.5.3

What can I do to fix this problem ?

Best regards.
JBF
-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice