Moved to nagios-devel list, thx agriffin.
JFR
Search found 2 matches
- Mon Aug 13, 2012 11:01 am
- Forum: Open Source Nagios Projects
- Topic: API : objects.h not compliant with C++ ?
- Replies: 2
- Views: 920
- Sun Aug 12, 2012 11:14 am
- Forum: Open Source Nagios Projects
- Topic: API : objects.h not compliant with C++ ?
- Replies: 2
- Views: 920
API : objects.h not compliant with C++ ?
hey all, I'm trying to build my own broker using C++ language ( g++-4.7.real (Debian 4.7.1-2) 4.7.1, nagios 3.4.1 ). Something goes wrong when g++ compiles the commandsmember structure in objects.h : /* COMMANDSMEMBER structure */ typedef struct commandsmember_struct { char *command; #ifdef NSCORE c...