trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: December 2017

Re: Error in building tbebase 14.0.4

From: deloptes <deloptes@...>
Date: Fri, 22 Dec 2017 20:14:01 +0100
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