Trouble Building Module Please Help

BlitzMax Forums/Brucey's Modules/Trouble Building Module Please Help

Rico(Posted 2012) [#1]
I am still trying to get Box2D working. I have put the box2d module in the correct folder and i have also done this (I have Vista)

3.- In the 'System Variables' box, scroll down until you see the variables Path. Click on it and click the edit button. In the 'Variable Value' box, move your curser to the end of text, ADD A SEMI COLON, and put the path to your MinGW\bin directory. eg, c:\MinGW\Bin. Click ok and ok again and if you are using windows XP, you are ready to go, if you're using Vista or Win7, you have to make one little additional step:

VISTA ONLY:
4.- The same way you have added the environment variable called MinGW (step 2), you should create an environment variable named GCC_EXEC_PREFIX and set it to c:\MinGW


I go into the Bin folder in BlitzMax and type

bmk makemods bah.box2d

I get this error



Please Help, thank you :)


Rico(Posted 2012) [#2]
ok i fixed it. I deleted the VISTA-specifc environment variable and restarted the comp and it worked fine :)