Reply To: Building on a NSLU2

#10108
rpedde
Participant

@sansp00 wrote:

I guess I yelled victory too fast …
I can’t seem to make it see id3tag.h, what am I doing wrong this time …

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

This is with …
# ./configure –enable-sqlite3 –enable-nslu2 –with-id3tag=/opt/include

The lib is there …
# ipkg install libid3tag
Package libid3tag (0.15.1b-1) installed in root is up to date.
Nothing to be done

Its in /opt/include
# ls -rlt /opt/include/id3tag.h
-rw-r–r– 1 root root 10647 Jun 16 2006 /opt/include/id3tag.h

Patrick S.

Urk. That’s me being lazy. It automatically appends “include” and “libs” to the –with-id3tag, because all my stuff was in /sw/include and /sw/lib, and it was easier for me to type –with-id3tag=/sw than –with-id3tag-includes=/sw/includes –with-id3tag-libs=/sw/lib

My bad, that’s a crappy configure, and I know it. Sorry. Sorry.

Uh, so it’s –with-id3tag=/opt

— Ron