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

build error due to missing urldecode from download.c #93

Closed
laoshaw opened this issue Feb 11, 2021 · 2 comments
Closed

build error due to missing urldecode from download.c #93

laoshaw opened this issue Feb 11, 2021 · 2 comments

Comments

@laoshaw
Copy link

laoshaw commented Feb 11, 2021

master branch openwrt, failed to build oui as urldecode is not defined in the repo.

Description:

download.c:77:5: error: implicit declaration of function 'urldecode' [-Werror=implicit-function-declaration]
     urldecode(params->path, sizeof(params->path), params->path, strlen(params->path));
@mengqingmeng
Copy link

master branch openwrt, failed to build oui as urldecode is not defined in the repo.

Description:

download.c:77:5: error: implicit declaration of function 'urldecode' [-Werror=implicit-function-declaration]
     urldecode(params->path, sizeof(params->path), params->path, strlen(params->path));

I had this problem too,how to solve this?

@zhaojh329
Copy link
Owner

openwrt/packages#14789

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