Sorry -- That's my fault. I just saw that what I had pasted into my post for creating the id3tag.pc file was not correct. I went back and updated it. The file should look like this:
Code:
# id3tag pkg-config source file
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: id3tag
Description: id3lib is a software library for manipulating ID3v1/v1.1 and ID3v2 tags.
Version: 0.15
Requires:
Conflicts:
Libs: -L${libdir} -lid3tag
Libs.private:
Cflags: -I${includedir}
Fix that file, do your ./configure again and see if mtpfs compiles for you.