On Tue, Jan 12, 2010 at 13:30, Thomas Moritz <[email protected]> wrote:
> Hello, > build "lnetvisual" with Lazarus (qt) gives errors, but "lnetbase" is OK. > (x86_64 _and_ i586 Lazarus svn) > Here is the output: > > Free Pascal Compiler version 2.4.0 [2010/01/06] for x86_64 > Copyright (c) 1993-2009 by Florian Klaempfl > Target OS: Linux for x86-64 > Compiling lnetvisual.pas > Compiling lclnet.pas > lclnet.pas(45,15) Error: Forward declaration not solved > "TLCLEventer.HandleIgnoreError(TLHandle);" > lclnet.pas(46,15) Error: Forward declaration not solved > "TLCLEventer.HandleIgnoreWrite(TLHandle);" > lclnet.pas(47,15) Error: Forward declaration not solved > "TLCLEventer.HandleIgnoreRead(TLHandle);" > lclnet.pas(48,15) Error: Forward declaration not solved > "TLCLEventer.InternalUnplugHandle(TLHandle);" > lclnet.pas(50,15) Error: Forward declaration not solved > "TLCLEventer.HandleEvents(Int64,LongWord);" > lclnet.pas(58,14) Error: Forward declaration not solved > "TLCLEventer.AddHandle(TLHandle):Boolean;" > lclnet.pas(81) Fatal: There were 6 errors compiling module, stopping > TExternalToolList.Run Exception: > /home/mori/Lazarus_qt45/lnet/lazaruspackage/lclnet.pas(81) Fatal: There were > 6 errors compiling module, stopping > ERROR: tool reported error > As far as I know, lnet was never built to support QT. It requires you to implement some required methods and functions that are implemented for GTK 2. Ales is not on the list anymore, so I do not know if that was changed. > > Build with gtk2 is OK! > > Best regards! > > Th. Moritz > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > Ido
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
