Reply To: trouble with accented characters

#17599
Anonymous
Inactive

OK, I downloaded the 1568 tarball and I am trying to compile it under FreeBSD. However, I am getting this error:

checking for id3tag.h... no
configure: error: id3tag.h not found... try --with-id3tag=dir

That file is definitely on my system:


$ locate id3tag.h
/usr/local/include/id3tag.h

I try this but it doesn’t fix it:

$ ./configure --prefix=/usr/local --enable-sqlite3 --with-id3tag=/usr/local/include

What is correct syntax?

TIA