sqlite module

BlitzMax Forums/BlitzMax Beginners Area/sqlite module

trying to use teamonkey's tm.sqlite module (see assari tutorial on gamecoders site) with blitzmax 1.30 I obtain:
Compile Error: Can't find interface for module 'tm.sqlite'
can someone help?
thank you

Possibly :

1) The module needs building.
2) The module is in the wrong place. ( .../BlitzMax/mod/tm.mod/sqlite.mod/.... )

Once in the correct location and compiled, the error should go away.

thank you brucey, I think i need to correctly set c compiler options for building modules (they are in the right place)
I will see

OK; all stuff working after rebuilding modules as brucey prophetized
thank you