Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nana-creator wont compile under linux. #23

Closed
rjklindsay opened this issue Apr 24, 2024 · 2 comments
Closed

Nana-creator wont compile under linux. #23

rjklindsay opened this issue Apr 24, 2024 · 2 comments

Comments

@rjklindsay
Copy link

rjklindsay commented Apr 24, 2024

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?

@besh81
Copy link
Owner

besh81 commented Apr 29, 2024

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

@renelindsay
Copy link

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

@besh81 besh81 closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants