I've almost got lazarus going on ubuntu. The IDE is there, as is the shortcut in the applications - programming shortcut.
I can see a default form and put controls on it, but say i try to create a click method on a button i get errors such as
/usr/lib/lazarus/lcl/forms.pp(44,19) Error: unit not found: gettext
and a messagebox saying
the component editor of class TDefaultComponentEditor has created the error unable to find method please fix the error shown in the error in the message window (the one above)
if i just compile an empty project i get the error message
/tmp/project1.lpr(1,1) Fatal: Can't find unit contnrs used by Masks
I'm a bit of a linux noob but it looks like a path thing, lazarus cant find the source or FPC
any help is apreciated
FPC .2.2.2
lazarus IDE v0.9.26.2 beta
jt