From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 18:04:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 981A01065676 for ; Sun, 1 Nov 2009 18:04:26 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 729608FC12 for ; Sun, 1 Nov 2009 18:04:26 +0000 (UTC) Received: by pzk40 with SMTP id 40so2773493pzk.7 for ; Sun, 01 Nov 2009 10:04:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=fOLKs+VEunyDp8Nr+nyIwa97W3mJktkGqHDMNYtF35w=; b=KH16Pvn7iYB7py0gjNJ5XpQr2wI/e0+Ovnlk0HFv+Vdm0ontQwHM1N0cWDJJT0K6Gf 6L4z3h7ocC7mC31RBzsppEWtT0gYaElZ3UeJkgnHyTb1/P7hIo8u+Mkbj6A4eESh0PuS woHcIuG9VcE7spPICFzHsh/HmZ5aI8z/nGDko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=twtJta5UxPfzQUxaDfA87FeVX+pjaowKd2Ydw0wP+0jcgat2WzehhZMWHB0dSKp47x JaxZFLbzs4W8hCzf5iUqRd96fg3pj2+wRrMllpaz+wpOgjNSBGSeCFzOZj404zPUGT2G cAgwD7AHB8dCmINkdoLTowxqrKcsJ7Tk5Xhh8= MIME-Version: 1.0 Received: by 10.143.27.41 with SMTP id e41mr371285wfj.218.1257098666145; Sun, 01 Nov 2009 10:04:26 -0800 (PST) Date: Sun, 1 Nov 2009 11:04:26 -0700 Message-ID: <539c60b90911011004u745830f3r187c73155e9859f6@mail.gmail.com> From: Steve Franks To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: dvdauthor can't find fribidi headers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2009 18:04:26 -0000 Seems as dvdauthor is broken on 8-rc1...anything I might have done? Steve [steve@fyre /usr/ports/multimedia/dvdauthor]$ sudo make install clean ===> Building for dvdauthor-0.6.14_4 Making all in doc gmake[1]: Entering directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' Making all in src gmake[1]: Entering directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake all-am gmake[2]: Entering directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' 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/ImageMagick -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/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/multimedia/dvdauthor. [steve@fyre /usr/ports/multimedia/dvdauthor]$