-
Notifications
You must be signed in to change notification settings - Fork 265
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
openwrt :: option ENABLE_CHILLIREDIR error about USING_IPC_UNIX not set #456
Comments
What is the exact error the compiler throws? |
don't touch anything :
Apply the patch
found the exact command from config.log
as you can see in this command, i have : and got a same error with : in src/options.h L.406
so unixipc is well defined but only if USING_IPC_UNIX definition is set. So i think that definition is never set correctly. |
well well well
after i patched my files with that patch : #200
chilli failed to compile and say error about USING_IPC_UNIX, so i checked all i can found on openwrt (ipcrm and ipcs busybox (nothing work))
if I hard write it to code in config.h (L 507 after define USING_IPC_MSG 1 just define USING_IPC_UNIX 1), new error : struct redir_t has no member redir_t->msgid
in redir.h L.235:
if i switch them, error about msgfd, if i don't touch anything, error about msgid.
so i remove the defined check and declare msgfd and msgid as a part of struct redir_t
coova compile. alleluia
ooooopppps.... no portal anymore.
Tue Oct 9 16:40:50 2018 local6.err coova-chilli[2494]: chilli.c: 7656: 22 (Invalid argument) msgrcv() failed!
so... my changes broke coova. or ipc is missing.
i don't know what to install for using uamregex option.
i don't know if this option is working.
what is the equivalent of IPC on openwrt ?
how coova check this var ?
what's the next steps for doing this option work ?
The text was updated successfully, but these errors were encountered: