<br><font size=2 face="sans-serif">The error indicates that you need to
have some more files present before starting to compile.<br>
Download the entire plugins tar from the website, extract, copy your changed
sourcefile and issue the make command.<br>
</font>
<br>
<br><font size=2 face="sans-serif">Med venlig hilsen<br>
<br>
Ekstern konsulent<br>
Christian Kammer Have<br>
<br>
Bispebjerg Hospital<br>
MIT (Mediko, Informatik & Tele) <br>
Bispebjerg Bakke 23<br>
2400 København NV<br>
<br>
mobil: 2044 0125<br>
E-mail: ckh99@bbh.hosp.dk<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>"ThomasC." <shoktai@gmail.com></b></font>
<br><font size=1 face="sans-serif">Sendt af: nagios-users-admin@lists.sourceforge.net</font>
<p><font size=1 face="sans-serif">18-04-2006 13:18</font>
<br><font size=1 face="sans-serif">Besvar venligst til shoktai-nospam</font>
<td><font size=1 face="Arial">        </font>
<br><font size=1 face="sans-serif">        Til:
       nagios-users@lists.sourceforge.net</font>
<br><font size=1 face="sans-serif">        cc:
       </font>
<br><font size=1 face="sans-serif">        Vedr.:
       [Nagios-users] Recompiling plugins</font></table>
<br>
<br>
<br><font size=2><tt>Hi,<br>
<br>
<br>
I made a change in the source code of the check_snmp plugin. I would <br>
like now to recompile it.<br>
<br>
When i run<br>
gcc -o check_snmp check_snmp.c i get a lot of errors.<br>
<br>
I know this is a question about compiling but can you help me please to
<br>
learn how to recompile transformed code in Nagios plugs.<br>
<br>
<br>
Thanks a lot.<br>
<br>
The errors are :<br>
In file included from check_snmp.c:26:<br>
common.h:35:20: error: config.h: No such file or directory<br>
In file included from check_snmp.c:26:<br>
common.h:146: error: syntax error before 'va_list'<br>
common.h:187:21: error: gettext.h: No such file or directory<br>
In file included from check_snmp.c:27:<br>
utils.h:30: error: syntax error before 'timeout_alarm_handler'<br>
utils.h:30: warning: data definition has no type or storage class<br>
utils.h:53: error: redefinition of 'struct timeval'<br>
utils.h:60: warning: 'struct timezone' declared inside parameter list<br>
utils.h:60: warning: its scope is only this definition or declaration,
<br>
which is probably not what you want<br>
In file included from check_snmp.c:28:<br>
popen.h:9: error: syntax error before 'popen_timeout_alarm_handler'<br>
popen.h:9: warning: data definition has no type or storage class<br>
check_snmp.c: In function 'main':<br>
check_snmp.c:145: error: 'LC_ALL' undeclared (first use in this function)<br>
check_snmp.c:145: error: (Each undeclared identifier is reported only once<br>
check_snmp.c:145: error: for each function it appears in.)<br>
check_snmp.c:146: error: 'PACKAGE' undeclared (first use in this function)<br>
check_snmp.c:146: error: 'LOCALEDIR' undeclared (first use in this function)<br>
check_snmp.c:155: warning: incompatible implicit declaration of built-in
<br>
function 'strdup'<br>
check_snmp.c:168: warning: incompatible implicit declaration of built-in
<br>
function 'gettext'<br>
check_snmp.c:173: error: 'PATH_TO_SNMPGETNEXT' undeclared (first use in
<br>
this function)<br>
check_snmp.c:178: error: 'PATH_TO_SNMPGET' undeclared (first use in this
<br>
function)<br>
check_snmp.c:206: warning: incompatible implicit declaration of built-in
<br>
function 'strcat'<br>
check_snmp.c:206: error: 'perfstr' undeclared (first use in this function)<br>
check_snmp.c:210: warning: incompatible implicit declaration of built-in
<br>
function 'strstr'<br>
check_snmp.c:211: warning: incompatible implicit declaration of built-in
<br>
function 'strncat'<br>
check_snmp.c:217: warning: incompatible implicit declaration of built-in
<br>
function 'strlen'<br>
check_snmp.c:218: warning: incompatible implicit declaration of built-in
<br>
function 'strspn'<br>
check_snmp.c:225: warning: incompatible implicit declaration of built-in
<br>
function 'strpbrk'<br>
check_snmp.c:230: warning: incompatible implicit declaration of built-in
<br>
function 'strpbrk'<br>
check_snmp.c:251: warning: incompatible implicit declaration of built-in
<br>
function 'strcpy'<br>
check_snmp.c:276: warning: incompatible implicit declaration of built-in
<br>
function 'strpbrk'<br>
check_snmp.c: In function 'process_arguments':<br>
check_snmp.c:416: warning: incompatible implicit declaration of built-in
<br>
function 'strcpy'<br>
check_snmp.c:432: warning: incompatible implicit declaration of built-in
<br>
function 'gettext'<br>
check_snmp.c:486: warning: incompatible implicit declaration of built-in
<br>
function 'strspn'<br>
check_snmp.c:486: warning: incompatible implicit declaration of built-in
<br>
function 'strlen'<br>
check_snmp.c:493: warning: incompatible implicit declaration of built-in
<br>
function 'index'<br>
check_snmp.c:504: warning: incompatible implicit declaration of built-in
<br>
function 'index'<br>
check_snmp.c:524: warning: incompatible implicit declaration of built-in
<br>
function 'index'<br>
check_snmp.c:539: warning: incompatible implicit declaration of built-in
<br>
function 'strncpy'<br>
check_snmp.c:586: warning: incompatible implicit declaration of built-in
<br>
function 'strstr'<br>
check_snmp.c:640: warning: incompatible implicit declaration of built-in
<br>
function 'strdup'<br>
check_snmp.c: In function 'validate_arguments':<br>
check_snmp.c:674: warning: incompatible implicit declaration of built-in
<br>
function 'strdup'<br>
check_snmp.c:707: warning: incompatible implicit declaration of built-in
<br>
function 'gettext'<br>
check_snmp.c:715: warning: incompatible implicit declaration of built-in
<br>
function 'gettext'<br>
check_snmp.c:724: warning: incompatible implicit declaration of built-in
<br>
function 'gettext'<br>
check_snmp.c: In function 'clarify_message':<br>
check_snmp.c:739: warning: incompatible implicit declaration of built-in
<br>
function 'strcpy'<br>
check_snmp.c:741: warning: assignment makes pointer from integer without
<br>
a cast<br>
check_snmp.c:742: warning: assignment makes pointer from integer without
<br>
a cast<br>
check_snmp.c: In function 'lu_getll':<br>
check_snmp.c:817: warning: incompatible implicit declaration of built-in
<br>
function 'strchr'<br>
check_snmp.c: In function 'thisarg':<br>
check_snmp.c:849: warning: incompatible implicit declaration of built-in
<br>
function 'strspn'<br>
check_snmp.c:850: warning: incompatible implicit declaration of built-in
<br>
function 'strstr'<br>
check_snmp.c:851: warning: incompatible implicit declaration of built-in
<br>
function 'strlen'<br>
check_snmp.c:852: warning: incompatible implicit declaration of built-in
<br>
function 'gettext'<br>
check_snmp.c: In function 'nextarg':<br>
check_snmp.c:866: warning: incompatible implicit declaration of built-in
<br>
function 'strstr'<br>
check_snmp.c:868: warning: incompatible implicit declaration of built-in
<br>
function 'strlen'<br>
check_snmp.c:878: warning: incompatible implicit declaration of built-in
<br>
function 'strlen'<br>
check_snmp.c:885: warning: incompatible implicit declaration of built-in
<br>
function 'strlen'<br>
check_snmp.c: In function 'print_help':<br>
check_snmp.c:901: warning: incompatible implicit declaration of built-in
<br>
function 'gettext'<br>
<br>
<br>
-------------------------------------------------------<br>
This SF.Net email is sponsored by xPML, a groundbreaking scripting language<br>
that extends applications into web and mobile media. Attend the live webcast<br>
and join the prime developer group breaking into this new coding territory!<br>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642<br>
_______________________________________________<br>
Nagios-users mailing list<br>
Nagios-users@lists.sourceforge.net<br>
https://lists.sourceforge.net/lists/listinfo/nagios-users<br>
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue. <br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</tt></font>
<br>