Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   Compile OmniXML für LINUX (https://www.delphipraxis.net/197227-compile-omnixml-fuer-linux.html)

bernhard_LA 23. Jul 2018 09:45

Compile OmniXML für LINUX
 
ich möchte erste versuche mit OmniXML unter LINUX versuchen , leider fehler im Repository eine Kylix.inc Datei


Delphi-Quellcode:
[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}

mkinzler 23. Jul 2018 10:28

AW: Compile OmniXML für LINUX
 
Kylix ist auch schon ewig im Koma.

bernhard_LA 23. Jul 2018 10:57

AW: Compile OmniXML für LINUX
 
will ja auch für LINUX und nicht für Kylix compilieren .....

mkinzler 23. Jul 2018 11:15

AW: Compile OmniXML für LINUX
 
Im Code wird aber LINUX mit KYLIX gleichgesetzt.

Schau mal wo KYLIX definiert wird.

Uwe Raabe 23. Jul 2018 11:22

AW: Compile OmniXML für LINUX
 
OmniXML ist doch schon im Standard enthalten: http://docwiki.embarcadero.com/RADSt...dell_verwenden


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:43 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz