Jump to content
pyscripter

Posix source files missing

Recommended Posts

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 by pyscripter

Share this post


Link to post
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 by DelphiUdIT
  • Thanks 1

Share this post


Link to post
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×