[lazarus] IDE Problem
Mattias Gaertner
nc-gaertnma at netcologne.de
Wed Jan 15 04:09:42 EST 2003
On 14 Jan 2003 17:03:00 -0600
Bruno Alejandro <bruno at vias.com> wrote:
> Hi again... sorry!!!
>
> I made exactly what you told me...
>
> I create a new form, and insert a simple button, compile ok, and run
> ok...
>
> I double click the button to create an event...:
>
> Don't find the button unit
I'm sorry. There was a bug for new, unsaved applications. I fixed that. It
should work now.
> that's so extrange because compile ok...
If you create a new project, the compilation will be done in the temporary
directory, till you save the project.
Mattias
>
> Thanks
> Bruno Chavez
>
> On Tue, 2003-01-14 at 14:21, Mattias Gaertner wrote:
> > On 14 Jan 2003 13:52:10 -0600
> > Bruno Alejandro <bruno at vias.com> wrote:
> >
> > > Hi!!
> > >
> > > I recompiled the lazarus, and reinstall the FPC 1.0.6 with the
> > > sources... then return to the same problem...
> > >
> > > All works fine, I can add component's to the form, but when I want to
> > > create an event (Double click) it tell me that "don't found the
> > > SysUtils unit'... I don't know what happen, because all the units are
> > > in the same dir, and the environment is by default...
> >
> > here is an easy installation guide for single user under linux with cvs:
> >
> > - download and install fpc 1.0.7 rpm from the lazarus site
> > - Create a directory (e.g. /home/name/freepascal) and cd to it.
> > - download the fpc sources:
> >
> > export CVSROOT=:pserver:cvs at cvs.freepascal.org:/FPC/CVS
> > cvs login
> >
> > password is 'cvs' without the ''
> >
> > cvs -z3 co -r FIXES_1_0_0 fpc
> >
> > - download the lazarus sources:
> >
> > cvs -z3 co lazarus
> >
> > - compile lazarus:
> >
> > cd lazarus
> > make
> >
> > - start lazarus
> >
> > ./lazarus
> >
> > - Set Environment -> Environment Options -> Files -> FPC Source
> > directory to/home/name/freepascal/fpc
> >
> >
> > Mattias
> >
> >
> >
> > >
> > > Thanks
> > > Bruno Chavez
> > >
> > > El mar, 14-01-2003 a las 12:16, Mattias Gaertner escribió:
> > > > On 14 Jan 2003 11:17:25 -0600
> > > > Bruno Alejandro <bruno at vias.com> wrote:
> > > >
> > > > > Yep, you'r right, and I see the FAQ, and tell me that install and
> > > > > compile again the Lazarus, but I already do that, and still with
> > > > > the same error, and in the message window tell me that the button
> > > > > unit doesn't found
> > > > >
> > > > > Do you know why????
> > > >
> > > > It can't find the file buttons.pp.
> > > > Check
> > > > Run->Compiler Options->Search Paths->Other Sources
> > > > for
> > > > $(LazarusDir)/lcl;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)
> > > >
> > > > The FPC source path can be set via:
> > > > Environment -> General Options -> Files -> FPC source path
> > > >
> > > >
> > > > Mattias
> > > >
> > > > _________________________________________________________________
> > > > To unsubscribe: mail lazarus-request at miraclec.com with
> > > > "unsubscribe" as the Subject
> > > > archives at http://www.lazarus.freepascal.org/mailarchives
> > > >
> > >
> > >
> > > _________________________________________________________________
> > > To unsubscribe: mail lazarus-request at miraclec.com with
> > > "unsubscribe" as the Subject
> > > archives at http://www.lazarus.freepascal.org/mailarchives
> >
> > _________________________________________________________________
> > To unsubscribe: mail lazarus-request at miraclec.com with
> > "unsubscribe" as the Subject
> > archives at http://www.lazarus.freepascal.org/mailarchives
> >
>
>
> _________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.lazarus.freepascal.org/mailarchives
More information about the Lazarus
mailing list