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