gMTP no vorbisfile


 
Thread Tools Search this Thread
Operating Systems Linux gMTP no vorbisfile
# 1  
Old 07-17-2012
gMTP no vorbisfile

Hi

I'm trying to install gMTP but when typing make I get the error;

Code:
gcc `pkg-config --cflags gtk+-2.0 gconf-2.0 gthread-2.0 libmtp id3tag flac vorbisfile` -std=c99 -Wall -c -g   -o src/metatag_info.o  src/metatag_info.c

Package vorbisfile was not found in the pkg-config search path.
Perhaps you should add the directory containing `vorbisfile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vorbisfile' found
src/metatag_info.c:17: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
make: *** [src/metatag_info.o] Error 1

I tried to get it trough the synaptic manager, and I guess I got several versions (libvorbisfile3 for example) but non of them worked.
What exactly should I be looking for and where can I get it?
# 2  
Old 08-08-2012
I installed it on Fedora 17 using
yum install libvorbis-devel

I also had to install the following
yum install gtk3-devel
yum install libmtp
yum install libmtp-devel
yum install libid3tag-devel
yum install flac-devel

Hope it works...

Dec
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question