[lazarus] What does this error mean?
Ned Boddie
nboddie at my-network.com
Mon Jul 26 21:41:07 EDT 1999
Yeah, I did that, no go. The other funny thing is that if I compile the controls.pp from the lcl directory only, i.e. not in the uses clause but directly from the command line, then the compile works.
Do we think this is an fpc kind of thing?
>
> try to delete all of your ppu files in the lcl and lazarus directories and
> then compile.
>
> Cliff
> -----Original Message-----
> From: Ned Boddie <nboddie at my-network.com>
> To: lazarus at miraclec.com <lazarus at miraclec.com>
> Date: Monday, July 26, 1999 8:42 PM
> Subject: [lazarus] What does this error mean?
>
>
> >Hi,
> >
> >I just rebuilt everything from CVS, and in working on my project
> >I get the following messages during compilation:
> >
> >Compiling /opt/fpc/lazarus/lcl/controls.pp
> >openfiledialog.inc(214,16) Fatal: Invalid PPU-File entry: 15
> >
> >then it bails out.
> >
> >The module I'm actually trying to compile is incredibly simple as follows:
> >
> >unit UBrowser;
> >
> >{$mode objfpc}
> >
> >interface
> >
> >uses
> > Windows, Mewssages, SysUtils, Classes, Graphics, Controls, Forms,
> Dialogs,
> > Menus, StdCtrls, Buttons, ComCtrls, Grids, ExtCtrls;
> >
> >type
> > TBrowserForm = class(TForm)
> > private
> > public
> > end;
> >
> >var
> > BrowserForm: TBrowserForm;
> >
> >implementation
> >
> >end.
> >
> >
> >Ignoring the fact that I may have to stub some of these units for a bit,
> what's happening with this error message, any clues?
> >
> >Ned
> >
> >_________________________________________________________________
> > To unsubscribe: mail lazarus-request at miraclec.com with
> > "unsubscribe" as the Subject
> > archives at http://www.miraclec.com/list_archives/lazarus
> >
>
> _________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.miraclec.com/list_archives/lazarus
>
More information about the Lazarus
mailing list