Discussion:
[Exodus-dev] errors when compile exodus from CVS with Delphi 6
Florent Guiliani
2004-07-09 15:29:52 UTC
Permalink
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,
Peter Millard
2004-07-09 15:29:52 UTC
Permalink
Post by Florent Guiliani
I'm trying to compile exodus (CVS snapshot of today) with delphi6.
[Stuff deleted...]
Post by Florent Guiliani
Any Idea ?
Try installing Indy9 as a start, and goto Project | Options, and put in a define
for INDY9. This gets automatically set for D7. I haven't tried compiling the
latest code with Indy8 in a LONG, LONG time.

pgm.

Loading...