Hi!<br>
<br>
I am trying to use the compile-time statements described here: <br>
<a href="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/basics.html#mozTocId42018">http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/basics.html#mozTocId42018</a><br>
<br>
'DEF MAX_PAYLOAD = 32' gives me the following error: /src/pyrextest/pyrextest.pxd:1:4: Syntax error in simple statement list<br>
<br>
while using 'IF UNAME_SYSNAME != "Windows":' gives me
/src/pyrextest/pyrextest.pxd:173:11: Syntax error in C variable
declaration.<br>
<br>
Am I doing something wrong?