Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-29 Thread Jon Trulson
On Tue, 30 Jul 2013, Ulrich Wilkens wrote: > Hello, > > I've investigated this problem a little bit more and have found a > solution (patch attached). It looks simple but has driven me crazy. [...] > size_t is typedef from 'unsigned long' on 64bit systems and 'unsigned > int' on 32bit systems. 'un

Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-29 Thread Ulrich Wilkens
Hello, I've investigated this problem a little bit more and have found a solution (patch attached). It looks simple but has driven me crazy. On 07/26/13 02:35, Jon Trulson wrote: ... So I wonder if something like this would work: __instantiate(Vector) #if (sizeof(size_t) != sizeof(un

Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-26 Thread Pascal Stumpf
On Thu, 25 Jul 2013 18:35:35 -0600 (MDT), Jon Trulson wrote: > On Thu, 25 Jul 2013, Ulrich Wilkens wrote: > > > Hello, > > > > the last patches are very nice, but they have some problems on FreeBSD: > > > > The first one is simple (see attached patch): > >a type definition for time_t was missi

Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-25 Thread Jon Trulson
On Thu, 25 Jul 2013, Ulrich Wilkens wrote: > Hello, > > the last patches are very nice, but they have some problems on FreeBSD: > > The first one is simple (see attached patch): >a type definition for time_t was missing. > I've applied this... > Other problems with lib/DtHelp have significan

Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-24 Thread Ulrich Wilkens
Hello, the last patches are very nice, but they have some problems on FreeBSD: The first one is simple (see attached patch): a type definition for time_t was missing. Other problems with lib/DtHelp have significance only in dtinfo and I could solve them inside of dtinfo. The last nsgmls re

[cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-22 Thread Pascal Stumpf
see patch. >From da96c25f0a9fbc1508918576ac2787df0d4734e8 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 13:07:00 +0200 Subject: [PATCH] Do not use -fpermissive in programs/nsgmls. It's not needed. --- cde/programs/nsgmls/Imakefile | 3 +-- 1 file changed, 1 insertion(+), 2