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 #7

Open
slackernetuk opened this issue Nov 18, 2021 · 4 comments
Open

build error #7

slackernetuk opened this issue Nov 18, 2021 · 4 comments

Comments

@slackernetuk
Copy link

kylin-com4c.c:24:10: fatal error: iniparser/iniparser.h: No such file or directory

@felixonmars
Copy link
Member

iniparser/ should be a Debian specific path. Please consider using pkgconfig for include path.

@hillwoodroc
Copy link

sed -i '/include/s|iniparser/iniparser.h|iniparser.h|' src/common/kylin-com4cxx.cpp src/common/kylin-com4c.c

@handsome-feng
Copy link
Member

handsome-feng commented Mar 15, 2022

@felixonmars It seems that iniparser doesn't have a .pc file on Debian and Fedora?

@felixonmars
Copy link
Member

You are right. Some checks in autotools are needed for this then :(

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

4 participants