!Builder
Colin (478) 2433 posts |
I’ve been updating my sources but when I select the environment in !Builder I get the error. “There are still clients active” Anyone any idea what it means? |
Jeffrey Lee (213) 6048 posts |
Sounds like it’s trying to softload a new version of a module, and the current version doesn’t like being killed. When you select an environment all that Builder does is run one of the obey files in the Env.ROOL folder, which set up a few environment variables and then run Env.!Common, which has a bunch of RMEnsure’s inside. So try each of those RMEnsure’s in turn until you find what the problem is. And if it’s one of ROOL’s modules giving a useless error, let us know so we can fix it :-) |
Colin (478) 2433 posts |
Thanks. Turned out to be SharedUnixLibrary module. I was running an old version 1.10. In my old sources Env.!common was ok with version 1.02 but now thats been changed to 1.12. Maybe it should be loaded like the SharedCLibrary is loaded ie only softload if it isn’t present. If you decide to alter !builder change the colours on the title bar of the ‘Register build directories’ window. The normal colour and the highlight colour is wrong. |