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

yajl is not optional #58

Open
tari3x opened this issue Nov 10, 2019 · 1 comment
Open

yajl is not optional #58

tari3x opened this issue Nov 10, 2019 · 1 comment
Labels

Comments

@tari3x
Copy link

tari3x commented Nov 10, 2019

If I don't install yajl headers, I get the following error:

/home/avatar/tmp/oyranos/openicc/oyjl/oyjl_yajl.c: In function ‘oyjlTreeParse’:
/home/avatar/tmp/oyranos/openicc/oyjl/oyjl_yajl.c:471:3: error: ‘handle_string’ undeclared (first use in this function); did you mean ‘handle_null’?
   handle_string,
   ^~~~~~~~~~~~~
@beku beku added the bug label Nov 29, 2019
@beku
Copy link
Member

beku commented Nov 29, 2019

Correct.
openicc/oyjl/oyjl_yajl.c around line 298 handle_string must be renamed to handle_string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants