On Mon, 12 Sep 2005 18:28:21 +0200
dannym <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Am Montag, den 12.09.2005, 10:45 +0200 schrieb Bogus__aw Brandys:
> > Hi,
> > 
> > I want something like password protect application when there is no
> > input or mouse move for a selected period of time.How and if I can use
> > Application.OnIdle OnEndIdle for this ? I know that under Win32 there is
> > API for this but I want it to be Linux also.
> 
> hmm ... no idea..
> 
> > 
> > Also,I managed to check Lazarus sources from daily snapshot under Ubuntu
> > 5.04 but when ciompile there is no libglib. I think that libglib2.0-dev
> > is missing or I must install GTK1.2 ? How can I compile Lazarus from
> > scratch using GTK2.0 ? Where can I find libglib2.0-dev for Ubuntu ?
> 
> edit Makefile.fpc, find "LCL_PLATFORM=gtk", replace by
> "LCL_PLATFORM=gtk2", run "fpcmake", run "make"

Don't edit the Makefile.
Just do 'export LCL_PLATFORM=gtk2' or select gtk2 in the IDE build dialog.

 
> > Or maybe I should rather install Redhat bacause Ubuntu is missing many
> > "dev" packages ?
> 
> I use Ubuntu Breezy and it has all dev packages needed (they are named a
> bit strangely but I suspect this is debian heritage)


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to