playmean / fap-list

Collection of Flipper Zero applications with .fap files
https://flipc.org
467 stars 24 forks source link

Problems when try to Build? #14

Closed albertoiglesias2001 closed 1 year ago

albertoiglesias2001 commented 1 year ago

Hello my friend, I bought one flipper zero and I'm trying to compile with your page I just try to past this URL https://github.com/antirez/flipper-asteroids

and get some errors, can you check?

Or even If you want, I can put on my server to make available to others

albertoiglesias2001 commented 1 year ago

Get "https://raw.githubusercontent.com/antirez/flipper-asteroids//application.fam": dial tcp 185.199.110.133:443: connect: network is unreachable

supercreate01 commented 1 year ago

The site is down?

albertoiglesias2001 commented 1 year ago

Not down, but get some error on port 443

On Tue, 9 May 2023 at 22:24, supercreate01 @.***> wrote:

The site is down?

— Reply to this email directly, view it on GitHub https://github.com/playmean/fap-list/issues/14#issuecomment-1540911935, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEL7NQWB4PSXOKH3OSEV6Q3XFKYYHANCNFSM6AAAAAAX33DYTM . You are receiving this because you authored the thread.Message ID: @.***>

--

playmean commented 1 year ago

Fixed! My home ISP's dropped IP address again...

albertoiglesias2001 commented 1 year ago

Perfect! is working now! Thank you so much

The most part of apps is working, some is showing this error when I tried to download:For example:[ Sub-GHz Playlist ]

applications_user/SubGHz_Playlist/playlist.c: In function 'playlist_worker_process': applications_user/SubGHz_Playlist/playlist.c:138:9: error: implicit declaration of function 'furi_hal_subghz_is_tx_allowed'; did you mean 'furi_hal_subghz_set_path'? [-Werror=implicit-function-declaration] 138 | if(!furi_hal_subghz_is_tx_allowed(frequency)) { | ^~~~~~~ | furi_hal_subghz_set_path applications_user/SubGHz_Playlist/playlist.c: In function 'playlist_app': applications_user/SubGHz_Playlist/playlist.c:715:5: error: implicit declaration of function 'furi_hal_subghz_enable_ext_power' [-Werror=implicit-function-declaration] 715 | furi_hal_subghz_enable_ext_power(); | ^~~~~~~~ applications_user/SubGHz_Playlist/playlist.c:718:9: error: implicit declaration of function 'furi_hal_subghz_check_radio'; did you mean 'furi_hal_subghz_get_rssi'? [-Werror=implicit-function-declaration] 718 | if(!furi_hal_subghz_check_radio()) { | ^~~~~~~ | furi_hal_subghz_get_rssi applications_user/SubGHz_Playlist/playlist.c:719:9: error: implicit declaration of function 'furi_hal_subghz_select_radio_type'; did you mean 'furi_hal_subghz_set_path'? [-Werror=implicit-function-declaration] 719 | furi_hal_subghz_select_radio_type(SubGhzRadioInternal); | ^~~~~~~ | furi_hal_subghz_set_path applications_user/SubGHz_Playlist/playlist.c:719:43: error: 'SubGhzRadioInternal' undeclared (first use in this function); did you mean 'SubGhzRadioPreset'? 719 | furi_hal_subghz_select_radio_type(SubGhzRadioInternal); | ^~~~~ | SubGhzRadioPreset applications_user/SubGHz_Playlist/playlist.c:719:43: note: each undeclared identifier is reported only once for each function it appears in applications_user/SubGHz_Playlist/playlist.c:720:9: error: implicit declaration of function 'furi_hal_subghz_init_radio_type'; did you mean 'furi_hal_subghz_set_path'? [-Werror=implicit-function-declaration] 720 | furi_hal_subghz_init_radio_type(SubGhzRadioInternal); | ^~~~~~~ | furi_hal_subghz_set_path applications_user/SubGHz_Playlist/playlist.c:812:5: error: implicit declaration of function 'furi_hal_subghz_disable_ext_power' [-Werror=implicit-function-declaration] 812 | furi_hal_subghz_disable_ext_power(); | ^~~~~~~ cc1: all warnings being treated as errors scons: *** [build/f7-firmware-D/.extapps/SubGHz_Playlist/playlist.o] Error 1

playmean commented 1 year ago

It's because of some apps incompatibility with official firmware. You can select other custom firmware to build it.