Leo,

the patch form you still uses the QueueElement which Berin removed
from the event-package:

replace
        QueueElement[] remainingElements = getCommandQueue().dequeueAll();
with 
        Object[] remainingElements = getCommandQueue().dequeueAll();

The other patches are O.K.

Thanks for your help

Christopher


Leo Sutic [[EMAIL PROTECTED]] wrote:
> Christopher,
> 
> I'm still having problems getting everything to build properly. 
> Probably caused by my system setup. I have applied all patches.
> Could you please grab the files from CVS and verify that the 
> patches have been applied correctly?
> 
> /LS
> 
> > From: Christopher Kohlhaas [mailto:[EMAIL PROTECTED]] 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to