[cdesktopenv-devel] Building on FreeBSD 10

2014-04-30 Thread Stephan Marwedel
Dear all, I have successfully build CDE on Ubuntu 12.04. As I am normally a BSD user, I tried to build CDE on my box running FreeBSD 10 according to the instructions on the Wiki. I am sure that I am not the only one trying to build CDE on FreeBSD 10. However, the builds fails immediately with

Re: [cdesktopenv-devel] Building on FreeBSD 10

2014-05-01 Thread Stephan Marwedel
- From: Stephan Marwedel To: cdesktopenv-devel Sent: Wed, Apr 30, 2014 9:31 pm Subject: [cdesktopenv-devel] Building on FreeBSD 10 Dear all, I have successfully build CDE on Ubuntu 12.04. As I am normally a BSD user, I tried

Re: [cdesktopenv-devel] Building on FreeBSD 10

2014-05-20 Thread Stephan Marwedel
Dear all, I would like to share my experience with building CDE on FreeBSD 10. After trying a few things I finally figured out what must be done to successfully compile CDE on FreeBSD 10. 1. Prepare the source tree as explained in the Wiki 2. Change the configuration files like described in th

[cdesktopenv-devel] Problems with build on NetBSD

2015-01-29 Thread Stephan Marwedel
I tried to build CDE from the latest repository on NetBSD 6.1.5 amd64 according the instructions in the Wiki to no avail. The reason for the problem seems to be my installation of X11. I did install NetBSD without X11 (native Xorg) and later added the X11 installation using pkgsrc (modular Xorg

Re: [cdesktopenv-devel] Problems with build on NetBSD

2015-01-30 Thread Stephan Marwedel
m vgcallback.c:66: /usr/pkg/include/X11/Xft/Xft.h:39:22: fatal error: ft2build.h: No such file or directory compilation terminated. *** Error code 1 On 01/30/15 06:37, Isaac Dunham wrote: > On Thu, Jan 29, 2015 at 10:32:48PM +0100, Johannes von Rotz wrote: >> On 29.01.2015 19:21, Stepha

Re: [cdesktopenv-devel] Problems with build on NetBSD

2015-01-30 Thread Stephan Marwedel
9, 2015 at 10:32:48PM +0100, Johannes von Rotz wrote: >> On 29.01.2015 19:21, Stephan Marwedel wrote: >>> I tried to build CDE from the latest repository on NetBSD 6.1.5 amd64 >>> according the instructions in the Wiki to no avail. The reason for the >>> problem seems

Re: [cdesktopenv-devel] Problems with build on NetBSD

2015-02-01 Thread Stephan Marwedel
onfig need to be adjusted. In the meantime I start CDE using xdm. Regards, Stephan On 01/31/15 01:18, Isaac Dunham wrote: > On Fri, Jan 30, 2015 at 07:04:01PM +0100, Stephan Marwedel wrote: >> My symlinks look like this: >> >> lrwxr-xr-x 1 som users 20B Jan 30 17:15 X

Re: [cdesktopenv-devel] Centos7

2015-05-31 Thread Stephan Marwedel
Hi Antonis, I have CDE 2.2.3 running successfully on Scientific Linux 7 which is equivalent to CentOS 7. You must manually install and configure xinetd if you have not done so already. Otherwise the desktop will not appear as you have described. I can send you my configuration files if you’d li

[cdesktopenv-devel] FreeBSD 10.2 Build

2015-09-12 Thread Stephan Marwedel
Hi, with the latest sources from the Git repository I am unable to build CDE on FreeBSD 10.2 although it worked fine under 10.1. Has somebody already successfully build CDE under FreeBSD 10.2 and can give me a hint on where to look for the error? The problem seems to be related to an issue wit

Re: [cdesktopenv-devel] FreeBSD 10.2 Build

2015-09-29 Thread Stephan Marwedel
Thanks Jon, the indicated patch indeed solved the problem. Will it be included in the master branch at some time in the future, when side effects have been ruled out? On 09/14/2015 02:35 AM, Jon Trulson wrote: > On Sat, 12 Sep 2015, Stephan Marwedel wrote: > >> Hi, >>