Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-16 Thread Jon Trulson
On Fri, 17 Aug 2012, Ulrich Wilkens wrote: > On 08/17/12 00:14, Jon Trulson wrote: >> On Thu, 16 Aug 2012, Marcin Cieslak wrote: >> >>> On Thu, 16 Aug 2012, Ulrich Wilkens wrote: >>> Let me make a remark: In order to compile the documents dtdocbook also needs the external progr

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-16 Thread Ulrich Wilkens
On 08/17/12 00:14, Jon Trulson wrote: > On Thu, 16 Aug 2012, Marcin Cieslak wrote: > >> On Thu, 16 Aug 2012, Ulrich Wilkens wrote: >> >>> Let me make a remark: >>> >>> In order to compile the documents dtdocbook also needs the external >>> program mkcatdefs. This is part of openmotif, but unfortuna

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-16 Thread Jon Trulson
On Thu, 16 Aug 2012, Marcin Cieslak wrote: > On Thu, 16 Aug 2012, Ulrich Wilkens wrote: > >> Let me make a remark: >> >> In order to compile the documents dtdocbook also needs the external >> program mkcatdefs. This is part of openmotif, but unfortunately it's not >> compiled by default. So I step

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-15 Thread Marcin Cieslak
On Thu, 16 Aug 2012, Ulrich Wilkens wrote: > Let me make a remark: > > In order to compile the documents dtdocbook also needs the external > program mkcatdefs. This is part of openmotif, but unfortunately it's not > compiled by default. So I stepped into the openmotif code, compiled it > manua

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-15 Thread Ulrich Wilkens
Let me make a remark: In order to compile the documents dtdocbook also needs the external program mkcatdefs. This is part of openmotif, but unfortunately it's not compiled by default. So I stepped into the openmotif code, compiled it manually and copied it to cde/imports/motif/localized/util .

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-15 Thread Marcin Cieslak
On Wed, 15 Aug 2012, Jon Trulson wrote: > On Wed, 15 Aug 2012, Ulrich Wilkens wrote: > > > Hmm, I tested the patch on Bsd and linux, on 32 and 64 bit and i didn't got > > this error. > > But anyway, here's the patch again with the last part changed. Now nsgmls > > is > > compiled with -fpermis

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-15 Thread Jon Trulson
On Wed, 15 Aug 2012, Ulrich Wilkens wrote: > Hmm, I tested the patch on Bsd and linux, on 32 and 64 bit and i didn't got > this error. > But anyway, here's the patch again with the last part changed. Now nsgmls is > compiled with -fpermissive like it's done under linux. You have to patch > here

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-15 Thread Jon Trulson
On Wed, 15 Aug 2012, Ulrich Wilkens wrote: > This patches allow to process the SGML files and man pages in the doc > directory on FreeBSD. > The two large files *.lcx are needed to translate locales. These files > are just a copy from the linux version followed by s/Linux/FreeBSD/g for > example

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-15 Thread Marcin Cieslak
>> Ulrich Wilkens wrote: > diff --git a/cde/programs/nsgmls/parser_inst.m4 > b/cde/programs/nsgmls/parser_inst.m4 > index 4c09cb2..a325156 100644 > --- a/cde/programs/nsgmls/parser_inst.m4 > +++ b/cde/programs/nsgmls/parser_inst.m4 > @@ -26,6 +26,7 @@ > #undef SP_DEFINE_TEMPLATES > > #includ