buildong mods in BLide

BlitzMax Forums/BlitzMax Beginners Area/buildong mods in BLide

DREAM(Posted 2008) [#1]
I get this error

Compiling:blitz_app.c

Build Error: failed to compile C:/Program Files/BlitzMax/mod/brl.mod/blitz.mod/blitz_app.c

when i try and build the modules in BLIde

not sure if this is the right place to put this but anybody know what is going on, something i have to set or tick??????I got no idea.

i have added the random.mod off bruceys site first just to try and use it......any ideas


MGE(Posted 2008) [#2]
Are you able to produce the mod without using Blide?


Gabriel(Posted 2008) [#3]
http://www.blitzbasic.com/Community/posts.php?topic=72892


DREAM(Posted 2008) [#4]
yep works in the max ide


is it the minigw thing i need


ziggy(Posted 2008) [#5]
Follow this instructions:
http://ziggybcn.proboards31.com/index.cgi?board=publisher&action=display&thread=1199705748

It may work in the maxide becouse the quickbuild is OFF for modules in BLIde (for security reasons). So it is not really compiling the module.
BLIde also ensures the module is built for release and for debug modes, so you don't have to worry wich where the compiler flags last time you compiled this or that module to be sure everythig is working and up to date.