g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
378 stars 275 forks source link

Error Compiler "CMMDVMHost" #50

Closed YV5OF closed 8 years ago

YV5OF commented 8 years ago

Hi, Today clone repository and make, but this step show error :

++ -g -O3 -Wall -std=c++0x -c -o MMDVMHost.o MMDVMHost.cpp MMDVMHost.cpp: In member function ‘int CMMDVMHost::run()’: MMDVMHost.cpp:165:24: warning: NULL used in arithmetic [-Wpointer-arith] if (mmdvm_uid == NULL) { ^ MMDVMHost.cpp:171:24: warning: NULL used in arithmetic [-Wpointer-arith] if (mmdvm_gid == NULL) { ^ I'm installing a raspberry, with the latest version of jezzy and all updated components.

73

g0wfv commented 8 years ago

Fixed by commit 06825c

Please close if it works for you :-)

YV5OF commented 8 years ago

Working my friend, many thank for your fast replay and fix.

73.