Hello Guys!
First: thanks for all of the hard work to make the CDE usable on
modern platforms. I really appreciate it.
I just like to start a thread about the usability problems, because i
think if we collect this problems, then if somebody have time, can
easily found this thread, and hopefully c
On Sun, 14 Oct 2012, miqlas wrote:
> - DTCM / Calendar: cannot compile it. Ok, actually this is not an
> usability thing.
> "undefined reference to `registerrpc'
> collect2: ld returned 1 exit status
> make[1]: *** [dtcm] Error 1"
Works for me, probably related to Linux use of -ltirpc
> - Create
On 10/14/12 06:44, Ulrich Wilkens wrote:
> Here's a short list with the main topics I've done so far:
>
> - fixed a lot of syntax errors (mainly forced by old c++ code)
> - removed dtinfo config directory in favour of standard config
> - partly rewritten exception handling
> - partly rewritten c++
second dtinfo patch
--
Ulrich Wilkens
Email: m...@uwilkens.de
>From 9d16e88ebab7b84b5c64c20cca5963ff2a61e370 Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens
Date: Sun, 14 Oct 2012 16:38:15 +0200
Subject: [PATCH] dtinfo subtree mmdb
---
cde/programs/dtinfo/mmdb/HardCopy/Imakefile| 8
fourth dtinfo patch
--
Ulrich Wilkens
Email: m...@uwilkens.de
>From 9d4e6dec2486de88ed234d8092daf52f58a2865c Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens
Date: Sun, 14 Oct 2012 17:13:07 +0200
Subject: [PATCH] dtinfo subtree dtinfogen
---
cde/programs/dtinfo/dtinfogen/Imakefile
sixth dtinfo patch
--
Ulrich Wilkens
Email: m...@uwilkens.de
>From 34a55d04148037da60f15f249db52bd72cf7f120 Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens
Date: Sun, 14 Oct 2012 18:04:35 +0200
Subject: [PATCH] dtinfo subtree clients
---
cde/programs/dtinfo/clients/Imakefile |
seventh and last dtinfo patch
this one fulfills requirements outside of the dtinfo tree.
On BSDs the linking of shared libs is changed. It's now done with gcc
instead of ld. This is necessary because a dtinfo binary suffers from
a problem which is described here:
http://sourceware.org/ml/binu
Something has seriously broken ttsession on OpenBSD (and anything using
it). Either segfaulting and leaving zombie processes or immediately
locking up on startup. I probably won't have time to look into it until
next weekend, but if anyone has an idea or wants to help debugging ...
-