-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fixes to support building in SDK #5
base: master
Are you sure you want to change the base?
Conversation
Thanks. I do however have a question mark around using unicode ncurses and whether that can have any side effects, but I'm adding your fix anyway because 1) libncurses is only a dependency for building luaposix and is not used by juci and 2) I'm considering removing luaposix completely some day in the future because it seems like almost an unnecessary dependency considering how little it is being used in the lua backend. |
I tried to investigate this further with no luck, to be honest i don't know why inside the SDK luaposix requires the unicode variant, it certainly doesn't when building inside the complete framework (which also does not provide ncursesw in any way as far as i see).
However, the autoreconf-fix is required there for me to. |
It could be that you are somehow building unicode version and configure
|
In this case i think |
I recently tried to build juci inside the OpenWRT-SDK instead inside the whole Framework. Beside stumbling upon Issue mkschreder/juci#39 and #4 two Makefiles needed small fixes to compile trough.