nana-creator icon indicating copy to clipboard operation
nana-creator copied to clipboard

Nana-creator wont compile under linux.

Open rjklindsay opened this issue 10 months ago • 1 comments

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?

rjklindsay avatar Apr 24 '24 23:04 rjklindsay

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

besh81 avatar Apr 29 '24 10:04 besh81

Hi Gabriel, You are correct, it compiles correctly when using the develop branch of nana. Thank you for the help Rene

renelindsay avatar May 17 '24 05:05 renelindsay