Re: [cdesktopenv-devel] Patch for dtterm coredumps in libDtTerm/TermPrimBuffer.c (see ticket: #50)

2015-06-19 Thread Douglas Carmichael
Jon: I’ve also seen the same crash/coredump case in TermPrimBufferDelete() within TermPrimBuffer.c: ~~ #0 0x1f5a61dcb90a in kill () at :2 #1 0x1f5a61e050b9 in abort () at /usr/src/lib/libc/stdlib/abort.c:53 #2 0x1f5a61dda1d8 in memcpy (dst0=0xfb862, src0=0x6, length=0) at

Re: [cdesktopenv-devel] Patch for dtterm coredumps in libDtTerm/TermPrimBuffer.c (see ticket: #50)

2015-06-19 Thread Jon Trulson
On Fri, 19 Jun 2015, Douglas Carmichael wrote: To whom it may concern: Attached is a small patch to not define USE_MEMCPY in libDtTerm on OpenBSD 5.7. This is a workaround for the dtterm coredumps mentioned in ticket #50. —Douglas Hi, a couple of things: I'm wondering if instead of memcp

[cdesktopenv-devel] Patch for dtterm coredumps in libDtTerm/TermPrimBuffer.c (see ticket: #50)

2015-06-19 Thread Douglas Carmichael
To whom it may concern: Attached is a small patch to not define USE_MEMCPY in libDtTerm on OpenBSD 5.7. This is a workaround for the dtterm coredumps mentioned in ticket #50. —Douglas 0001-Compile-buffer-handling-code-without-USE_MEMCPY-on-O.patch Description: Binary data -

Re: [cdesktopenv-devel] dtmail not building on FreeBSD 10.1-RELEASE-p10

2015-06-19 Thread Douglas Carmichael
Marcin: When I did that, dtmail built successfully. Do we still need to have libiconv installed as per the wiki article? (I know it is installed by default with xorg on FreeBSD.) > On Jun 19, 2015, at 2:50 AM, Marcin Cieslak wrote: > > On Fri, 19 Jun 2015, Douglas Carmichael wrote: > >> When

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Douglas Carmichael
I think I got it… when I got to the pixel size of xfontsel, the only point size xfontsel could resolve was 17. > On Jun 19, 2015, at 5:18 AM, Marcin Cieslak wrote: > > On Fri, 19 Jun 2015, Douglas Carmichael wrote: > >> Marcin: >> >> I do see this warning when setting dtterm to 10.5 point te

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Marcin Cieslak
On Fri, 19 Jun 2015, Douglas Carmichael wrote: > Marcin: > > I do see this warning when setting dtterm to 10.5 point text: > > ~ > > Warning: Cannot convert string "-dt-interface > user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontStruct > Warning: Missing charsets in String to FontSet

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Douglas Carmichael
Marcin: I do see this warning when setting dtterm to 10.5 point text: ~ Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontStruct Warning: Missing charsets in String to FontSet conversion Warning: Missing charsets in String to FontSet conversi

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Marcin Cieslak
On Fri, 19 Jun 2015, Douglas Carmichael wrote: > Marcin: > > Yes I do. Thanks. I'm out of ideas! -- ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Marcin Cieslak
On Fri, 19 Jun 2015, Douglas Carmichael wrote: > Marcin: > > Yes I did restart X. > > Attached are the contents of xfonts-base.alias and xlsfonts. Do you have those bitmap -adobe-* fonts installed? -- _

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Douglas Carmichael
Marcin: Yes I did restart X. Attached are the contents of xfonts-base.alias and xlsfonts. —Douglas ! $Xorg: fonts.alias,v 1.3 2000/08/21 16:42:31 coskrey Exp $ fixed-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Marcin Cieslak
On Fri, 19 Jun 2015, Douglas Carmichael wrote: > I edited my /etc/X11/fonts/misc/xfonts-base.alias file as shown here > (http://sourceforge.net/p/cdesktopenv/wiki/ImprovingFonts/ > ) but it didn’t > change anything. Did you do "xset fp

Re: [cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Douglas Carmichael
Sorry about that.. this is the Ubuntu image: http://i.imgur.com/oL16KOG.png —Douglas > On Jun 19, 2015, at 4:02 AM, Douglas Carmichael > wrote: > > I was successfully able to build CDE on Ubuntu 15.04, but there are issues > with font sizing versus my installations on FreeBSD/OpenBSD. > > H

[cdesktopenv-devel] Font sizing issues with CDE on Ubuntu 15.04

2015-06-19 Thread Douglas Carmichael
I was successfully able to build CDE on Ubuntu 15.04, but there are issues with font sizing versus my installations on FreeBSD/OpenBSD. Here’s an example desktop on Ubuntu 15.04: http://imgur.com/RhmYRFg,oL16KOG#1 Here’s an example on FreeBSD 10: http://imgu

Re: [cdesktopenv-devel] dtmail not building on FreeBSD 10.1-RELEASE-p10

2015-06-19 Thread Marcin Cieslak
On Fri, 19 Jun 2015, Douglas Carmichael wrote: > When I tried to build CDE on FreeBSD 10.1-RELEASE-p10, the rest of the > package builds fine. It build for me some time ago. From the #48 I can see there is some problem with libiconv installation. Can you move your /usr/local/include/iconv.h aw

Re: [cdesktopenv-devel] dtmail not building on FreeBSD 10.1-RELEASE-p10

2015-06-19 Thread Marcin Cieslak
On Fri, 19 Jun 2015, Marcin Cieslak wrote: > On Fri, 19 Jun 2015, Douglas Carmichael wrote: > > > When I tried to build CDE on FreeBSD 10.1-RELEASE-p10, the rest of the > > package builds fine. > 2) Move /usr/local/include/iconv.h away and use system , which has > "const" Ah, this won't work

Re: [cdesktopenv-devel] dtmail not building on FreeBSD 10.1-RELEASE-p10

2015-06-19 Thread Marcin Cieslak
On Fri, 19 Jun 2015, Douglas Carmichael wrote: > When I tried to build CDE on FreeBSD 10.1-RELEASE-p10, the rest of the > package builds fine. > > But, dtmail does not (as you can see in ticket #48), thus CDE can’t build > properly. The problem is somewhere around http://sourceforge.net/p/c

[cdesktopenv-devel] dtmail not building on FreeBSD 10.1-RELEASE-p10

2015-06-19 Thread Douglas Carmichael
When I tried to build CDE on FreeBSD 10.1-RELEASE-p10, the rest of the package builds fine. But, dtmail does not (as you can see in ticket #48), thus CDE can’t build properly. Should we still be building dtmail, even though it is not compatible with modern mail standards? —Douglas ---