Pages: 1
  Print  
Author Topic: How do I Change the MinGW Directory?  (Read 13129 times)
Offline (Unknown gender) time-killer-games
Posted on: January 28, 2013, 02:13:32 pm
"Guest"


Email
I have a limited, non administrative account, which gives me zero access to run enigma. "Access Denied: C:\Windows\"
I'm not sure but I feel that if I cpould somehow edit the default directory that ENIGMA expects to fid MinGW and change it from C:\Windows to my desktop directory, which is where it is located will then allow me to run enigma properly. How do I do this?

Thanks in advance!
TKG
Logged
Offline (Male) Josh @ Dreamland
Reply #1 Posted on: January 28, 2013, 10:34:56 pm

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
Edit the file Compilers/Windows/gcc.ey.

Specifically, change these lines:
Code: (yaml) [Select]
path: \MinGW\bin\;\MinGW\msys\1.0\bin\;
tcpath: /MinGW/bin:/bin:
make: \MinGW\msys\1.0\bin\make.exe
binpath: \MinGW\bin\
defines: \MinGW\bin\cpp -dM -x c++ -E $blank
searchdirs: \MinGW\bin\gcc -E -x c++ -v $blank

Replace [snip]\MinGW[/snip] with the path to MinGW on your desktop. It should have no spaces in it, preferably.

Cheers
« Last Edit: January 28, 2013, 10:36:56 pm by Josh @ Dreamland » Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Pages: 1
  Print