Re: [cdesktopenv-devel] CDE 2.3.2 fails to build with glibc 2.32

2020-10-21 Thread Michael Griffin
cde-2.3.2.drv' >> failed with exit code 2 >> error: build of >> '/nix/store/yn0bax5w8lqspwcx86p21shsnp6mcmcx-cde-2.3.2.drv' failed >> >> I wonder what is the proper way to fix this. I seen some projects used >> hacks like this https://github.com/OpenXRay/xr

Re: [cdesktopenv-devel] CDE 2.3.2 fails to build with glibc 2.32

2020-10-21 Thread Michael Griffin
I had this problem on Fedora. I installed the rpcgen package and was able to compile through that section. Name : rpcgen Version : 1.4 Release : 4.fc32 Architecture : x86_64 Size : 53 k Source : rpcsvc-proto-1.4-4.fc32.src.rpm Repository : fedora Summary :

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. > >

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

2019-06-26 Thread Michael Griffin
return(buf); } - end - By my hand, I am, Michael E. Griffin On Tue, Jun 25, 2019 at 3:35 PM Michael Griffin wrote: > > 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). > >

[cdesktopenv-devel] libast fails to build

2019-06-26 Thread Michael Griffin
I am seeing two errors while the make is building libast: - begin - + iffe set cc gcc -g -pipe -O0 -D__linux__ -D__x86_64__ -D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D__NO_STRING_INLINES -D__NO_MATH_INLINES -DANSICPP -DMULTIBYTE -DNLS16 '-DOSMAJORVERSION=5'

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

2019-06-25 Thread Michael Griffin
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 25/06/2019 à 1

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

[cdesktopenv-devel] Fedora 29/30 Build

2019-05-01 Thread Michael Griffin
I've been trying to build CDE on Fedora 29 and just tried on 30 yesterday. Both fail. Something I believe I have discovered is a set of issues related to bison (yacc). What I noticed is that I needed to use "alternatives --install /usr/bin/yacc yacc /usr/bin/bison 1000" to get rid of the yacc