
27 Apr
2013
27 Apr
'13
6:45 a.m.
Hi Noah, On Fri, Apr 26 2013, Noah Watkins wrote:
I'm getting the following problem:
nwatkins@kyoto:~/boost-statechart-viewer$ clang++ -Xclang -load -Xclang src/visualizer.so -Xclang -plugin -Xclang visualize-statechart -c test.cc warning: Visualizer plugin is running!
test.cc:24:1: note: Found statemachine 'DU' struct DU : sc::state_machine< DU, state_1 > {};//Nastaveni inicializacniho stavu ^ test.cc:36:1: note: Found state 'state_1' struct state_1 : sc::simple_state< state_1, DU> // stav ^ 0 libLLVM-3.0.so.1 0x00007f64b2c4566f
We use boost-statechart-viewer with llvm-3.1. You seem to be using 3.0. Can you check whether you get the same problem with 3.1? Thanks, -Michal