hi knudfl
i try to install ns2.29.3 on ubuntu 11.04 (32 bit)
i read threads
http://www.linuxquestions.org/questi...-a-4175431350/
and
using gcc41-compat, g++41-compat:
http://www.linuxquestions.org/questi...571/page2.html
Links in post # 17.
but when install i had errors
s/ns-allinone-2.29/include -I/include otcl.c
otcl.c: In function OTclDispatch:
otcl.c:504:1: error: invalid storage class for function AutoLoaderDP
otcl.c:509:1: error: invalid storage class for function AutoLoader
otcl.c:565:1: error: invalid storage class for function AddMethod
otcl.c:580:1: error: invalid storage class for function RemoveMethod
otcl.c:610:1: error: invalid storage class for function OTclDeleteProc
otcl.c:704:1: error: invalid storage class for function ListKeys
otcl.c:717:1: error: invalid storage class for function ListInstanceKeys
otcl.c:731:1: error: invalid storage class for function ListProcKeys
otcl.c:751:1: error: invalid storage class for function FindProc
otcl.c:763:1: error: invalid storage class for function ListProcArgs
otcl.c:798:1: error: invalid storage class for function ListProcDefault
otcl.c:855:1: error: invalid storage class for function ListProcBody
otcl.c:880:1: error: invalid storage class for function PrimitiveOInit
otcl.c:926:13: error: invalid storage class for function PrimitiveODestroyNoFree
otcl.c:929:1: error: invalid storage class for function PrimitiveODestroy
otcl.c:935:1: error: invalid storage class for function PrimitiveODestroyNoFree
otcl.c:1024:1: error: invalid storage class for function PrimitiveOCreate
otcl.c:1048:1: error: invalid storage class for function PrimitiveCInit
otcl.c:1066:1: error: invalid storage class for function PrimitiveCDestroy
otcl.c:1161:1: error: invalid storage class for function PrimitiveCCreate
otcl.c:1195:1: error: invalid storage class for function OTclOAllocMethod
otcl.c:1216:1: error: invalid storage class for function OTclOInitMethod
otcl.c:1243:1: error: invalid storage class for function OTclODestroyMethod
otcl.c:1292:1: error: invalid storage class for function OTclOClassMethod
otcl.c:1311:12: error: invalid storage class for function OTclCInfoMethod
otcl.c:1314:1: error: invalid storage class for function OTclOInfoMethod
otcl.c:1360:1: error: invalid storage class for function OTclOProcMethod
otcl.c:1389:1: error: invalid storage class for function OTclONextMethod
otcl.c:1405:1: error: invalid storage class for function OTclOSetMethod
otcl.c:1421:1: error: invalid storage class for function OTclOUnsetMethod
otcl.c:1469:1: error: invalid storage class for function OTclOInstVarMethod
otcl.c:1506:1: error: invalid storage class for function OTclCAllocMethod
otcl.c:1527:1: error: invalid storage class for function OTclCCreateMethod
otcl.c:1569:1: error: invalid storage class for function OTclCSuperClassMethod
otcl.c:1670:1: error: invalid storage class for function OTclCInfoMethod
otcl.c:1786:1: error: invalid storage class for function OTclCInstProcMethod
otcl.c:1815:1: error: nested function OTclAsObject declared extern
otcl.c:1822:1: error: nested function OTclAsClass declared extern
otcl.c:1829:1: error: nested function OTclGetObject declared extern
otcl.c:1840:1: error: nested function OTclGetClass declared extern
otcl.c:1851:1: error: nested function OTclCreateObject declared extern
otcl.c:1862:1: error: nested function OTclCreateClass declared extern
otcl.c:1873:1: error: nested function OTclDeleteObject declared extern
otcl.c:1882:1: error: nested function OTclDeleteClass declared extern
otcl.c:1891:1: error: nested function OTclAddPMethod declared extern
otcl.c:1905:1: error: nested function OTclAddIMethod declared extern
otcl.c:1914:1: error: nested function OTclRemovePMethod declared extern
otcl.c:1921:1: error: nested function OTclRemoveIMethod declared extern
otcl.c:1927:1: error: nested function OTclNextMethod declared extern
otcl.c:1969:1: error: nested function OTclSetInstVar declared extern
otcl.c:1983:1: error: nested function OTclGetInstVar declared extern
otcl.c:1996:1: error: nested function OTclUnsetInstVar declared extern
otcl.c:2009:1: error: nested function OTclSetObjectData declared extern
otcl.c:2023:1: error: nested function OTclGetObjectData declared extern
otcl.c:2034:1: error: nested function OTclUnsetObje
can u help me