Skip to content

build error invest applet #694

Description

Steps to Reproduce

1../autogen.sh --prefix=/usr
2.make
3.

Expected Behavior

should be able to make app

Actual Behavior

make error level 2 at invest applet

Error Output

Making all in invest-applet
make[2]: Entering directory '/mate/mate-applets.git/invest-applet'
git.mk: Generating .gitignore
Making all in invest
make[3]: Entering directory '/mate/mate-applets.git/invest-applet/invest'
  CC       invest_applet-invest-applet.o
  CC       invest_applet-invest-applet-chart.o
git.mk: Generating .gitignore
invest-applet.c: In function ‘invest_applet_init’:
invest-applet.c:574:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  574 |     GtkActionGroup *action_group = gtk_action_group_new ("Invest Applet Actions");
      |     ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from invest-applet.c:26:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
invest-applet.c:575:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  575 |     gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here
  252 | void            gtk_action_group_set_translation_domain  (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
invest-applet.c:576:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  576 |     gtk_action_group_add_actions (action_group, menu_actions, G_N_ELEMENTS (menu_actions), applet);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
  210 | void            gtk_action_group_add_actions             (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CCLD     invest-applet
make[3]: Leaving directory '/mate/mate-applets.git/invest-applet/invest'
Making all in data
make[3]: Entering directory '/mate/mate-applets.git/invest-applet/data'
git.mk: Generating .gitignore
Making all in art
make[4]: Entering directory '/mate/mate-applets.git/invest-applet/data/art'
make[4]: *** No rule to make target 'invest_down.svg', needed by 'all-am'.  Stop.
make[4]: Leaving directory '/mate/mate-applets.git/invest-applet/data/art'
make[3]: *** [Makefile:483: all-recursive] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/mate/mate-applets.git/invest-applet/data'
make[2]: *** [Makefile:542: all-recursive] Error 1
make[2]: Leaving directory '/mate/mate-applets.git/invest-applet'
make[1]: *** [Makefile:597: all-recursive] Error 1
make[1]: Leaving directory '/home/badlialrashid/Sources/mate/mate-applets.git'
make: *** [Makefile:529: all] Error 2

Version

bdf6747

Distribution

Debian 12.5

Additional Context

i am uninstalling and rebuilding back MATE desktop to check if the error i am having re occurs.

Reproducibility

Every time

Checklist

  • I have searched existing issues to avoid duplicates
  • I have provided all the requested information above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions