Hi,
what version of Telemac are you trying to install?
yes, if your config is not proper for your machine, then it fails while trying to compile the code. what I suggest is follow the following steps,
1. start with auto installer to install all pre requisites and then inside open-telemac create new folder and name it as the version trying to install,
2. right click on that folder and try SVN checkout, then paste the link of reposity such as :
svn.opentelemac.org/svn/opentelemac/tags/v8p0r0/
this is for version V8 and may ask for user and password which is the same as :
www.opentelemac.org/index.php/sources-svn
3. after compelete downloaded all source code, then have a copy of config that work in your machine, i will share one that works for v7p2 here, open it in text editor and change the directory address to the one you have it in your machine such as C:/open-telemac/v8p0r0
4. follow the instruction of manual installation to change the CMD command prompt Target by right click and then properties on Telemac icon or new command prompt,
example of Target :C:\Windows\system32\cmd.exe /E:ON /V:ON /K set SYSTELCFG=C:\opentelemac-mascaret\v7p2r3\systel.parallel.cfg && PATH=C:\opentelemac-mascaret\v7p2r3\scripts\python27;!PATH!
and also change start in to the open-telemac directory,
4. make sure you set enviromental variables path pointed to python inside telemac and python script inside the v8p0r0 and also SYSTELCFG
and after doing all then open the TELEMAC throigh the CMD icon and then compileTELEMAC.py or with --clean
AMANJ