Dear Sir
 Recently I installed tinyos-2.x and run
 make micaz sim for Blink Application but got following error

 mkdir -p simbuild/micaz
  placing object files in simbuild/micaz
  writing XML schema to app.xml
  compiling BlinkAppC to object file sim.o
ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim
-fnesc-nido-tosnodes=1000 -fnesc-simulate
-fnesc-nido-motenumber=sim_node\(\)   -Wall -Wshadow -Wnesc-all
-target=micaz -fnesc-cfile=simbuild/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000
-DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"vinay\"
-DIDENT_HOSTNAME=\"vinay-laptop\" -DIDENT_USERHASH=0x519ff6c9L
-DIDENT_TIMESTAMP=0x51584fbdL -DIDENT_UIDHASH=0x12be6b71L
-Wno-nesc-data-race BlinkAppC.nc   -fnesc-dump=components
-fnesc-dump=variables -fnesc-dump=constants -fnesc-dump=typedefs
-fnesc-dump=interfacedefs -fnesc-dump=tags -fnesc-dumpfile=app.xml
  compiling Python support and C libraries into pytossim.o, tossim.o, and
c-support.o
g++ -c  -shared -fPIC -o simbuild/micaz/pytossim.o -g -O0
-DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"vinay\"
-DIDENT_HOSTNAME=\"vinay-laptop\" -DIDENT_USERHASH=0x519ff6c9L
-DIDENT_TIMESTAMP=0x51584fbdL -DIDENT_UIDHASH=0x12be6b71L
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx -I/usr/include/python2.5
-I/opt/tinyos-2.x/tos/lib/tossim -DHAVE_CONFIG_H
In file included from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:26:0:
/opt/tinyos-2.x/tos/lib/tossim/Python.h:1:24: error: invalid suffix "x" on
floating constant
In file included from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:247:0:
/opt/tinyos-2.x/tos/lib/tossim/Python.h:1:24: error: invalid suffix "x" on
floating constant
In file included from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:26:0:
/opt/tinyos-2.x/tos/lib/tossim/Python.h:1:1: error: ‘PYTHONPATH’ does not
name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function
‘swig_type_info* SWIG_TypeRegister(swig_type_info*)’:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:113:34: error: ‘strcmp’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function
‘swig_type_info* SWIG_TypeCheck(char*, swig_type_info*)’:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:153:25: error: ‘strcmp’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function
‘swig_type_info* SWIG_TypeQuery(const char*)’:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:204:40: error: ‘strcmp’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:205:42: error: ‘strcmp’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function ‘void
SWIG_TypeClientData(swig_type_info*, void*)’:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:222:35: error: ‘strcmp’ was
not declared in this scope
In file included from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:247:0:
/opt/tinyos-2.x/tos/lib/tossim/Python.h: At global scope:
/opt/tinyos-2.x/tos/lib/tossim/Python.h:1:1: error: ‘PYTHONPATH’ does not
name a type
In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:50:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/usr/include/stdlib.h:140:8: error: ‘size_t’ does not name a type
/usr/include/stdlib.h:242:6: error: ‘__locale_t’ has not been declared
/usr/include/stdlib.h:242:32: error: nonnull argument references
non-pointer operand (argument 1, operand 4)
/usr/include/stdlib.h:246:21: error: ‘__locale_t’ has not been declared
/usr/include/stdlib.h:247:14: error: nonnull argument references
non-pointer operand (argument 1, operand 4)
/usr/include/stdlib.h:252:5: error: ‘__locale_t’ has not been declared
/usr/include/stdlib.h:253:14: error: nonnull argument references
non-pointer operand (argument 1, operand 4)
/usr/include/stdlib.h:258:20: error: ‘__locale_t’ has not been declared
/usr/include/stdlib.h:259:14: error: nonnull argument references
non-pointer operand (argument 1, operand 4)
/usr/include/stdlib.h:262:32: error: ‘__locale_t’ has not been declared
/usr/include/stdlib.h:263:14: error: nonnull argument references
non-pointer operand (argument 1, operand 3)
/usr/include/stdlib.h:266:38: error: ‘__locale_t’ has not been declared
/usr/include/stdlib.h:267:14: error: nonnull argument references
non-pointer operand (argument 1, operand 3)
/usr/include/stdlib.h:271:10: error: ‘__locale_t’ has not been declared
/usr/include/stdlib.h:272:14: error: nonnull argument references
non-pointer operand (argument 1, operand 3)
In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:50:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/usr/include/stdlib.h:337:4: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:367:4: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:471:22: error: ‘size_t’ was not declared in this scope
/usr/include/stdlib.h:471:37: error: expected ‘,’ or ‘;’ before ‘throw’
/usr/include/stdlib.h:473:22: error: ‘size_t’ was not declared in this scope
/usr/include/stdlib.h:473:38: error: ‘size_t’ was not declared in this scope
/usr/include/stdlib.h:473:51: error: initializer expression list treated as
compound expression
/usr/include/stdlib.h:474:6: error: expected ‘,’ or ‘;’ before ‘throw’
/usr/include/stdlib.h:485:36: error: ‘size_t’ has not been declared
In file included from /usr/include/stdlib.h:497:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tos.h:50,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/usr/include/alloca.h:33:22: error: ‘size_t’ was not declared in this scope
/usr/include/alloca.h:33:37: error: expected ‘,’ or ‘;’ before ‘throw’
In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:50:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/usr/include/stdlib.h:503:22: error: ‘size_t’ was not declared in this scope
/usr/include/stdlib.h:503:37: error: expected ‘,’ or ‘;’ before ‘throw’
/usr/include/stdlib.h:508:45: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:508:65: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:756:9: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:756:25: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:761:34: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:761:50: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:764:36: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:764:52: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:840:6: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:843:6: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:847:31: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:851:31: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:860:38: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:864:36: error: ‘size_t’ has not been declared
/usr/include/stdlib.h:871:8: error: ‘size_t’ does not name a type
/usr/include/stdlib.h:874:8: error: ‘size_t’ does not name a type
/usr/include/stdlib.h:937:46: error: ‘size_t’ has not been declared
In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:53:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/usr/include/ctype.h:247:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:248:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:249:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:250:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:251:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:252:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:253:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:254:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:255:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:256:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:257:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:259:1: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:263:34: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:264:32: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:267:34: error: ‘__locale_t’ has not been declared
/usr/include/ctype.h:268:32: error: ‘__locale_t’ has not been declared
In file included from /usr/include/stdio.h:75:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tos.h:54,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/usr/include/libio.h:332:3: error: ‘size_t’ does not name a type
/usr/include/libio.h:336:67: error: ‘size_t’ was not declared in this scope
/usr/include/libio.h:364:62: error: ‘size_t’ has not been declared
/usr/include/libio.h:373:6: error: ‘size_t’ has not been declared
/usr/include/libio.h:495:8: error: ‘size_t’ does not name a type
In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:54:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/usr/include/stdio.h:316:35: error: ‘size_t’ has not been declared
/usr/include/stdio.h:322:47: error: ‘size_t’ has not been declared
/usr/include/stdio.h:334:20: error: ‘size_t’ has not been declared
/usr/include/stdio.h:341:10: error: ‘size_t’ has not been declared
/usr/include/stdio.h:383:44: error: ‘size_t’ has not been declared
/usr/include/stdio.h:387:45: error: ‘size_t’ has not been declared
/usr/include/stdio.h:659:11: error: ‘size_t’ has not been declared
/usr/include/stdio.h:662:9: error: ‘size_t’ has not been declared
/usr/include/stdio.h:672:8: error: ‘size_t’ has not been declared
/usr/include/stdio.h:702:8: error: ‘size_t’ does not name a type
/usr/include/stdio.h:708:8: error: ‘size_t’ does not name a type
/usr/include/stdio.h:730:8: error: ‘size_t’ does not name a type
/usr/include/stdio.h:732:8: error: ‘size_t’ does not name a type
In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:80:0,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:
/opt/tinyos-2.x/tos/lib/tossim/sim_mote.h:54:67: error: ‘size_t’ has not
been declared
In file included from /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:681:0:
/opt/tinyos-2.x/tos/lib/tossim/tossim.h:72:3: error: ‘size_t’ does not name
a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function ‘int
lengthOfType(char*)’:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:690:29: error: ‘strcmp’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function ‘int
memoryToPrimitive(char*, char*, long int*, double*)’:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:744:29: error: ‘strcmp’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:746:38: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:752:39: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:758:39: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:764:37: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:770:38: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:776:38: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:782:35: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:788:36: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:794:34: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:800:35: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:806:44: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:812:45: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:818:43: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:824:44: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:830:36: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:836:37: error: ‘memcpy’ was
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: At global scope:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:845:1: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:860:1: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:884:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:898:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:914:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:931:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:948:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:965:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:982:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:999:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1016:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1033:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1050:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1067:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1084:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1101:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1118:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1135:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1152:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1169:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1186:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1203:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1220:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1237:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1254:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1271:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1288:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1305:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1322:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1329:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1343:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1359:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1378:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1397:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1416:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1434:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1453:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1470:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1477:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1491:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1507:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1524:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1541:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1558:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1575:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1592:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1609:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1626:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1643:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1660:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1683:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1700:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1717:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1738:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1755:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1762:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1786:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1803:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1827:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1844:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1861:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1878:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1895:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1912:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1926:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1942:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1949:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2016:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2083:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2152:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2219:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2288:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2355:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2424:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2491:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2505:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2571:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2578:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2596:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2612:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2641:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2648:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2715:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2731:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2748:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2765:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2785:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2802:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2822:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2839:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2855:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2871:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2889:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2906:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2922:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2940:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2947:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3014:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3030:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3046:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3063:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3080:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3100:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3117:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3134:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3155:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3175:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3201:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3228:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3245:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3262:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3279:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3296:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3313:8: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3320:8: error: ‘PyMethodDef’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3469:8: error:
‘swig_const_info’ does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function ‘void
init_TOSSIM()’:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3480:12: error: ‘PyObject’
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3482:5: error: ‘PyObject’
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3482:15: error: ‘m’ was not
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3482:19: error: ‘d’ was not
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3484:10: error:
‘SWIG_globals’ was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3484:55: error:
‘SWIG_newvarlink’ was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3485:43: error:
‘SwigMethods’ was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3485:54: error:
‘Py_InitModule’ was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3486:27: error:
‘PyModule_GetDict’ was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3494:29: error:
‘swig_const_table’ was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3494:45: error:
‘SWIG_InstallConstants’ was not declared in this scope
make: *** [sim-exe] Error 1


Please help me what to do

-- 
VINAY KUMAR VISHWAS
ALLAHABAD-211004
UTTAR PRADESH, INDIA
CONTACT: 9794344499
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to