package xxx
/*
#cgo pkg-config: vips
#include "vips/vips.h"
*/
import "C"
When I built my code,it returned "vips/vips.h: No such file or directory". Centos. I have installed vips and pkg-conf.But it seems not effect.
package xxx
/*
#cgo pkg-config: vips
#include "vips/vips.h"
*/
import "C"
When I built my code,it returned "vips/vips.h: No such file or directory". Centos. I have installed vips and pkg-conf.But it seems not effect.