[Scons-users] Dependency cycles. 2.4.1 -> 2.5.1
Pierre-Luc Boily
pierreluc.boily at gmail.com
Fri Jan 6 10:09:56 EST 2017
I agree that it looks like there is a loop between those 2 files.
I copied and pasted all #include from my headers involved from
ccpp_TtsNotification.h. I looked quite deeply into them and did not find
cycling with ccpp_ContextData.h, but it might be there something between
ccpp_TtsNotification.h and TtsNotificationDcps_impl.h, but that's not the
error message I got.
Following files were generated from opensplice IDL to C++ Translator. They
are included in pastebin http://pastebin.com/k6x7BHii.
#include "TtsNotification.h"
#include "TtsNotificationDcps.h"
#include "TtsNotificationDcps_impl.h"
#include "TtsDefines.h"
#include "TimeValue.h"
#include "ccpp_TtsNotification.h"
Following files are from opensplice 3rdParty and they are not included in
the pastebin:
#include "ccpp.h"
#include <orb_abstraction.h>
#include "sacpp_mapping.h"
#include "sacpp_DDS_DCPS.h"
#include "dds_dcps.h"
#include "ccpp_TypeSupport_impl.h"
#include "ccpp_DataWriter_impl.h"
#include "ccpp_DataReader_impl.h"
#include "ccpp_DataReaderView_impl.h"
Is there something any debug trace that might be useful from scons, to print
more information? I tried --debug=stacktrace, but it is not that useful for
me.
thx
--
View this message in context: http://scons.1086193.n5.nabble.com/Dependency-cycles-2-4-1-2-5-1-tp40926p40928.html
Sent from the Users mailing list archive at Nabble.com.
More information about the Scons-users
mailing list