RF24Network: exit status 1 Error compiling for board Arduino Pro or Pro Mini.

hello, can anyone help me fix this error.

I have 3 NRF24L01 modules connected with 3 separate pro mini (5v,16 MHz) arduinos.

two of this units has PIR modules attached while the third one has a relay module to which there is a hooter attached.

I am assuming i stumbled up on the right library,

but i cant even compile the first programs like helloworld_tx.

due to this error,

 \RF24Network.cpp" -o "C:\Users\NITHIN~1\AppData\Local\Temp\arduino_build_158861\libraries\RF24Network\RF24Network.cpp.o"
C:\Program Files (x86)\Arduino\libraries\RF24Network\RF24Network.cpp: In member function 'void RF24Network::update()':

C:\Program Files (x86)\Arduino\libraries\RF24Network\RF24Network.cpp:67:12: error: void value not ignored as it ought to be

       done = radio.read( frame_buffer, sizeof(frame_buffer) );

            ^

C:\Program Files (x86)\Arduino\libraries\RF24Network\RF24Network.cpp:70:92: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

       const RF24NetworkHeader& header = * reinterpret_cast<RF24NetworkHeader*>(frame_buffer);

                                                                                            ^

Using library RF24Network in folder: C:\Program Files (x86)\Arduino\libraries\RF24Network (legacy)
Using library RF24-master at version 1.3.1 in folder: C:\Program Files (x86)\Arduino\libraries\RF24-master 
Using library SPI at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SPI 
exit status 1
Error compiling for board Arduino Pro or Pro Mini.

The maniacbug library is a bit out of date, try using the TMRh20 version instead.

thank you