Forum > General

lazarus does not compile my (very) simple application

(1/2) > >>

le_barbu:
i just create a new project and i run it, but lazarus colorizes the last line of the project file (where the 'end.' is and stops.

what's the matter?

thx.

Anonymous:
here's the code:

program project1;

{$mode objfpc}{$H+}

uses
  Interfaces,
  Forms, unit1;

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.

I just do nothing, i only run the project!...

eric:
What does the error message say in the Message window?

Anonymous:
I don't know if the error is the same, but for me the situation is the same (new project, compile, error) the message was:
/usr/share/fpcsrc/fcl/classes/linux/classes.pp(70) Error: Writing Resource String Table file: $1

Anonymous:
I'm getting a very similar problem. I suspect the problem may be that Lazarus is trying to write to a directory owned by root.

Does anyone know how to fix this (apart from running as root)?

Navigation

[0] Message Index

[#] Next page

Go to full version