Einzelnen Beitrag anzeigen

bernhard_LA

Registriert seit: 8. Jun 2009
Ort: Bayern
1.123 Beiträge
 
Delphi 11 Alexandria
 
#1

Compile OmniXML für LINUX

  Alt 23. Jul 2018, 09:45
ich möchte erste versuche mit OmniXML unter LINUX versuchen , leider fehler im Repository eine Kylix.inc Datei


[DCC Fatal Error] OmniXML_JEDI.inc(415): F1026 File not found: 'kylix.inc'


Delphi-Quellcode:

{$IFNDEF JEDI_INC}
{$DEFINE JEDI_INC}


{------------------------------------------------------------------------------}
{ VERXXX to COMPILERX, DELPHIX and BCBX mappings                               }
{------------------------------------------------------------------------------}

{$IFDEF BORLAND}
  {$IFDEF KYLIX}
    {$I kylix.inc} // FPC incompatible stuff
  {$ELSE ~KYLIX}

    {$DEFINE UNKNOWN_COMPILER_VERSION}

    {$IFDEF VER80}
      {$DEFINE COMPILER1}
      {$DEFINE DELPHI1}
      {$DEFINE DELPHICOMPILER1}
      {$DEFINE RTL80_UP}
      {$UNDEF UNKNOWN_COMPILER_VERSION}
  Mit Zitat antworten Zitat