FIGURED IT OUT: (Re: Compiling a subagent and two tables causing me problems)

2007-06-19 Thread Need Help
Figure it out finally, it seems I needed to add an "include path" -I option to the makefile. Need Help <[EMAIL PROTECTED]> wrote: Perhaps the problem is with the Makefile I am using? Here it is in case someone can find something wrong with it: CC=gcc TABLE_01_PREFIX=ocStbHostAVInterfa

Re: Compiling a subagent and two tables causing me problems

2007-06-18 Thread Need Help
Correction in BOLD below The following files exist (there are more files, but these are the important ones): mibgroup/OC-STB-HOST-MIB/ocStbHostMib_subagent.c mibgroup/OC-STB-HOST-MIB/ocStbHostMib_subagent_Makefile mibgroup/OC-STB-HOST-MIB/ocStbHostAVInterfaceTable/ocStbHostAVInterfaceTable.c m

Re: Compiling a subagent and two tables causing me problems

2007-06-18 Thread Need Help
Perhaps the problem is with the Makefile I am using? Here it is in case someone can find something wrong with it: CC=gcc TABLE_01_PREFIX=ocStbHostAVInterfaceTable/ocStbHostAVInterfaceTable TABLE_02_PREFIX=ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable NETSNMPCONFIG=net-snmp-config

Compiling a subagent and two tables causing me problems

2007-06-18 Thread Need Help
I am trying to compile my MIB code so a subagent can be created/started to handle all the SNMP requests for the MIB. I am trying to compile two tables of my MIB code and my "subagent.c" file together to see if I can get them compiled, however, I am getting a "No such file" error when I try to c