Build and Run problems

Blitz3D Forums/Blitz3D Beginners Area/Build and Run problems

Jonah(Posted 2011) [#1]
hi everyone!
I'm new to blitzmax and have recently found a problem.
Whenever i attempt to "build and run" my programs, it reads
"Compile Error
Can't find interface for module 'brl.blitz'"
then, in the output tab, it says

Building untitled1
Compiling:untitled1.bmx
Compile Error: Can't find interface for module 'brl.blitz'
[/Applications/BlitzMax/mod/brl.mod/blitz.mod/blitz_classes.i;70;1]
Build Error: failed to compile /Applications/BlitzMax/tmp/untitled1.bmx
Process complete

someone please help!!!


Warner(Posted 2011) [#2]
Try using Program->Build Modules (Ctrl+D) to build the modules first. After that, you should be able to run your programs.


GfK(Posted 2011) [#3]
Except this is the Blitz3D forum. ;)