** incremental compilation may be fatally broken for this module **

This keeps popping up, when I try to redefine the same macro or function in a module? Is this ok?

It tells me that I have overwritten a method, which I did intentionally…

Thanks

1 Like

Yeah. When you override some method from other packages or someone else’s package this error pups up. I haven’t found any way to suppress it.

1 Like

It’s okay, as long as you are fine with precompilation being broken for the package. I’d recommend against.

can i remove someone package from my computer… I developed two package with same function but with different name. I get this same error… how to remove other package completely