i was trying to include some librarys on my project when i got this following error :
Libraries \ IRremote \ IRremote.cpp.o (symbol from plugin): In function `IRrecv :: blink13 (int) ':
(.text + 0x0): multiple definition of `MATCH (int, int) '
Sketch \ rover_software.ino.cpp.o (symbol from plugin) :(. Text + 0x0): first defined here
Libraries \ IRremote \ IRremote.cpp.o (symbol from plugin): In function `IRrecv :: blink13 (int) ':
(.text + 0x0): multiple definition of `MATCH_MARK (int, int) '
Sketch \ rover_software.ino.cpp.o (symbol from plugin) :(. Text + 0x0): first defined here
Libraries \ IRremote \ IRremote.cpp.o (symbol from plugin): In function `IRrecv :: blink13 (int) ':
(.text + 0x0): multiple definition of `MATCH_SPACE (int, int) '
Sketch \ rover_software.ino.cpp.o (symbol from plugin) :(. Text + 0x0): first defined here
Libraries \ NewPing-master \ NewPing.cpp.o (symbol from plugin): In function `intFunc2 ':
(.text + 0x0): multiple definition of `__vector_7 '
Libraries \ IRremote \ IRremote.cpp.o (symbol from plugin): (. Text + 0x0): first defined here
Collect2.exe: error: ld returned 1 exit status
if you could help me i would aprecciate it