Zchander / mobile-snmp-plusplus

A simple/small SNMP++ project for use in Objective-C (Xcode) projects
Other
21 stars 8 forks source link

The project fails to build on Xcode 7.3.1 and OS X 10.11 #3

Closed bhoeting closed 8 years ago

bhoeting commented 8 years ago

The project won't build. The errors I'm seeing are pasted below. Looks like something to do with the C++ dependency build paths. Any help would be appreciated. Thanks!

~/mobile-snmp-plusplus/Mobile SNMP++/src/auth_priv.cpp:31:10: 'snmp_pp/config_snmp_pp.h' file not found
~/mobile-snmp-plusplus/Mobile SNMP++/src/counter.cpp:56:10: 'snmp_pp/counter.h' file not found
~/mobile-snmp-plusplus/Mobile SNMP++/src/eventlist.cpp:65:10: 'snmp_pp/config_snmp_pp.h' file not found
bhoeting commented 8 years ago

Okay, was able to fix this by changing the User Header Search Paths build setting to Mobile\ SNMP++/include