Menu

#51 Make fails processing klavaro.appdata.xml (not found)

v1.0_(example)
closed
nobody
5
2017-06-10
2017-06-08
Wasp
No

Hi,
tried to build from source but sadly the make process failes:

Making all in apps
Making all in 96x96
Making all in apps
make[3]: don't know how to make klavaro.appdata.xml. Stop

make[3]: stopped in /usr/home/wasp/Downloads/Programme/Klavaro/klavaro-3.02/data
*** Error code 1

Stop.
make[2]: stopped in /usr/home/wasp/Downloads/Programme/Klavaro/klavaro-3.02/data
*** Error code 1

Stop.
make[1]: stopped in /usr/home/wasp/Downloads/Programme/Klavaro/klavaro-3.02
*** Error code 1

I can understand make's probelm: simply there is no klavaro.appdata.xml in the data/ dir though there is a klavaro.appdata.xml.in (note the extra file name ending).

Discussion

  • Wasp

    Wasp - 2017-06-08

    Solved it myself. Guess there is something wrong in the automake/configure script. Just renamed the files klavaro.*.in to their corresponding klavaro.* without the .in. Works fine though. However could need a fix I guess. :)
    Greetings
    Wasp

     
  • Felipe Castro

    Felipe Castro - 2017-06-10

    From the README file, you can see that we need to install "intltool" so that "make" understand how to transform the "*.in" files. , extracting messages to localization po-files.

    This mechanism serves to translate data that appear in "Software Center" apps that manage installed software in the system.

     

    Last edit: Felipe Castro 2017-06-10
  • Felipe Castro

    Felipe Castro - 2017-06-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,20 @@
    -From the README file, you can see that we need to install "intltool" so that "make" understand how to transform the "*.in" files.  , extracting messages to localization po-files.
    +Hi,
    +tried to build from source but sadly the make process failes:
    +~~~
    +Making all in apps
    +Making all in 96x96
    +Making all in apps
    +make[3]: don't know how to make klavaro.appdata.xml. Stop
    
    -This mechanism serves to translate data that appear in "Software Center" apps that manage installed software in the system.
    +make[3]: stopped in /usr/home/wasp/Downloads/Programme/Klavaro/klavaro-3.02/data
    +*** Error code 1
    +
    +Stop.
    +make[2]: stopped in /usr/home/wasp/Downloads/Programme/Klavaro/klavaro-3.02/data
    +*** Error code 1
    +
    +Stop.
    +make[1]: stopped in /usr/home/wasp/Downloads/Programme/Klavaro/klavaro-3.02
    +*** Error code 1
    +~~~
    +I can understand make's probelm: simply there is no `klavaro.appdata.xml` in the data/ dir though there is a `klavaro.appdata.xml.in` (note the extra file name ending).
    
     

Log in to post a comment.