Topic: Compiler can't find generated files
Hello world ^^
I downloaded clear 0.6.1 sources and can't compile them...
- windows 7 x32 prof
- python 2.7.3 \ 3.7.3 (tryed both; x86)
- bam 0-4-0
- VC++ 2010 express
Deleted all generated files (bam -c) and deleted folder "objs" and file "config.lua".
Also i edited bam.lua (i had over9k errors before):
return str_replace(name, "/", "\\") -> name = str_replace(name, "/", "\\")
return "C:\\Python27\\python.exe" .. name <- Its correct link.
Screen:
Looks like compiler still can't find the python...
File's associaton is correct:
How to fix these errors?