starcat wrote: > git downloading this > https://github.com/Logitech/slimserver-vendor/tree/public/8.0/CPAN > and trying to build the modules for perl 5.32.
Got some errors in mediascan.c while compiling. Gues more dev work is required prior compiling for perl 5.32. mediascan.c:202:3: error: unknown type name 'URLProtocol' REGISTER_PROTOCOL(FILE, file); ^ mediascan.c:177:10: note: expanded from macro 'REGISTER_PROTOCOL' extern URLProtocol ff_##x##_protocol; \ ^ mediascan.c:202:3: warning: implicit declaration of function 'av_register_protocol2' is invalid in C99 [-Wimplicit-function-declaration] mediascan.c:178:3: note: expanded from macro 'REGISTER_PROTOCOL' av_register_protocol2(&ff_##x##_protocol, sizeof(ff_##x##_protocol)); } ^ 58 warnings and 1 error generated. make[2]: *** [libmediascan_la-mediascan.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 make failed ------------------------------------------------------------------------ starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970 View this thread: http://forums.slimdevices.com/showthread.php?t=113422 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
