Hey all,

I'm unsure if anyone has answered this question yet but i just came
across the same issue. The problem is within a bunch of files where
you have, for example, the following method signature:

inline void vector::operator=(const vector a) {

To fix these errors you need to correct all the errors by removing the
class definition before the method, i.e. the above line becomes

inline void operator=(const vector a) {

once you've done this bunch there are more similar errors. there is a
bunch of other errors along the way, all are similar fixes.

Help this helps

Matt Faulkner

On 17/12/06, Shaili Desai <[EMAIL PROTECTED]> wrote:
>
> Hi all
>
> I was trying to install Wimax module on ns-2.29 and I did ./configure and
> make clean and make and it gave me following error:
>
> make[1]: Entering directory `/root/ns-allinone-2.29/ns-2.29
> /indep-utils/cmu-scen-gen/setdest'
> g++ -c -Dstand_alone [EMAIL PROTECTED]@ -DCPP_NAMESPACE=std
> -Wall  -o setdest.o setdest.cc
> setdest.h:26: error: extra qualification 'vector::' on member 'operator='
> setdest.h:31: error: extra qualification 'vector::' on member 'operator+='
> setdest.h:36: error: extra qualification 'vector::' on member 'operator=='
> setdest.h:39: error: extra qualification 'vector::' on member 'operator!='
> make[1]: *** [setdest.o] Error 1
>
> Can anyone guide me for this error.It is kind of urgent. I would appreciate
> if you can help me with this.
>
> --
> Thanx
> Shaili Desai
> Master's Candidate
> Telecommunications and Management
> University of Maryland,College Park,USA
>

Reply via email to