invicnaper / cmus-youtube

A patch that allows you to download and play youtube songs using cmus
47 stars 4 forks source link

cmd_youtube undeclared here #8

Closed MAKROFREEK closed 3 years ago

MAKROFREEK commented 3 years ago

  cmus  git:(master) ✗ make CC command_mode.o command_mode.c:2686:74: error: 'cmd_youtube' undeclared here (not in a function) 2686 | { "youtube", cmd_youtube, 1, 1, NULL, 0, 0 }, | ^~~~~~~~~~~ make: *** [scripts/lib.mk:66: command_mode.o] Error 1   cmus  git:(master) ✗

MAKROFREEK commented 3 years ago

This happens every time I run make

fer0li commented 3 years ago

I have same problem