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

2019-08-17 Thread Michael Griffin
See this thread: https://sourceforge.net/p/cdesktopenv/discussion/general/thread/24d7511a39/ By my hand, I am, Michael E. Griffin On Wed, Jun 26, 2019 at 10:01 AM Michael Griffin wrote: > > It appears these lines are the offending code, but I cannot determine why. > > - begin - > > fm

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

2019-08-17 Thread scott
At the risk of necroing a presumably dead thread, this error also occurs under Raspbian Buster on a RasPi4. -Original Message- From: Michael Griffin Sent: Wednesday, June 26, 2019 10:02 AM To: cdesktopenv-devel@lists.sourceforge.net Subject: Re: [cdesktopenv-devel] dtksh fails to build

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

2019-06-26 Thread Michael Griffin
It appears these lines are the offending code, but I cannot determine why. - begin - fmtdev __PARAM__((struct stat* st), (st)) __OTORP__(struct stat* st;){ unsigned intma = major(idevice(st)); unsigned intmi = minor(idevice(st)); static char buf[18];

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 major/mino

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 2

[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"' '-DSUIDP