[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Taler] Looking for Makefile feedback
From: |
Lukas Großberger |
Subject: |
Re: [Taler] Looking for Makefile feedback |
Date: |
Thu, 2 May 2019 22:00:02 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
Thanks for the helpful input, ng0. With your suggestions and Christian's
example I got it to work :)
On 29.04.19 07:04, address@hidden wrote:
> Lukas Gro?berger transcribed 612 bytes:
>> Dear Taler community,
>>
>> would someone be so kind to have a look at the modifications to the
>> "Makefile.am" in web-common's dev/lukas-grossberger/common-base-template
>> branch? I'm new to makefiles and think I failed to adjust it to reflect
>> the new directory structure with ccs/ js/ and template/ sub directories,
>> because the hierarchical builds that create and trigger a makefile for
>> web-common fail with errors like for the landing repository with:
>>> make[3]: *** No rule to make target 'taler-wallet-lib.js', needed by
>> 'all-am'. Stop.
>>
>> We can also discuss in https://bugs.gnunet.org/view.php?id=5704
>>
>> Best, Lukas
>
> One way to solve this would be via subdirectories, ie add a Makefile.am
> to each subdirectory.
>
> Simply reading the file, I think you should change directory, because
> otherwise the build will complain about a file it can't find.
> so cd js; tsc ; cd ..
> or the eqivalent with $topbuildir should be enough.
>
> Aside: while you are working on web-common, have you considered looking
> into https://bugs.gnunet.org/view.php?id=5702 ?
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Taler] Looking for Makefile feedback,
Lukas Großberger <=