Creating a module on OSX and not getting a .i file generated even though the module apppears to be compiling correctly? Check the case sensitivity of your folders and filenames in the "BlitzMax/mod/yourmod" folder. I wasn't getting a .i file generated for mine until I changed all the folder/filenames to lower case.
Remember that OSX is based on Unix so case sensitivity matters in ways that it never would on Windows.
Remember that OSX is based on Unix so case sensitivity matters in ways that it never would on Windows.