You need to do a recursive checkout of the repository and we use ksh93 as a submodule...

so a

git clone --recursive ...

Or if you already cloned CDE w/o the above option, do a:

git submodule update --init

in the checked out sources

We build ksh93 as a part of dtksh...

And yes, I would love to get rid of the requirement to have ksh installed in order to build CDE itself, but we will always need to build our own for dtksh.

-jon



On 3/26/21 11:58 AM, Zeke Williams wrote:
I already have ksh installed under /bin in my distro. I had to download from github ksh93 because the sourceforge git didn't come with it and the patch as part of compilation failed to apply to be able to compile it and resulted with an error. Is there anything mandatory that ksh93 does for CDE? Can we remove it and just have the already installed ksh do the work instead?


_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

--
Jon Trulson

  "Entropy.  It isn't what it used to be."
                           -- Sheldon

_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to