xMasterX / all-the-plugins

Big plugins pack built for latest flipper firmware (builds in releases for UL only)
GNU General Public License v3.0
989 stars 88 forks source link

implicit declaration of function 'DOLPHIN_DEED' #3

Closed iehgit closed 1 year ago

iehgit commented 1 year ago

When I compile apps from the sources in the source code zip, I get the following warning for a lot of apps:

applications_user/flipper-dcf77/dcf77_app.c:350:5: warning: implicit declaration of function 'DOLPHIN_DEED' [-Wimplicit-function-declaration]
  350 |     DOLPHIN_DEED(DolphinDeedPluginGameStart);
      |     ^~~~~~~~~~~~
iehgit commented 1 year ago

And those apps do not start, but give tho following message: Error Load failed found unsatisfied imports

iehgit commented 1 year ago

This did help: find applications_user -type f -exec sed -i 's/DOLPHIN_DEED/dolphin_deed/g' {} +

xMasterX commented 1 year ago

Use dev branch! I already updated and fixed this