Re: [cdesktopenv-devel] dtksh fails to build on Fedora 30

2019-06-25 Thread Michael Griffin
I agree, that's why I am posting to see if there are libraries I am missing or if I might be doing it wrong (known to happen on occasion). By my hand, I am, Michael G On Tue, Jun 25, 2019 at 3:13 PM Edmond Orignac wrote: > > These errors seem to result from missing include files. The

Re: [cdesktopenv-devel] dtksh fails to build on Fedora 30

2019-06-25 Thread Edmond Orignac
These errors seem to result from missing include files. The major/minor functions are defined in sys/sysmacros.h on Ubuntu Linux, but maybe this is different in Fedora. The types Sfio_t off_t should be defined in ast include files (stdio.h for Sfio), so the error is more surprising. Le

[cdesktopenv-devel] dtksh fails to build on Fedora 30

2019-06-25 Thread Michael Griffin
I'm not sure if there is an error in the code or an the parsing of the code, but while trying to build on Fedora 30, dtksh fails at the point below: - begin - ... + gcc -g -pipe -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result '-DPROFILEPATH="/etc/dt/config/profile"'