Hi - thanks for net-snmp.
I just downloaded the 5.1.2 src and successfully did the following:
./configure
make
make test
make install

I then downloaded a simple sample application from net-snmp.org located at:

http://www.net-snmp.org/tutorial-5/toolkit/asyncapp/asyncapp.c

I received one error. The code includes /usr/local/include/net-snmp-config.h. This .h has a #include on line 1429:

#include SYSTEM_INCLUDE_FILE


The SYSTEM_INCLUDE text is defined earlier in the .h on line 97 as:

/* define the system type include file here */
#define SYSTEM_INCLUDE_FILE "net-snmp/system/darwin7.h"

The problem is that inside the /usr/local/include/net-snmp/system directory, there is only a darwin.h file not a darwin7.h.

I created a symbolic link pointing darwin7.h to darwin.h and it compiled.

My specs are that I'm using a 15" Powerbook running 10.3.5 with Xcode 1.5 development tools.

I'm assuming everything else will work fine.
Thanks again for the net-snmp product.

Dalton Hamilton
dalton_hamilton at mac dot com



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to