Hi All,

I am wondering if the default installation paths for 0.9.28.2 on Ubuntu
10.04 LTS require tweaking.

I know that the HTML Help is NOT installed and this is really pissing me
off.

Error:
/usr/lib/lazarus/0.9.28.2/examples/hello.pp(31,1) Error: Can't create
object file: units/i386-linux/hello.o
/usr/lib/lazarus/0.9.28.2/examples/hello.pp(31,1) Fatal: Can't create
object units/i386-linux/hello.o

Lazaurus Tools / Configure "Build Lazarus" Quick Build Options

Clean Up + Build

LCL interface
Target gkt 2 (beta) IDE gtk 2 (beta)

File: hello.pp [Read-Only] (/usr/lib/lazarus/0.9.28.2/examples)
{

***************************************************************************
 *
*
 *   This source is free software; you can redistribute it and/or modify
*
 *   it under the terms of the GNU General Public License as published
by  *
 *   the Free Software Foundation; either version 2 of the License, or
*
 *   (at your option) any later version.
*
 *
*
 *   This code is distributed in the hope that it will be useful, but
*
 *   WITHOUT ANY WARRANTY; without even the implied warranty of
*
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
*
 *   General Public License for more details.
*
 *
*
 *   A copy of the GNU General Public License is available on the World
*
 *   Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also
*
 *   obtain it by writing to the Free Software Foundation,
*
 *   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
 *
*

***************************************************************************
}
program Hello_world;

{$mode objfpc}{$H+}

uses Interfaces, Forms, HelloForm;

begin
   Application.Initialize; { calls InitProcedure which starts up GTK }
   Application.CreateForm(THello, Hello);
   Application.Run;
end.

-- 
Proudly developing Quality Cross Platform Open Source Games
Since 1970 with a Commodore PET 4016 with 16 KRAM
http://pews-freeware-gaems.org (<--- brand new)


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to