nana-creator
nana-creator copied to clipboard
Nana-creator wont compile under linux.
When attempting to compile, I get this error : |error: ‘class nana::toolbar’ has no member named ‘tools_height’
This error happens in several places, including: nana-creator/src/creator.h Line 59 nana-creator/src/ctrls/toolbar.cpp Line 66
I suspect it has something to do with the tools_height token defined in the xml file at: nana-creator/src/itemseditorpanel.ncp Is there some code generator that must be run before compiling nana-creator?
Hi @rjklindsay
you probably need to compile and link the develop version of nana lib. That feature (tools_height) is not yet include in the release version.
Ciao Gabriel
Hi Gabriel, You are correct, it compiles correctly when using the develop branch of nana. Thank you for the help Rene