Marcos Douglas a écrit : > Hi Mattias, > > On Sat, Jun 5, 2010 at 1:22 PM, Mattias Gaertner > <[email protected]> wrote: > >> Check Environment Options / compiler path. >> If there is 'fpc.exe' then the IDE has not found fpc.exe in the >> paths of your system PATH variable. You can try a full file name. >> > > There is 'fcp.exe' in the configuration... > What paths I have to put in PATH variable? > > When I downloaded the FPC, I put in c:\freepascal\fpc\ without > directory for version. I might have problems with this? > > Thanks, > Marcos Douglas > > > Hi,
I use three Lazarus versions on Windows with three FPC versions. If you always use Lazarus to code freepascal, then you do not need to add FPC to your PATH, Lazarus handle this with its options. But FPC stand-alone setup adds itself to system PATH, and it cause trouble with Lazarus as I experience, so I just removes it from PATH. -- Thierry -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
