We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This build error is from devel branch, but the same issue is present also in master:
[ 2%] Building C object CMakeFiles/yang.dir/src/common.c.o /home/rasto/tmp/libyang/src/common.c:54:17: error: use of undeclared identifier 'ly_err_main' if (ptr != &ly_err_main) { ^ 1 error generated. *** Error code 1
The content of ly_err_free function should be probably wrapped into #ifdef linux.
The text was updated successfully, but these errors were encountered:
1d4c5eb
ly_errno BUGFIX use of Linux specific variable in a generic part
9688c86
Fixes #28
f7562be
No branches or pull requests
This build error is from devel branch, but the same issue is present also in master:
[ 2%] Building C object CMakeFiles/yang.dir/src/common.c.o
/home/rasto/tmp/libyang/src/common.c:54:17: error: use of undeclared identifier 'ly_err_main'
if (ptr != &ly_err_main) {
^
1 error generated.
*** Error code 1
The content of ly_err_free function should be probably wrapped into #ifdef linux.
The text was updated successfully, but these errors were encountered: