Hi Al

Actually, I had a closer look at synchronize, and it turns out to be dependent on the GUI, which probably means that you need to include 'Interfaces' in your library uses clause. Can you try this on windows?


I add unit interfaces to my library, but
when I compiling the library a fatal error occurs:

Hint: Start of reading config file C:\Programmi\FPC\2.2.0\bin\i386-win32\fpc.cfg Hint: End of reading config file C:\Programmi\FPC\2.2.0\bin\i386-win32\fpc.cfg
Warning: You are using the obsolete switch -OG
Warning: You are using the obsolete switch -Or, please use -O2 or -Ooregvar
Warning: You are using the obsolete switch -Ou, please use -Oouncertain
Free Pascal Compiler version 2.2.0 [2007/09/09] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Win32 for i386
Compiling libthread.dpr
libthread.dpr(4,3) Fatal: Can't find unit Interfaces used by libthread

I add manually  $(LazarusDir)\lcl\interfaces\$(TargetOS) to the paths but
an other error occours:

Fatal: Can't find unit InterfaceBase used by Interfaces

"The dog bites the tail"

I use WinXp Sp2
Lazarus svn
Fcp 2.2.0

Thanks

---
Melchiorre

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

Reply via email to