Date: Mon, 14 Sep 2009 11:20:03 +0300 From: Andriy Gapon <avg@icyb.net.ua> To: freebsd-ports@FreeBSD.org, pb@FreeBSD.org Subject: multimedia/dvdauthor and freebidi Message-ID: <4AADFCB3.10502@icyb.net.ua>
next in thread | raw e-mail | index | archive | help
I am not sure if this is a local problem here or something more general. I can not build multimedia/dvdauthor port (version 0.6.14_4) when fribidi-0.19.2_1 is also installed on the system. I don't fribidi capabilities in dvdauthor, but it was installed as a dependency for some other port (kde-ish) and, unfortunately, dvdauthor port automatically discovers it and uses it without asking me any questions. Technical details. Here's the failure message from the build: ... if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f ".deps/subreader.Tpo"; exit 1; fi subreader.c: In function 'sub_read_line_aqt': subreader.c:661: warning: comparison with string literal results in unspecified behaviour subreader.c:661: warning: comparison with string literal results in unspecified behaviour subreader.c: In function 'sub_read_line_subrip09': subreader.c:717: warning: comparison with string literal results in unspecified behaviour subreader.c: In function 'sub_fribidi': subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this function) subreader.c:1082: error: (Each undeclared identifier is reported only once subreader.c:1082: error: for each function it appears in.) subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this function) subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' from incompatible pointer type gmake[2]: *** [subreader.o] Error 1 gmake[2]: Leaving directory `/usr/obj/ports/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AADFCB3.10502>