trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] tdelibs FTBFS with tqt3

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 23 Jan 2012 23:43:23 -0600
> You're skipping some steps here. :) Make sure TQT_REAL_TQT is set where?

Make sure that it is set to 1 via a #define

> Where and how do I check?

One way would be to select a failing C++ file and insert the following
block after all the #include statements:

#ifdef TQT_REAL_TQT
#error TQT_REAL_TQT is SET
#else
#error TQT_REAL_TQT is NOT set
#endif

Tim