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 from source error at Centos 6.5 #581

Closed
helloqhx opened this issue Jan 16, 2017 · 3 comments
Closed

Build from source error at Centos 6.5 #581

helloqhx opened this issue Jan 16, 2017 · 3 comments
Labels

Comments

@helloqhx
Copy link

In file included from vips2jpeg.c:148:0:
jpeg.h:80:32: error: unknown type name ‘ExifData’
int vips__set_exif_resolution( ExifData *ed, VipsImage *im );
^
make[3]: *** [vips2jpeg.lo] Error 1
make[3]: Leaving directory /data/software/vips/libvips/foreign' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /data/software/vips/libvips'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/software/vips'
make: *** [all] Error 2

I want install libvips on centos 6.5, but it stuck at make, and output the error above.
Can anyone help?

@jcupitt
Copy link
Member

jcupitt commented Jan 16, 2017

Hello @helloqhx, this came up a couple of days ago: https://github.com/jcupitt/libvips/issues/579

You need to install the libexif headers, or build from the head of the 8.4 branch on github. What do you plan to use vips for? If it's image resizing, you probably need libexif.

@helloqhx
Copy link
Author

Thanks very muck for your quick answer.
Installed libexif-devel fix it.

@jcupitt
Copy link
Member

jcupitt commented Jan 16, 2017

Glad it's working, I'll close.

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