Eoin wrote:
Hello,
My name is Eoin O'Callaghan I've run into a difficulty with the Boost Statechart library as I was porting my code from MSVC-7.1 to work with MinGW also. MinGW gives an error regarding the ctx parameter used with non simple states when the state is a template class;
MinGWFail.cpp:24: error: expected `)' before "ctx" MinGWFail.cpp:29: error: expected constructor, destructor, or type conversion before '(' token
Please see: http://thread.gmane.org/gmane.comp.lib.boost.user/19677 Although this post is about asynchronous_state_machine, the problem (and the solution) seems to be the same.
Hope someone can make some sense of this, thanks the the author for making such an excellent library free for everyone.
:-) You're welcome! HTH, -- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.