MySQL Compile Error

BlitzMax Forums/Brucey's Modules/MySQL Compile Error

BLaBZ(Posted 2010) [#1]
I'm trying to run the tests included with dbmysql.mod but keep receiving the following compile error

"Can't find interface for module bah.dbmysql"

I have the database.mod and dbmysql.mod folders in my blitzmax/mod directory and I rebuilt both modules.

Installed MySQL server 5.1 what to do with it.

Any help would be greatly appreciated!


Brucey(Posted 2010) [#2]
You should have a folder in BlitzMax/mod called bah.mod
Inside that folder, you put the others.

When you rebuild a module, you should see stuff compiling. If there's no output, it's not compiling - perhaps because it is in the wrong place.


BLaBZ(Posted 2010) [#3]
doh! lol a bit ridiculous of me not to see the installation directions.

Thanks a lot Brucey!!