pyscripter 788 Posted 3 hours ago (edited) I have installed the Linux platform support and I am able to run simple Linux console applications targeting WSL. However, I cannot find the Posix source files, such as Posix.Base, Posix.SysTypes etc. What am I missing? I am using Delphi 12.3. I can see the files in my Delphi 11 installation. Edited 2 hours ago by pyscripter Share this post Link to post
DelphiUdIT 246 Posted 2 hours ago (edited) 26 minutes ago, pyscripter said: I have installed the Linux platform support and I am able to run simple Linux console applications targeting WSL. However, I cannot find the Posix source files, such as Posix.Base, Posix.SysTypes etc. What am I missing? I am using Delphi 12.3. I can see the files in my Delphi 11 installation. My sources about Posix are in "C:\Program Files (x86)\Embarcadero\Studio\23.0\source\rtl\posix" If you have trouble compiling, look at: https://docwiki.embarcadero.com/RADStudio/Athens/en/Installation_Notes There are some notes about Linux at the end of the page (missing lib paths). P.S.: in my installations of course there are the compiled units in ALL needed paths. Edited 2 hours ago by DelphiUdIT 1 Share this post Link to post
pyscripter 788 Posted 35 minutes ago 2 hours ago, DelphiUdIT said: My sources about Posix are in "C:\Program Files (x86)\Embarcadero\Studio\23.0\source\rtl\posix" As mentioned I can compile code. Just the sources in the above path are missing. Share this post Link to post