Hi I have been able to solve the problem (./sctp/sctp.h:630: error: extra qualification 'SctpAgent::' on member 'DumpSendBuffer' make: *** [trace/trace.o] Error 1 ) & install the package by editing line 630 of file sctp.h The original line was void SctpAgent::DumpSendBuffer(); which was edited to void DumpSendBuffer(); ,thus removing the "extra qualification" The error occured in few more files down the make process & each time the above steps were repeated to rectify the problem. The solution was found at http://wiki.frugalware.org/Extra_qualification_error Regards Sandeep
On 9/24/06, Sandeep Natu <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > I am trying to install ns-2-snapshot-20050907 and have the following error > on running "make" > > ./sctp/sctp.h:630: error: extra qualification 'SctpAgent::' on member > 'DumpSendBuffer' > make: *** [trace/trace.o] Error 1 > > I will be grateful if anybody can guide me to resolve this problem > Regards > Sandeep > >
