Hello,

I'm getting the following error when I compile Blink 
   make micaz sim

I'm runing under cygwin

/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:30:20: Python.h: No such 
file or directory

My PYTHONPATH is: 
.:/opt/ tinyos-2.x/support/sdk/python:/cygdrive/c/Python25/

Can you tell me what path I need to change or what I need to do?

...................I'm listing the entire error log now: 

mkdir -p build/micaz
  placing object files in build/micaz
  writing XML schema to app.xml
  compiling NullAppC to object file sim.o

ncc -c -shared -fPIC -o build/micaz/sim.o -g -O0 -tossim 
-fnesc-nido-tosnodes=1000 -fnesc-simulate 
-fnesc-nido-motenumber=sim_node\(\)   -finline-limit=100000 -Wall 
-Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=micaz 
-fnesc-cfile=build/micaz/app.c -board=micasb  -Wno-nesc-data-race 
NullAppC.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 into pytossim.o and tossim.o

g++ -c  -shared -fPIC -o build/micaz/pytossim.o -g -O0  
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx -I/usr/include/python2.3 
-I/opt/tinyos-2.x/tos/lib/tossim -DHAVE_CONFIG_H 


In file included from /opt/tinyos-2.x/tos/lib/tossim/sim_mac.c:34,
                 from /opt/tinyos-2.x/tos/lib/tossim/tos.h:90:
/opt/tinyos-2.x/tos/lib/tossim/sim_gain.c:14: warning: declaration of 
`link' shadows global declaration
/usr/include/sys/unistd.h:98: warning: location of shadowed declaration
/opt/tinyos-2.x/tos/lib/tossim/sim_gain.c:20: warning: declaration of 
`link' shadows global declaration
/usr/include/sys/unistd.h:98: warning: location of shadowed declaration
/opt/tinyos-2.x/tos/lib/tossim/sim_gain.c: In function 
`sim_gain_allocate_link':
/opt/tinyos-2.x/tos/lib/tossim/sim_gain.c:134: warning: declaration of 
`link' shadows global declaration
/usr/include/sys/unistd.h:98: warning: location of shadowed declaration
/opt/tinyos-2.x/tos/lib/tossim/sim_gain.c: At top level:
/opt/tinyos-2.x/tos/lib/tossim/sim_gain.c:141: warning: declaration of 
`link' shadows global declaration
/usr/include/sys/unistd.h:98: warning: location of shadowed declaration
In file included from 
/opt/tinyos-2.x/tos/chips/atm128/timer/sim/HplAtm128Timer0AsyncC.nc:58,
                 from 
/opt/tinyos-2.x/tos/platforms/mica/AlarmCounterMilliP.nc:30,
                 from 
/opt/tinyos-2.x/tos/platforms/mica/sim/HilTimerMilliC.nc:41,
                 from /opt/tinyos-2.x/tos/system/TimerMilliP.nc:41,
                 from /opt/tinyos-2.x/tos/system/TimerMilliC.nc:40,
                 from BlinkAppC.nc:46:
In component `HplAtm128CompareC':
/opt/tinyos-2.x/tos/chips/atm128/timer/sim/HplAtm128CompareC.nc: In 
function `timer0_compare_handle':
/opt/tinyos-2.x/tos/chips/atm128/timer/sim/HplAtm128CompareC.nc:195: 
warning: declaration of `time' shadows global declaration
/usr/include/time.h:49: warning: location of shadowed declaration
build/micaz/app.c:1: warning: -fPIC ignored for target (all code is 
position independent)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1: warning: -fPIC 
ignored for target (all code is position independent)

/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:30:20: Python.h: No such 
file or directory
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:375: error: ISO C++ 
forbids declaration of `PyObject' with no type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:375: error: expected `;' 
before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:376: error: `PyObject' 
has not been declared
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:376: error: ISO C++ 
forbids declaration of `parameter' with no type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:381: error: 
`PyObject_HEAD' does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:385: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:385: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:392: error: `FILE' has 
not been declared
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:392: error: ISO C++ 
forbids declaration of `fp' with no type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function `int 
swig_varlink_print(swig_varlinkobject*, int*, int)':
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:395: error: `fprintf' 
undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:395: error: (Each 
undeclared identifier is reported only once for each function it 
appears in.)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:396: error: 'struct 
swig_varlinkobject' has no member named 'vars'
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: At global scope:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:404: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:404: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:418: error: `PyObject' 
has not been declared
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:418: error: ISO C++ 
forbids declaration of `p' with no type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: In function `int 
swig_varlink_setattr(swig_varlinkobject*, char*, int*)':
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:419: error: 'struct 
swig_varlinkobject' has no member named 'vars'
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:426: error: 
`PyExc_NameError' undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:426: error: 
`PyErr_SetString' undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx: At global scope:
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:430: error: `statichere' 
does not name a type
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:448: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:448: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: variable or 
field `SWIG_Python_addvarlink' declared void
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: `PyObject' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: `p' was not 
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: expected 
primary-expression before "char"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: `PyObject' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: `get_attr' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: expected 
primary-expression before "void"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: `set_attr' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: `PyObject' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: `p' was not 
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: initializer 
expression list treated as compound expression
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:461: error: expected `,' 
or `;' before '{' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: `PyObject' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: `obj' was 
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: expected 
primary-expression before "void"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: expected 
primary-expression before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: `ty' was not 
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: expected 
primary-expression before "int"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: initializer 
expression list treated as compound expression
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:476: error: expected `,' 
or `;' before '{' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: `PyObject' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: `obj' was 
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: expected 
primary-expression before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: `ty' was not 
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: expected 
primary-expression before "int"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: expected 
primary-expression before "int"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: initializer 
expression list treated as compound expression
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:568: error: expected `,' 
or `;' before '{' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: `PyObject' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: `obj' was 
not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: expected 
primary-expression before "void"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: expected 
primary-expression before "int"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: expected 
primary-expression before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: `ty' was not 
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: expected 
primary-expression before "int"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: initializer 
expression list treated as compound expression
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:576: error: expected `,' 
or `;' before '{' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:608: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:608: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:646: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:646: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:659: error: variable or 
field `SWIG_Python_InstallConstants' declared void
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:659: error: `PyObject' 
was not declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:659: error: `d' was not 
declared in this scope
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:659: error: expected 
primary-expression before "constants"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:659: error: initializer 
expression list treated as compound expression
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:659: error: expected `,' 
or `;' before '{' token
In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:45,
                 from /opt/tinyos-2.x/tos/lib/tossim/tossim.h:39,
                 from 
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:727:
/usr/include/stdio.h:177: error: `int fprintf(FILE*, const char*, ...)' 
used prior to declaration
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:891: error: expected 
constructor, destructor, or type conversion before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:891: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:906: error: expected 
constructor, destructor, or type conversion before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:906: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:930: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:930: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:944: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:944: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:960: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:960: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:977: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:977: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:994: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:994: error: expected `,' 
or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1011: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1011: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1028: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1028: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1045: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1045: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1062: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1062: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1079: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1079: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1096: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1096: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1113: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1113: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1130: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1130: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1147: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1147: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1164: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1164: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1181: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1181: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1198: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1198: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1215: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1215: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1232: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1232: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1249: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1249: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1266: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1266: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1283: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1283: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1300: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1300: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1317: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1317: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1334: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1334: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1351: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1351: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1368: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1368: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1375: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1375: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1389: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1389: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1405: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1405: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1424: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1424: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1443: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1443: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1462: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1462: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1480: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1480: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1499: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1499: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1516: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1516: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1523: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1523: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1537: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1537: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1553: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1553: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1570: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1570: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1587: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1587: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1604: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1604: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1621: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1621: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1638: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1638: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1655: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1655: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1672: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1672: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1695: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1695: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1712: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1712: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1729: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1729: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1750: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1750: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1767: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1767: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1774: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1774: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1798: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1798: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1815: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1815: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1839: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1839: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1856: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1856: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1873: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1873: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1890: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1890: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1907: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1907: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1924: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1924: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1938: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1938: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1954: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1954: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1961: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:1961: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2028: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2028: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2095: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2095: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2164: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2164: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2231: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2231: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2300: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2300: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2367: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2367: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2436: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2436: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2503: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2503: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2517: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2517: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2583: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2583: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2590: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2590: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2608: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2608: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2624: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2624: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2653: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2653: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2660: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2660: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2727: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2727: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2743: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2743: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2760: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2760: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2777: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2777: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2797: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2797: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2814: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2814: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2834: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2834: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2851: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2851: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2867: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2867: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2883: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2883: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2901: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2901: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2908: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2908: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2975: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2975: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2991: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:2991: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3007: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3007: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3024: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3024: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3041: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3041: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3061: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3061: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3078: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3078: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3095: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3095: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3116: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3116: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3136: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3136: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3162: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3162: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3189: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3189: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3206: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3206: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3223: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3223: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3240: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3240: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3257: error: expected 
init-declarator before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3257: error: expected 
`,' or `;' before '*' token
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3264: error: 
`PyMethodDef' 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:3418: error: expected 
primary-expression before "static"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3418: error: expected 
`;' before "static"
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3420: error: `PyObject' 
undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3420: error: `m' 
undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3420: error: `d' 
undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3422: error: 
`SWIG_globals' undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3422: error: 
`SWIG_Python_newvarlink' undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3423: error: 
`SwigMethods' undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3423: error: 
`Py_InitModule' undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3424: error: 
`PyModule_GetDict' undeclared (first use this function)
/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3432: error: 
`SWIG_Python_InstallConstants' cannot be used as a function
make: *** [sim-exe] Error 1


_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to