FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.91k stars 355 forks source link

Compiling stalling #242

Closed adamef93 closed 3 years ago

adamef93 commented 3 years ago

Hi, I've been trying to install RPiPlay for a few hours now and keep getting stuck at the same step. I'm following the instructions on the front page and have also tried a script made by another git user. Both stop at this step:

Scanning dependencies of target h264-bitstream
[  1%] Building C object renderers/h264-bitstream/CMakeFiles/h264-bitstream.dir/h264_avcc.c.o
[  2%] Building C object renderers/h264-bitstream/CMakeFiles/h264-bitstream.dir/h264_nal.c.o
[  2%] Building C object renderers/h264-bitstream/CMakeFiles/h264-bitstream.dir/h264_sei.c.o
/home/pi/RPiPlay/renderers/h264-bitstream/h264_sei.c: In function ‘read_debug_sei_payload’:
/home/pi/RPiPlay/renderers/h264-bitstream/h264_sei.c:686:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
             for ( i = 0; i < s->payloadSize; i++ )
             ^~~
/home/pi/RPiPlay/renderers/h264-bitstream/h264_sei.c:687:80: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
                 printf("%ld.%d: ", (long int)(b->p - b->start), b->bits_left); s->data[i] = bs_read_u8(b); printf("s->data[i]: %d \n", s->data[i]);

It's a brand new installation of Raspberry Pi OS on a Zero W. My experience with compiling is nonexistent so any advice would be greatly appreciated.

solai4 commented 3 years ago

i m getting same error