I may have found the source of both problems. First, I updated to 0.21.1. (Just FYI). No noticeable change.
Next, I checked. Yes, udts.bi is in build/. HOWEVER, it does not contain the definition of ZoneMap. And even stranger, the udts.bi in the wip/ folder DOES. This was especially odd, as I'd just done a "scons -c". As reported before, though, -c only cleans binary files. This _should_ have been ok, though, since the source would have been copied into build/ and then re-compiled. But it obviously was not. So, my guess is that your scons script is failing to copy new source changes to the build/ folder. Everything else works "ok", since no source file has changed in the build folder. So something's wrong with the MD5 check on copying everything to the build folder. Sure enough, deleting build and running "scons" completed the build. I'll have a look at the script; just wanted to give you guys a heads up. -->Seth On Tue, Sep 21, 2010 at 8:59 AM, Ralph Versteegen <[email protected]> wrote: > On 21 September 2010 12:51, David Gowers (kampu) <[email protected]> wrote: >> On Tue, Sep 21, 2010 at 9:59 AM, Ralph Versteegen <[email protected]> wrote: >>>>> OK, now the killer problem: it doesn't rebuild anything when I edit a >>>>> file!! >>>>> Even if I run scons -c, it doesn't rebuild anything afterwards >>>>> (but maybe -c is completely unsupported?) >>>> -c works fine for me. >>>> Did you change the *content*, not just edit something in and out again? >>> >>> Yes, I changed something. >> >> To clarify : if I add a comment to game.bas, game.o will be rebuilt, >> because I altered the MD5 sum. then ohrrpgce-game will *not* be >> rebuilt, because game.o will have the same MD5 sum as before. >> If your result differs from this, I agree it's a problem. > > I should have said: I changed something significant. > _______________________________________________ > Ohrrpgce mailing list > [email protected] > http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org > _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
