errors when compile exodus from CVS with Delphi 6
Florent Guiliani <[email protected]> Thu, 22 Apr 2004 14:39:35 +0200
| Newsgroups | gmane.network.jabber.exodus.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I'm trying to compile exodus (CVS snapshot of today) with delphi6. Today I : - retrieved exodus source from CVS - unzip tntUnicode.zip - build and install TntUnicodeVcl_D60.dpk - build ExComponents.dpk (I must replace TntUnicodeVcl_R70 by TntUnicodeVcl_R60 in require section) and install - When I open exodus.dpr I've got a first error : "error reading Resolver.QueryRecords, property QueryRecords does not exist". I can clic on ignore button. - When I'm trying to compile I've got this errors : [Error] XMLSocketStream.pas(260): Undeclared identifier: 'InputBuffer' [Error] XMLSocketStream.pas(260): Missing operator or semicolon [Error] XMLSocketStream.pas(260): Undeclared identifier: 'InputBuffer' [Error] XMLSocketStream.pas(260): Missing operator or semicolon [Error] XMLSocketStream.pas(261): Missing operator or semicolon [Error] XMLSocketStream.pas(395): Undeclared identifier: 'IdSslX509NameHash' [Error] XMLSocketStream.pas(399): Left side cannot be assigned to [Error] XMLSocketStream.pas(400): Undeclared identifier: 'IdSslX509Digest' [Error] XMLSocketStream.pas(400): Left side cannot be assigned to [Error] XMLSocketStream.pas(401): Undeclared identifier: 'IdSslEvpMd5' [Error] XMLSocketStream.pas(401): Left side cannot be assigned to [Error] XMLSocketStream.pas(824): Undeclared identifier: 'PassThrough' [Error] XMLSocketStream.pas(838): Undeclared identifier: 'PassThrough' [Error] XMLSocketStream.pas(841): Undeclared identifier: 'PassThrough' [Error] XMLSocketStream.pas(843): Undeclared identifier: 'SSLSocket' [Error] XMLSocketStream.pas(844): Undeclared identifier: 'VerifyPeer' [Fatal Error] Session.pas(197): Could not compile used unit '..\jopl\XMLSocketStream.pas' Any Idea ? Florent Guiliani,