Oleg Levenets wrote:
thanks for the answer! command from builg.log
cd /tmp/build/tmp-tdebase/build/tdm/backend && perl -w
/tmp/build/tmp-tdebase/tdebase/tdm/confproc.pl
/tmp/build/tmp-tdebase/tdebase/tdm/config.def config.ci
really creates this file. Unfortunately I'm not a programmer, maybe
generated config.ci help to understand what's wrong?
But you have 2-3 such files in the directory structure. What you see is only
one that was indeed created. The header file tdm_greet.h is looking for
this config.ci in tdebase/tdm/kfrontend/
#include <config.ci> /* for the HAVE_VTS define */
Here on debian it is correctly created. In your case it is not created at
all.
you have only
[ 79%] Generating config.ci
cd /tmp/build/tmp-tdebase/build/tdm/backend &&
perl -w /tmp/build/tmp-tdebase/tdebase/tdm/confproc.pl
/tmp/build/tmp-tdebase/tdebase/tdm/config.def
config.ci
[ 81%] Generating config.ci
cd /tmp/build/tmp-tdebase/build/tdm/kfrontend/themer &&
perl -w /tmp/build/tmp-tdebase/tdebase/tdm/confproc.pl
/tmp/build/tmp-tdebase/tdebase/tdm/config.def
config.ci
but nothing for tdm/kfrontend - are you using make with -j - perhaps try
without
or there is indeed a cmake problem
regards