Boost logo

Boost Users :

Subject: [Boost-users] Boost.Statechart and CppUnit in Eclipse on Ubuntu
From: Patricia Hawley (hawley1_at_[hidden])
Date: 2009-11-17 07:53:27


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net