Can't find interface for module sidesign.minib3d

BlitzMax Forums/MiniB3D Module/Can't find interface for module sidesign.minib3d

Shagwana(Posted 2012) [#1]
When I try and use the latest release (v0.54) as a mod and then rebuild the mods, I get the following error;

Can't find interface for module 'sidesign.minib3d'


Anyone else got this problem?, or better still know what to do to fixor it?

For extra information:

I am using the latest version of mingw from nuwen net (9-0 now)
All other mods compile without issue

More information!:

I have since deleted the sideisgn.mod folder, re downloaded, re installed and rebuild without problem.

So now I got it to compile as a mod, but i dont know what caused it to not work.

Last edited 2012


AdamRedwoods(Posted 2012) [#2]
I get this once in a while, not specifically miniB3D. I think I usually resolve this by deleting the old .i files and rebuilding the modules.


col(Posted 2012) [#3]
This problem is usually caused by trying/accidentally compiling a file that is imported into the main file or maybe trying to compile module files, which again, are imported hence it shouldn't be compiled as the main file. Then when you try to compile the main file again you get that error.

I keep doing it :D

I delete the .bmx folder and .i files that are mentioned in the error and either rebuild modules or a regular recompile.


Shagwana(Posted 2012) [#4]
Aha it could be me trying to bmx compile certain files!.