|
From: Dave S. <D.T...@cs...> - 2004-04-14 10:29:37
|
[Sorry for the delay in responding to this query] > I am trying to compile agent for atm-support. > ../include/net-snmp/library/snmpAAL5PVCDomain.h:14:17: atm.h: No such > file or directory > > > Then I searched for atm.h file which is available in /usr/include/linux . > I tried to include the same file using #include <linux/atm.h> and it works. > But the comments in atm.h mentions that - > > > /* > * WARNING: User-space programs should not #include <linux/atm.h> directly. > * Instead, #include <atm.h> > */ > > > So is it some problem with the include paths or the comments are out of > sync with the location of header file?? First off, I should say that I've not had any experience with the ATM support. But given the deafening silence since your request, it sounds as if the same holds true for everyone else! And checking the ChangeLog comments, it doesn't look as if there's been any significant work on this transport since it was first written. The header file you mention is part of the standard Linux distribution, rather than the Net-SNMP code, so we're not really in a position to comment as to whether the comment is out of date, or where the missing header file might be. I'd suggest that you contact your Linux distributor to ask them about it. Dave |