Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22459

Gnome/msitools build failure with "No package 'libgsf-1' found" error

$
0
0

I have cloned "https://gitlab.gnome.org/GNOME/msitools/-/tree/v0.100" in my Centos7 host and trying to build, but facing following error and even though required package is already installed, it still doesn't work.

Below is the error I am getting when tried to build the code using the "autogen.sh" in the code base.

Error:

Checking for GSF... no configure: error: Package requirements (libgsf-1) were not met: No package 'libgsf-1' foundConsider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefix.Alternatively, you may set the environment variables GSF_CFLAGSand GSF_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details.

But the issue is I have the libgsf rpm already installed

[meuser@localhost msitools]$ rpm -qa | grep libgsflibgsf-1.14.26-7.el7.x86_64

Thanks in advance for the help !


Viewing all articles
Browse latest Browse all 22459

Trending Articles