Oh, I think I know what might be going on... I put in some code very recently that cleans up the working directory when it compiles in "incremental" mode. I think that flag might be turned on in the case of compiling snippets (our old name of the <import> library feature), so it's erasing any classes that it doesn't recognize from the library.
I'll take a look at that... On Wed, Jul 28, 2010 at 3:28 PM, Ryan Maslar <[email protected]> wrote: > That's going to be the tough part. I was hoping I might be able to trigger > a guess on what it might be. The last nightly build I pulled was on 7/9. > Never had compiler errors regarding missing base class definitions until > grabbing the nightly build from yesterday. Could the imported file be > compiling before the include statement even though it appears later in code? > Or could it be timeout based? > -- Henry Minsky Software Architect [email protected]
