[cdesktopenv-devel] libmotif in Debian, issues to beware of

2013-05-27 Thread ibid_ag
I just received notification that the update to libmotif 2.3.4 has hit Debian experimental (in main). The plan, from what I understand, is that it will be the default Motif for Jessie. For reference, there will be some changes as to how you need to build CDE on Debian: -No need to enable non-free

Re: [cdesktopenv-devel] new release?

2012-08-24 Thread ibid_ag
>> 2) tirpc support for linux (I'll add this, probably disabled by default) > > Also good. tirpc is the portmapper that's been in Fedora and RHEL for a > long time. > >> 3) dtksh on linux, might work - haven't tried yet > > Worth a try. Last I tried (with some of the BSD dtksh patches as a start

Re: [cdesktopenv-devel] Import Motif headers

2012-08-20 Thread ibid_ag
> I think they should be put together with the "official" ones > in $top/imports/motif/include/Xm (they live in the > same source directory anyway). > > There are two possibilities: > > 1) We can link them: > > So instead of doing right now > > ln -s /usr/local/include $top/imports/motif/include >

Re: [cdesktopenv-devel] "unable to compile dtterm.ti "

2012-08-17 Thread ibid_ag
> On Wed, 15 Aug 2012, Isaac wrote: > > > It also seem reasonable to assume that if tic *really* fails, it will > return an error (non-0)... I would be ok with removing these invalid > 'after-checks'. Note that it compiles it, but returns 127. >> (Note: tic -s -v10 gives these errors: >> === >> $ t

Re: [cdesktopenv-devel] git 2b8bd074: inetd on Ubuntu does not need/support -s

2012-08-12 Thread ibid_ag
I'm guessing that whoever made this change: @@ -324,7 +343,7 @@ DEFAULT_PRINTER="DtPrint" then awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/csh else - /usr/sbin/inetd -s + [ -x /usr/sbin/inetd ] && /usr/sbin/inetd -s 2>/dev/null fi fi just figured that the