Re: [BLFS Trac] #23587: lame-3.101
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
#23587: lame-3.101
-------------------------+------------------------
Reporter: Bruce Dubbs | Owner: blfs-book
Type: enhancement | Status: new
Priority: normal | Milestone: 13.1
Component: BOOK | Version: git
Severity: normal | Resolution:
Keywords: |
-------------------------+------------------------
Comment (by Bruce Dubbs):
Evidently the person who did this update just checked that it built on
windows.
I got this to compile with:
{{{
sed -i -e 's/^\(\s*hardcode_libdir_flag_spec\s*=\).*/\1/' configure &&
sed -i '/hip_decode1_headersB/a hip_finish_pinfo' include/libmp3lame.sym
&&
export CFLAGS+=" -Wno-implicit-function-declaration -Wno-incompatible-
pointer-types" &&
./configure --prefix=/usr --enable-mp3rtp --disable-static &&
make
}}}
But the link phase of the frontend/ fails with
{{{
'undefined reference to `id3tag_set_textinfo_utf8'
}}}
That function is in libmp3lame/.libs/id3tag.o, but adding that creates
cascading undefined references.
I'm inclined to just make this wontfix and use the current version in the
book that seems to have been working for the last 10 years.
--
Ticket URL: <https://wiki.linuxfromscratch.org/blfs/ticket/23587#comment:3>
BLFS Trac <https://wiki.linuxfromscratch.org/blfs/>
Beyond Linux From Scratch
--
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page