Class mismatch error (D compiler/Phobos)

Márcio Faustino m.faustino at no.spam.gmail.com
Sat Aug 4 07:09:41 PDT 2007


Sean Kelly wrote:
> Márcio Faustino wrote:
>> I might not have explained myself very well. What I'm doing is 
>> compiling source code with a stripped down version of Phobos, and that 
>> error keeps happening. But previously, with DMD v1.x, that didn't happen.
> 
> You need to keep your stripped down version of Phobos in sync with the 
> version of Phobos shipped with the compiler you're using.  At least 
> insofar as the public object.d and what's inside /internal.  This 
> particular error sounds like the public object.d and internal/object.d 
> disagree about something important.
> 
> Sean

Thanks guys, I think I got it working now. If I have more questions I'll 
post them here. Again, thanks.


More information about the Digitalmars-d-learn mailing list