[lazarus] CVS Changes

Marc Weustink marc at dommelstein.net
Tue Jan 30 17:47:43 EST 2001


At 17:50 30-01-01 -0300, Luis R. Hilario wrote:
>Marc Weustink wrote:
> >
> > + From: luis at harding.miraclec.com [mailto:luis at harding.miraclec.com]On
> > +
> > + An unhandled exception occurred at 0x080B6C12 :
> > + Access violation
> >
> > I guess you got a currupt/wrong version of vclglobals.ppu.
> >
> > Do a make clean. Make sure that there is no .ppu or .o left
> > i.e. in you lazarus dir:
> >    find . ( -name '*.ppu' -or -name '*.o' )
> >
> > or to remove them as well:
> >    find . ( -name '*.ppu' -or -name '*.o' ) -exec rm {} \;
> >
> > Afterthat do a make components.
>
>Now "vclglobals.ppu" is in "lcl/units", but it happens an error:
>
>Panic : Internal compiler error, exiting.
>allunits.pp(29) Fatal: Internal error 9999

This sometimes happens do a make again (without cleaning)

Marc






More information about the Lazarus mailing list