Problem compiling DB mods

BlitzMax Forums/Brucey's Modules/Problem compiling DB mods

Foolish(Posted 2015) [#1]
I am trying to compile Brucey's db mod using Blitzmax 1.50
Win 8.1 machine
MinGW 5.1.3. installed at C:\MinGW.

Compiling other modules works accept for FreeImage
Build Modules is available in the IDE.

I get the following error

►►►ERRORbah.database was not built
C:/BlitzMax/mod/bah.mod/database.mod/glue.cpp

Any advise?

Thanks


Brucey(Posted 2015) [#2]
Can you try it from the command line, in the BlitzMax/bin dir :
bmk makemods -a bah.database

And paste the output here.

Thanks!