i have lazarus installed on ubuntu went great but now
i add a button on my form double klik it to enter code i get this error
Hint: Start of reading config file /etc/fpc.cfg
Hint: End of reading config file /etc/fpc.cfg
Warning: You are using the obsolete switch -OG
Free Pascal Compiler version 2.2.0 [2008/09/20] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling /tmp/project1.lpr
Compiling unit1.pas
Linking /tmp/project1
59 lines compiled, 1.5 sec
1 warning(s) issued
2 hint(s) issued
Project "project1" successfully built. :)
---------------------------------------------
/usr/lib/lazarus/lcl/lclclasses.pp(19,22)
Error: no pascal node found at cursor (i.e. in unparsed code)
how do i fix this?