I got this error: Warning: Can not locate any spell checker Checking for the number of args for mkdir... one Checking for arg types for select... yes IOError: [Errno 2] No such file or directory: '.\\src\\config.h': File "C:\sandbox\lyx\lyx-devel\development\scons\SConstruct", line 1067: utils.endConfigH(TOP_SRC_DIR) File "C:\sandbox\lyx\lyx-devel\development\scons\scons_utils.py", line 138: writeToFile(os.path.join(top_src_dir, config_h), config_content + File "C:\sandbox\lyx\lyx-devel\development\scons\scons_utils.py", line 26: file = open(filename, 'w')
That is strange. .\\src\\config.h seems to be the right path for config.h if you are running from the top level directory. What will happen if you manually run the following? python open(os.path.join('.', 'src', 'config.h'), 'w') Bo