g++ installed and working but bmax wont build mods
BlitzMax Forums/BlitzMax Beginners Area/g++ installed and working but bmax wont build mods
| ||
well I installed minGW and did the system variables thing and tested it in the command prompt via 'g++ --version' but the build mods button is still grey (cant click it) do I need to do something else like change a cfg file in bmax or is a fresh install the only way? |
| ||
did you add 'c:\MinGW\bin' to the path under System Variables? assuming that is where you installed MinGW. |
| ||
Setting up MinGW (note, not miniGW!) is a bit contrived. I recommend Ziggy's useful guide. |
| ||
What information is listed in the about window? (goto Help --> About MaxIDE ). |
| ||
@SebHoll - it says version 1.39 path is c:\BlitzMax MiniGW path unavailable fasm version 1.68 gcc n/a g++ n/a @ gfk sorry my bad but I got that right in the paths variable thing and it works in the comand prompt when I type g++ --version |
| ||
ok it works thanks for the link gfk, I didnt know about the extra step for vista users, I never would have figured that out on my own either |