On 5 August 2013 08:57, Andre Fischer <[email protected]> wrote: > On 03.08.2013 13:58, janI wrote: > >> This is solved on IRC thanks. >> > > Can you give a short summary of the solution? Thanks. >
of course: 1) build --show gives you a list of what is going to be built 2) /extras/l10n is referred to as L10N:ll10n in the build.lst (who could know that) 3) for some unknown reason build does not write the usual header (building....) when entering extras/l10n So my problem turned out to be in extras/source and not as the output suggest in l10ntools. I look forward to implement a more understandable build system. rgds jan I. > -Andre > > >> >> rgds >> jan I. >> >> >> >> On 2 August 2013 17:02, janI <[email protected]> wrote: >> >> >>> On 2 August 2013 16:49, janI <[email protected]> wrote: >>> >>> >>>> >>>> On 2 August 2013 08:32, Oliver-Rainer Wittmann < >>>> [email protected] >>>> >>>>> wrote: >>>>> Hi, >>>>> >>>>> >>>>> On 01.08.2013 17:30, janI wrote: >>>>> >>>>> Hi. >>>>>> >>>>>> When I e.g. stand in trunk/main/l10ntools and say >>>>>> >>>>>> build >>>>>> >>>>>> no params, it does not run prj/d.lst and does not copy to solver. >>>>>> >>>>>> >>>>>> Command 'build' called inside a non-gbuild module does not deliver >>>>> the >>>>> build results to the solver - it only creates the build results. >>>>> To deliver the build results of a non-gbuild module into the solver you >>>>> need to call command 'deliver' >>>>> >>>>> thx for the help, but now I am more confused, I keep getting an error >>>>> in >>>>> >>>> "build --all" >>>> >>>> cd l10ntools >>>> build --> success >>>> deliver --> success >>>> >>>> cd ../instsetoo_native >>>> build --all:l10ntool >>>> >>>> ============= >>>> Building module l10n >>>> ============= >>>> >>>> Entering /share/opensource/aoo/**branches/l10n40/extras/l10n/**source >>>> >>>> dmake: Executing shell macro: cd $(PRJ)/source && ls -1 */localize.sdf >>>> if [ -f ../unxlngx6.pro/misc/sdf ] ; then mv ../unxlngx6.pro/misc/sdf../ >>>> unxlngx6.pro/misc/sdfunxlngx6.**pro_begone<http://unxlngx6.pro/misc/sdfunxlngx6.pro_begone>; >>>> fi >>>> rm -rf >>>> ../unxlngx6.pro/misc/**sdfunxlngx6.pro_begone<http://unxlngx6.pro/misc/sdfunxlngx6.pro_begone> >>>> mkdir -p ../unxlngx6.pro/misc/sdf >>>> /usr/bin/perl /share/opensource/aoo/**branches/l10n40/main/solver/** >>>> 400/ >>>> unxlngx6.pro/bin/fast_merge.pl -sdf_files /tmp/mkqLKUYi -merge_dir ../ >>>> unxlngx6.pro/misc/sdf && touch >>>> ../unxlngx6.pro/misc/merge.**done<http://unxlngx6.pro/misc/merge.done> >>>> Can't open perl script >>>> "/share/opensource/aoo/**branches/l10n40/main/solver/**400/ >>>> unxlngx6.pro/bin/fast_merge.pl**": No such file or directory >>>> dmake: Error code 2, while making >>>> '../unxlngx6.pro/misc/merge.**done<http://unxlngx6.pro/misc/merge.done> >>>> ' >>>> >>>> >>>> I have renamed all l10ntools modules (to be sure I catch all places >>>> where >>>> the old modules are called), so it is correct that fast_merge does not >>>> exist. >>>> >>>> but, when its not "build" and not "deliver", where can I find the "shell >>>> macro" ? >>>> >>>> Sorry I reformulate my question, find it, its in extras/l10n/source/ >>> makefile.mk. >>> >>> Now I just wonder why and where extras/l10n is called when building >>> main/l10ntools. >>> >>> I look forward to the day, where we have a build system that is >>> understandable :-) >>> >>> rgds >>> jan I. >>> >>> >>> thx in advance. >>>> rgds >>>> jan I. >>>> >>>> Best regards, Oliver. >>>> >>>>> >>>>> How can I pursuade build to build the targets AND copy to solver. >>>>> >>>>>> thx in advance. >>>>>> rgds >>>>>> jan I. >>>>>> >>>>>> Ps. the more frustrated I get, the more I think about replacing the >>>>>> whole >>>>>> build, but please dont let that stop you from giving me a hint. >>>>>> >>>>>> >>>>>> ------------------------------****----------------------------**--** >>>>> --------- >>>>> To unsubscribe, e-mail: >>>>> dev-unsubscribe@openoffice.**a**pache.org<http://apache.org> >>>>> <dev-unsubscribe@**openoffice.apache.org<[email protected]> >>>>> > >>>>> For additional commands, e-mail: [email protected] >>>>> >>>>> >>>>> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > dev-unsubscribe@openoffice.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
