trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: December 2017

Re: Error in building tbebase 14.0.4

From: deloptes <deloptes@...>
Date: Thu, 21 Dec 2017 22:47:45 +0100
Oleg Levenets wrote:

> #include <config.ci> /* for the HAVE_VTS define */

This is strange - I don't use slackware, but do you have same setup on both
x86 and amd64?

The file gets generated by

##### config.ci (generated) #####################

add_custom_command( OUTPUT config.ci
  COMMAND perl -w ${CMAKE_SOURCE_DIR}/tdm/confproc.pl
${CMAKE_SOURCE_DIR}/tdm/config.def config.ci
  DEPENDS ${CMAKE_SOURCE_DIR}/tdm/confproc.pl
${CMAKE_SOURCE_DIR}/tdm/config.def )

perhaps it fails on dependency

regards