I installed MacPorts, downloaded the source, relocated it to my Documents folder, and got through the first two sudo commands, but I get an error when I try to "sudo make"...
sudo make
cc -g -Wall -Werror `pkg-config --cflags libusb-1.0` -c -o ems.o ems.c
cc -g -Wall -Werror `pkg-config --cflags libusb-1.0` -c -o main.o main.c
cc1: warnings being treated as errors
main.c: In function ‘main’:
main.c:403: warning: comparison is always false due to limited range of data type
main.c:405: warning: comparison is always false due to limited range of data type
main.c:407: warning: comparison is always false due to limited range of data type
main.c:409: warning: comparison is always false due to limited range of data type
make: *** [main.o] Error 1
What did I do wrong? Thanks for any help!