
17 Nov
2009
17 Nov
'09
12:53 p.m.
Hi, I have a simple state machine that I put together in NetBeans CDT (on a WinXP machine with MinGW) with a short main program to check the first few states. I then moved the code to a Linux box (Ubuntu) with Eclipse (gcc 4.3.3) and the CppUnit plug-in ECUT to follow our practices and procedures. The code compiles in the CppUnit test fixture; however, when the test reaches myMachine.initiate(); (the first thing that is Statechart-related) the testing stops. What can fail in the initiate() method that would stop the execution? Any suggestions on debugging this would be appreciated. Pat