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

Make install error centos7 #3

Closed
rudik99 opened this issue Jul 19, 2017 · 2 comments
Closed

Make install error centos7 #3

rudik99 opened this issue Jul 19, 2017 · 2 comments

Comments

@rudik99
Copy link

rudik99 commented Jul 19, 2017

Hi there,

I downloaded from master branch and ran:
cd lsmcd
./configure
make install

got the following error. Seems to be a file missing? expat.h ?

Any advice?

ake[3]: Entering directory /lsmcd/src/util' g++ -DHAVE_CONFIG_H -I. -I../../src -I../../include -I../../src -I/usr/include -g -O2 -fstack-protector -MT xmlnode.o -MD -MP -MF .deps/xmlnode.Tpo -c -o xmlnode.o xmlnode.cpp xmlnode.cpp:13:19: fatal error: expat.h: No such file or directory #include <expat.h> ^ compilation terminated. make[3]: *** [xmlnode.o] Error 1 make[3]: Leaving directory /lsmcd/src/util'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory /lsmcd/src/util' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory /lsmcd/src'
make: *** [install-recursive] Error 1

@Code-Egg
Copy link
Contributor

Code-Egg commented Jul 19, 2017

Hi,
Have you installed expat-devel already? If not, please try it then configure again.

@rudik99
Copy link
Author

rudik99 commented Jul 20, 2017

Cheers that fixed it

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

2 participants