Mailing list archive (omnetpp-l at omnetpp.org)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omnetpp-l] compile error



Hi everyone
 
I wrote a very simple ned to test two wireless node with an access point. But I got some errors as follows which I really don't understand their meaning.
I appreciate any information
Thank you
 
 
 
d:/omnetpp/include/ccommbuffer.h 'opp_long_long' has not been declared inet  114 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'opp_long_long' has not been declared inet  262 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'opp_long_long' has not been declared inet  338 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'opp_unsigned_long_long' has not been declared inet  118 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'opp_unsigned_long_long' has not been declared inet  266 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'opp_unsigned_long_long' has not been declared inet  342 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::pack(int)' cannot be overloaded inet  114 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::pack(int)' cannot be overloaded inet  118 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::pack(int)' cannot be overloaded inet  186 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::pack(int)' cannot be overloaded inet  190 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::unpack(int*, int)' cannot be overloaded inet  338 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::unpack(int*, int)' cannot be overloaded inet  342 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::unpack(int&)' cannot be overloaded inet  262 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h 'virtual void cCommBuffer::unpack(int&)' cannot be overloaded inet  266 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h expected ',' or '...' before '*' token inet  186 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h expected ',' or '...' before '*' token inet  190 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h ISO C++ forbids declaration of 'opp_long_long' with no type inet  186 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h ISO C++ forbids declaration of 'opp_unsigned_long_long' with no type inet  190 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h with 'virtual void cCommBuffer::pack(int)' inet  98 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h with 'virtual void cCommBuffer::unpack(int*, int)' inet  322 C/C++ Problem
d:/omnetpp/include/ccommbuffer.h with 'virtual void cCommBuffer::unpack(int&)' inet  246 C/C++ Problem
d:/omnetpp/include/chasher.h 'opp_long_long' has not been declared inet  69 C/C++ Problem
d:/omnetpp/include/chasher.h 'opp_unsigned_long_long' has not been declared inet  74 C/C++ Problem
d:/omnetpp/include/chasher.h 'void cHasher::add(int)' cannot be overloaded inet  69 C/C++ Problem
d:/omnetpp/include/chasher.h 'void cHasher::add(int)' cannot be overloaded inet  74 C/C++ Problem
d:/omnetpp/include/chasher.h with 'void cHasher::add(int)' inet  67 C/C++ Problem
make: *** [../out/gcc-debug/src/util/headerserializers/SCTPSerializer.o] Error 1 inet  0 C/C++ Problem
_______________________________________________
Omnetpp-l mailing list
Omnetpp-l at xxx
http://lists.omnetpp.org/mailman/listinfo/omnetpp-l

Home | Main Index | Thread Index