#1 2010-12-01 18:57:23

migajek
Member
Registered: 2010-10-01
Posts: 89

Latest source doesn't compile under D7 [2010-12-01 13:35:59]

I've downloaded latest source ( http://synopse.info/fossil/info/7ed35b947a ) and it doesn't compile under D7.

Build
  [Error] SQLite3Commons.pas(5165): Undeclared identifier: 'Iso8601ToDateTimePUTF8Char'
  [Error] SQLite3Commons.pas(6782): Undeclared identifier: 'DateToIso8601PChar'
  [Error] SQLite3Commons.pas(6792): Undeclared identifier: 'TimeToIso8601PChar'
  [Error] SQLite3Commons.pas(7020): Undeclared identifier: 'Iso8601ToDateTime'
  [Error] SQLite3Commons.pas(7024): Undeclared identifier: 'DateToIso8601'
  [Error] SQLite3Commons.pas(7026): Undeclared identifier: 'TimeToIso8601'
  [Error] SQLite3Commons.pas(7027): Undeclared identifier: 'DateTimeToIso8601'
  [Error] SQLite3Commons.pas(7193): Undeclared identifier: 'DateToIso8601'
  [Error] SQLite3Commons.pas(7195): Undeclared identifier: 'TimeToIso8601'
  [Error] SQLite3Commons.pas(7196): Undeclared identifier: 'DateTimeToIso8601'
  [Error] SQLite3Commons.pas(7331): Undeclared identifier: 'Iso8601ToDateTimePUTF8Char'
  [Error] SQLite3Commons.pas(12470): Undeclared identifier: 'DateToIso8601PChar'
  [Error] SQLite3Commons.pas(12471): Undeclared identifier: 'TimeToIso8601PChar'
  [Error] SQLite3Commons.pas(12876): Undeclared identifier: 'DateTimeToIso8601'
  [Error] SQLite3Commons.pas(12877): Undeclared identifier: 'Iso8601ToDateTime'
  [Error] SQLite3Commons.pas(12887): Undeclared identifier: 'TimeToIso8601'
  [Error] SQLite3Commons.pas(12889): Undeclared identifier: 'DateToIso8601'
  [Error] SQLite3Commons.pas(12961): Undeclared identifier: 'DateTimeToIso8601'
  [Fatal Error] Unit1.pas(20): Could not compile used unit 'SQLite3Commons.pas'

Offline

#2 2010-12-02 06:55:49

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,240
Website

Re: Latest source doesn't compile under D7 [2010-12-01 13:35:59]

I guess you have an invalid SynCommons.pas

Those functions have been moved from SQLite3Commons to SynCommons.pas

Get the source code again.

Offline

#3 2010-12-02 12:15:28

migajek
Member
Registered: 2010-10-01
Posts: 89

Re: Latest source doesn't compile under D7 [2010-12-01 13:35:59]

Indeed, downloading lates commit & dropping unit cache solved that smile

Offline

Board footer

Powered by FluxBB