Hi list,
Does anyone have pre-compiled RPMs of Open Motif 2.3.3 for 64 bit Fedora 17?
I've tried compiling from source, but it bombs out trying to link one of the UIL
tools (an undefined reference to main in wmluiltok.o). I'm assuming that most
people are building CDE against that version of Open
Hi folks,
I enabled a bunch of warning flags in the Imake.tmpl file, including -Wall and
-Werror. This failed to bootstrap the build, since there were errors in the
config tools. Attached is a patch that makes imake and several of the utility
tools build with the following flags:
-Wall -Werror -W
Hi folks,
I've taken into account peoples comments with regard to patch format and not
including changes that are just reformatting. The attached patch is solely for
imake, adding function prototypes where they are missing, limiting linkage to
static scope wherever possible and removing a bunch of
On 10 August 2012 at 15:09 Marc Balmer wrote:>
>
>
> Am 10.08.2012 um 15:55 schrieb "ch...@chriswareham.net"
> :
>
> > Hi folks,
> >
> > I've taken into account peoples comments with regard to patch format and not
> > including changes
On 10 August 2012 at 16:18 "ch...@chriswareham.net"
wrote:
> On 10 August 2012 at 15:09 Marc Balmer wrote:>
> >
> > Why do you make all functions static? This way, the debugger will no longer
> > show the function names e.g. in a backtrace, iirc.
>
Attached patch has seen a make clean && make World on my machine. There remains
a signed / unsigned comparison issue, where an unsigned short is being read from
an RPC message and then assigned to either a uid_t or gid_t, which are then
compared to -1. This causes a warning when compiling the
lib/t
On 14 August 2012 at 12:01 "ch...@chriswareham.net"
wrote:
> Attached patch has seen a make clean && make World on my machine. There
> remains a signed / unsigned comparison issue, where an unsigned short is being
> read from an RPC message and then assigned to eit
On 15 August 2012 at 03:13 Marcin Cieslak wrote:> >> Marcin
Cieslak wrote:
> > Follow up to de82eebdd56c02ae200bf2d9ec60df053919e7e7
> > ---
> > cde/lib/tt/lib/db/tt_db_client.C | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/cde/lib/tt/lib/db/tt_db_client.C
> > b/cd
Hi folks,
Apologies if this is a little too off topic, but I thought it might at least be
of interest to some list members. I'm currently working on a 64 bit port of the
XView libraries and clients (http://xview.xenu.tk/cgi-bin/view). This is based
on a version of XView that includes as many of th