Hello, i've just done an update of my svn copy of clam and found some errors when trying to compile:<br>1)<br>nictukus-computer:~/Documents/programacion/clam/original/trunk/CLAM nictuku$ scons configure<br>scons: Reading SConscript files ...<br>
  File "/Users/nictuku/Documents/programacion/clam/original/trunk/CLAM/scons/libs/clam_build_helpers.py", line 251<br><br>    env['PKG_CONFIG'] = 'wine pkg-config' if crosscompiling else 'pkg-config'<br>
<br>                                           ^<br><br>SyntaxError: invalid syntax<br><br><br>i deleted the first part of the if, just to keep pkg-config' (for my platform macosx it should be like that) and then:<br>
2)<br>nictukus-computer:~/Documents/programacion/clam/original/trunk/CLAM nictuku$ scons<br>scons: Reading SConscript files ...<br>  File "/Users/nictuku/Documents/programacion/clam/original/trunk/CLAM/scons/libs/clam_build_helpers.py", line 253<br>
<br>    pathSeparator = ';' if sys.platform is "win32" or crosscompiling  else ':'<br><br>                         ^<br><br>SyntaxError: invalid syntax<br><br>did the same, kept the ";"<br>
<br>then everything works ok.<br>May be my python version??<br>Python 2.3.5 (#1, Jul 25 2006, 00:38:48) <br><br><br>that's all <br>bye!<br>