[Lazarus] synedit and utf8

Martin Friebe lazarus at mfriebe.de
Fri Jul 25 14:47:49 CEST 2008


On Fri, Jul 25, 2008 at 8:57 AM, Mattias Gaertner
<nc-gaertnma at netcologne.de> wrote:
> I guess, you have
>
> "case 3: IDE finds a unit, but compiler does not
>
> This is the case, when Find Declaration finds the unit, but building
> (Ctrl+F9) fails. "


Which normally means that the unit paths in /etc/fpc.cfg file or the
$HOME/.fpc.cfg file are incorrect.  That's if you are running Linux. I
have no idea where those files live under Windows.

To test if that's the problem (which in my experiences normally is),
create a simple Free Pascal program (no LCL) and include something
like the SysUtils or fpcunit units and try and compile the program
from the command line:   fpc project1.pas
If that fails, it's your FPC setup and not Lazarus.

Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the Lazarus mailing list