snmp++ v3.2.3b request for change

Alexander Gutkin sasha____rhetoricalsystems.com
Tue Jan 7 21:55:20 CET 2003


On Tue, 7 Jan 2003, M. Warner Losh wrote:
>
> In message: <Pine.LNX.4.44.0301071846430.4546-100000 at murray.rhetoricalsystems.com>
>             Alexander Gutkin <sasha____rhetoricalsystems.com> writes:
> : 
> :    Hi,
> : 
> :    I ran into some trouble compiling SNMP++ v3.2.3b on WIN32 with Visual 
> : C++ 6.0 and had to change the following include/smi.h (line 68) from
> : 
> :    #include <config.h>
> : 
> :    to
> : 
> :    #include "config.h"
> : 
> :    It does make more sense to me since the header in question was surely
> : not supposed to be a system header.
> 
> I've actually changed all of them to
> 
> #include <snmp++-config.h>
> 
> because otherwise I can't install both gtk and snmp++ on the same
> machine...
> 
  
  Perhaps a better idea would be to just install your distribution in
  snmp++ directory, then you would not need to change the header file 
  names and would access things in a more standard fashion from your
  code, e.g.

  #include <snmp++/config.h>
  
  or

  #include "snmp++/config.h"

>
>
> Warner
> 

						Alexander.





More information about the AGENTPP mailing list