On Sunday 04 Dec 2005 17:33, Guillaume Laurent wrote: > The .cache.py files are where the cached config values are stored. > Try removing them, running 'scons configure' once and see if that > helps.
I renamed the cache directory to cache_saved, ran scons configure, and tried again. No change, except that now it wants to rebuild everything. I interrupted the build and started it again in case the delay was calculating something that wouldn't need to be calculated again. No improvement. Anyway, I found out what the problem is. The thing is, I never run "scons" on its own. I always run "scons install", because I always want to install the result so that I can actually run it, provided it builds. And that delay is scons working out which things it's going to want to install: for some reason, it does that before building anything rather than after. If I only run "scons", it's much quicker -- but useless, and I'm left having to run "scons install" again, separately, before I can actually run it. A shame -- one of the things I liked about scons was that it did the install stage quicker than make because it only installed the things that had changed. Of course, there had to be a downside to that. I guess I'll have to alias something to "scons && scons install" or something. It still treats lirc differently from all the other libraries, though. Chris ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
