http://tagus.inesc-id.pt/~pestrela/ns2/ns2_tips.html#_Toc124667338
note that in many linux systems, "gcc" is simply a link to gcc-3.something;
if gcc-2.95 is available, simply modify the macro at the top of the
makefile.
If it is not installed, then iether install it yourself, or use an older
li
This problem comes when you have later version of gcc. If you have gcc
2.95.x then these problems will not come.
Furthermore, You can also go in those files and correct them. That means
go to the line number specified in error message and replace "friend ABC"
with "friend class ABC". However, it i
Hi friends ,
While installing ns-2.1b8a I am getting this problem
In file included from trace.cc:44:
tfrc.h:116: friend declaration requires class-key,
i.e. `friend class
TfrcSendTimer'
tfrc.h:117: friend declaration requires class-key,
i.e. `friend class
TfrcNoFeedbackTimer'
make: *** [tr
Hi friends ,
While installing ns-2.1b8a I am getting this problem
In file included from trace.cc:44:
tfrc.h:116: friend declaration requires class-key,
i.e. `friend class
TfrcSendTimer'
tfrc.h:117: friend declaration requires class-key,
i.e. `friend class
TfrcNoFeedbackTimer'
make: *** [t