This is a discussion on Re: new mib module configure stuff broken on HP-UX within the SNMP Coders forums, part of the Networking and Network Related category; >>>>> "TA" == Thomas Anders <thomas.anders@blue-cable.de> writes: TA> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>>>>> "TA" == Thomas Anders <thomas.anders@blue-cable.de> writes:
TA> I agree. Any objections to change include/net-snmp/system/*.h TA> accordingly? Then, still, shouldn't we also change TA> MODULECPP="$CPP -D$PARTIALTARGETOS ..." TA> to TA> MODULECPP="$CPP -D$PARTIALTARGETOS=$PARTIALTARGETOS ..." Well, that's actually what I did at first... However, the issue I ran into was that I got warned of a redefine... Hence the reason that in the created .h file I do an undef first. That protects against the warning. Doing that with the -D flag will cause a redefine warning. Is -U a common argument for all compilers, or is it specific to just some? -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |