Processing files in po...
KeyError: 'DEST_DIR':
File "SConstruct", line 2189:
bin_dest_dir = os.path.join(env['DEST_DIR'], 'bin')
File "D:\program\Python24\scons-0.96.92\SCons\Environment.py", line 295:
return self._dict[key]
Sorry change without notice. SInce DEST_DIR is a environment variable in autotools, I tried to change dest_dir to DEST_DIR, and allow it to be obtained through environment. Bo
