Can't run miniB3d files

BlitzMax Forums/MiniB3D Module/Can't run miniB3d files

ssdw(Posted 2012) [#1]
every time I try to build it says "Build Error: failed to compile C:/Users/Sascha/Desktop/3d world/inc/std.cpp"
the inc dir is in the same dir as the bmx file.
I have add the sidesign.mod in the mod dir, but I can't click on "Build Modules"
I have install MinGW

Please, can somebody help me!

EDIT: okey, I probably had not considered.
I had to do something after the installation of MinGW. I can now build the Modules.

but it stil saying by the modules build "Build Error: failed to compile C:/BlitzMax/mod/brl.mod/blitz.mod/blitz_app.c"

Last edited 2012

Last edited 2012


Warner(Posted 2012) [#2]
Sounds like you have to install another version of MinGW. Look in the BlitzMax General Discussion: there are some guidelines stickied.


ssdw(Posted 2012) [#3]
Sorry, but I can't find no where wich MinGW I must use.
does anyone know wich version I must use?


Floyd(Posted 2012) [#4]
Check that you have the environment variables set correctly. There are two of them, named Path and MinGW.

Path is a system variable which tells Windows where to look for programs. It contains many paths, separated by the ; character. It must contain the path to your MinGW compilers.

My Path contains C:\MinGW\bin.


MinGW is a user variable. Mine is set to C:\MinGW.


Warner(Posted 2012) [#5]
Have you looked in the \programming section? There is a thread here:
http://www.blitzmax.com/Community/posts.php?topic=90964

And if you use Windows, you could have a look at this utility:
http://www.blitzmax.com/Community/posts.php?topic=79814


ssdw(Posted 2012) [#6]
@ floyd
I have look again, and the are correct.

@Warner
the first topic i had already use.

After using the Companion, there is now 1 more error:



AdamRedwoods(Posted 2012) [#7]
this is a mingw install problem.

check to make sure the paths are correct and the "liblto_plugin-0.dll" is there. you may need to add paths. make sure permissions are allowed (r/w) on the folder and files.

you may have to reinstall, and if you do, try ziggy's:
http://www.blitzmax.com/Community/posts.php?topic=90964#1056468
if his link is still active.

don't install mingw to "program files". it gets ugly if you do (Progra~1 etc..)