
Hi, I'm trying to build yhc but it falls over immediately with this error message: $ scons scons: Reading SConscript files ... ValueError: int() literal too large: 20070126223254: File "Sconstruct", line 23: always_configure(env, Configure, ARGUMENTS) File "/home/t-berp/yhc/build/configure.py", line 46: env["ENV"]["VERSION"] = getVersion(type) File "/home/t-berp/yhc/build/version.py", line 9: dt = int(lines[-1].split("**")[1].strip()[:-1]) The version of scons: $ scons --version SCons by Steven Knight et al.: script: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca engine: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation Cheers, Bernie.

On 2/1/07, Bernie Pope
I'm trying to build yhc but it falls over immediately with this error message:
Hi Bernie, Sorry for the delay in responding to this. I'd be interested to know what version of Python you're running, I have a feeling it must be quite old and int(x) won't return a long type for values that can't be represented in an int. I have pushed a fix that will hopefully correct this without you needing to upgrade Python. Simply darcs pull then try building again. Cheers, Andrew
participants (2)
-
Andrew Wilkinson
-
Bernie Pope