Re: Buiilt 4.1 64 bit on WIndows failed
- Posted by andi49 Jan 25, 2014
- 2178 views
"some batchfiles to create new builts from the repo"
Myconfig32.bat
Line 1: “call ../vars.bat”
Where is vars.bat or if you just post the lines in it, that would be fine?
Thanks.
Hallo
Sure i can do this. It's this:
set PATH=c:\mingw32\bin;c:\msys\msys\bin;%PATH%
But I'am also sure it wan't help you.
I use a 'strange' setup.
I use a part off tumagcc as my msys (the programs like make,sh etc.)
You can get it here:
http://sourceforge.net/projects/tumagcc/files/0.6b/Tuma_MinGW_Build_Env-0.6b.exe/download
It's a self extracting .exe, so if you copy this file to c:\msys and start it you will have this c:\msys\msys\bin part of vars.bat
You can safely delete everything in c:\msys\msys except ./bin and ./etc
As the Compiler i use http://tdm-gcc.tdragon.net/
Just Install it and add the bin directory to your path, thats the c:\mingw32\bin part of vars.bat
The pro off this setup is that all programs work on a Windows, command prompt, no need to start an emulated terminal session.
The con is, you need to use Slash / instead of \ backslash if you use the programs in msys./ (say sh) You have to type 'sh configure' instead of './configure'
It's a real 'FAT' setup! Even tumagcc is about 500Mb installed (okay, you can savely delete about 480 of them;))
If you only wan't to use the translator (euc.exe) msys does not need to be in the path.
Andreas