Tuesday, October 16, 2007

ns 2.2x installing problem on FC6

Sampath N Ranasinghe sampath.ranasinghe at kcl.ac.uk
Wed Jul 25 03:58:35 PDT 2007

Previous message: [ns] ns 2.2x installing problem
Next message: [ns] How to Install FHCF on NS-2
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

--------------------------------------------------------------------------------

Hi ,
I include below information regarding the patching of ns-2.28 for the
new version of the bash obtained from a website a few months back.

-----------------------------------------------------
Hi,

Yeah, I successfully installed ns-allinone-2.29.2 on FC5 but after
slightly modifying the whole package. First, I updated the Tcl and Tk
sources to the 8.4.13 (you can grab a copy from sf.net). Then you'll
have to modify the configure files (Tcl, Tk, OTcl and TclCL) in this way:

cp -v configure{,.orig}
sed "s/relid'/relid/" configure.orig > configure
--------------------------------------------------------


I hope this information will be useful

Kind Regards,
Sampath



Note by David:

Do the above a few times every time you saw similar error


--------------------------
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 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
>
>

No comments: