[Matroska-users] mkvtoolnix 3.3.0 released
Ruud Althuizen
ruud at il.fontys.nl
Thu Mar 25 10:37:52 CET 2010
Hello,
On Thu 25 Mar 2010 10:09 AM, Moritz Bunkus wrote:
> Ok, that line is indeed the problem. Please change
>
> dep="`echo "$obj" | sed -e 's:\.\(o\|gch\)$:.d:'`"
>
> to
>
> dep="`echo "$obj" | sed -e 's:\.o$:.d:' -e 's:\.gch$:.d:'`"
This one works as well, notice the -E and lack of some escaping:
$ dep="`echo "$obj" | sed -E 's:\.(o|gch)$:.d:'`"
This is probably also needed for FreeBSD based systems.
I now only get these errors, no idea if they are new or old though.
$ ranlib: file: src/common/libmtxcommon.a(win_itaskbarlist3.o) has no symbols
--
With regards,
Ruud Althuizen
More information about the Matroska-users
mailing list