Re: [cdesktopenv-devel] porting on Autotools initiative

2013-02-03 Thread Oleksiy Ch
step forward. SO what's special about CDE? Alex ________ From: Pascal Stumpf To: Oleksiy Ch Cc: "cdesktopenv-devel@lists.sourceforge.net" Sent: Sunday, February 3, 2013 10:08 PM Subject: Re: [cdesktopenv-devel] porting on Autotools initiative On

Re: [cdesktopenv-devel] porting on Autotools initiative

2013-02-04 Thread Oleksiy Ch
f that module in compile time that requires some dep that don't want to install. Why do you pass over all features that autotools give? Alex From: Isaac Dunham To: cdesktopenv-devel@lists.sourceforge.net Sent: Monday, February 4, 2013 8:39 AM Subject: [cdesktopenv-devel] porting on

Re: [cdesktopenv-devel] porting on Autotools initiative

2013-02-05 Thread Oleksiy Ch
recating Imake or getting the disadvantages of autoconf. It looks like reinventing autoconf. I understand your worry about backward compatibility yet not sure that wrapping Imake inside auto* is elegant. I believe it's possible to achieve same stability with configure. Alex

[cdesktopenv-devel] poll: build system for CDE

2013-02-05 Thread Oleksiy Ch
Hello guys, Let me raise one question: what is a best preferred build system you consider for CDE and in general? I address this question to people having experience with maintaining *nix software in general and writing code in particular. Generally should CDE stay with Imake or move to other s

Re: [cdesktopenv-devel] poll: build system for CDE

2013-02-05 Thread Oleksiy Ch
From: Marcin Cieslak To: Oleksiy Ch Cc: "cdesktopenv-devel@lists.sourceforge.net" Sent: Wednesday, February 6, 2013 2:10 AM Subject: Re: [cdesktopenv-devel] poll: build system for CDE On Tue, 5 Feb 2013, Oleksiy Ch wrote: > Hello guys, > > Let me raise one question: what is

Re: [cdesktopenv-devel] building on Linux Mageia2. Difficulty with motif.

2013-02-14 Thread Oleksiy Ch
Hi, FREETYPE_CFLAGS are not used in Makefiles. It's a bug of autoconf (hello gnu auto* :-)) and/or Motif configure.ac/Makefile.in's. Please report this bug on bugs.motifzone.net. You can quickly resolve this issue by making symlink /usr/include/freetype ->  /usr/include/freetype2/freetype This

Re: [cdesktopenv-devel] building on Linux Mageia2. Difficulty with motif.

2013-02-15 Thread Oleksiy Ch
for the other languages. Compilation stops and many of the CDE programms do not get compiled. What am I missing now? locales-it is installed: $ rpm -q locales-it locales-it-2.14.1-3.mga2 $ It was exactly the same with the git source. Thank you, Antonis. Στις 14/02/2013 04:01 μμ, ο

Re: [cdesktopenv-devel] building on Linux Mageia2.

2013-02-16 Thread Oleksiy Ch
oc doc-nobuild Then "make World" stops complaining there is no doc directory. make World.dev completes compilation but no binaries are build. Question: is it possible to cd into each program's folder and make them manually? thank you, Antonis. On 15/02/2013 11:37 μμ, Oleksiy Ch wrote:

Re: [cdesktopenv-devel] building on Linux Mageia2.

2013-02-18 Thread Oleksiy Ch
Did you install usingadmin/IntegTools/dbTools/installCDE ? Alex From: Antonis Tsolomitis To: "cdesktopenv-devel@lists.sourceforge.net" Sent: Monday, February 18, 2013 4:06 PM Subject: Re: [cdesktopenv-devel] building on Linux Mageia2. OK, thanks. I found