Hi,

I would like to compile graphmind to add a plugin for working with entity reference
I get source at git-hub and also the kitten libraries but i get this error when i compile with this command

mxmlc -library-path+=Kitten.swc GraphMind.mxml

but i get this error

/home/jo/flex/GraphMind/src/com/graphmind/data/DrupalViews.as(42): col: 20 Error: Accès à la propriété target peut-être non définie, via la référence de type static com.kitten.network:Connection.

return _conn.target;

I think in english is Access of possibly undefined property target through a reference with static type Class
This error is also in
com/graphmind/ConnectionController.as
com/graphmind/data/NodeDataObject.as
com/graphmind/NodeViewController.as

I tried with FLEX SDK 3.4, FLEX SDK 3.6 on xubuntu 12.04

With witch SDK did you compile graphmind.swf and is my command good ?

Thanks
Jo