From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 3 08:12:23 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E36851065675 for ; Sun, 3 Aug 2008 08:12:23 +0000 (UTC) (envelope-from ml@bettercom.de) Received: from h1.bettercom.de (h1.bettercom.de [213.239.194.41]) by mx1.freebsd.org (Postfix) with ESMTP id 473618FC0A for ; Sun, 3 Aug 2008 08:12:23 +0000 (UTC) (envelope-from ml@bettercom.de) Received: (qmail 13395 invoked by uid 208); 3 Aug 2008 07:45:41 -0000 Received: from 87.166.209.149 by h1 (envelope-from , uid 0) with qmail-scanner-1.23 (clamdscan: 0.87. spamassassin: 3.04. Clear:RC:1(87.166.209.149):. Processed in 0.031425 secs); 03 Aug 2008 07:45:41 -0000 Received: from unknown (HELO fs.bettercom.de) ([87.166.209.149]) (envelope-sender ) by h1.bettercom.de (qmail-ldap-1.03) with SMTP for ; 3 Aug 2008 07:45:41 -0000 Received: (nullmailer pid 96341 invoked by uid 1000); Sun, 03 Aug 2008 07:45:40 -0000 To: multimedia@FreeBSD.org X-Face: "d[&>8')a)wbF:+L#^<_cohnX6#m5RCCeKF/6_gD(iQ9bX?xe2~Aq*!')D(1ks`?YhomOYbL3R:{4e4a]qft_]<.q/Lf4hIr,`G+LX33&TYp}XGfe~^5m$28R"$C(EwnB\n8t From: Martin Lesser Date: Sun, 03 Aug 2008 09:45:40 +0200 Message-ID: <87iquiv8wr.fsf@fs.bettercom.de> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.21 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: Subject: Builderror in multimedia/transcode X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2008 08:12:24 -0000 --=-=-= Hi, looks like multimedia/transcode depends on archivers/lzo. The applied patch solves this and the attached patch fixes a broken include. Cheers Martin --- /usr/ports/multimedia/transcode/Makefile.orig 2008-07-27 18:51:02.000000000 +0200 +++ /usr/ports/multimedia/transcode/Makefile 2008-08-03 08:44:19.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://transcode.kabewm.com/ \ http://fromani.exit1.org/ @@ -18,7 +18,8 @@ LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread \ jpeg.9:${PORTSDIR}/graphics/jpeg \ mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg + avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ + lzo.1:${PORTSDIR}/archivers/lzo BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv USE_BZIP2= yes --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=patch-tc_lzo.h Content-Description: Patch-LZO --- libtc/tc_lzo.h.orig 2008-08-03 08:17:14.000000000 +0200 +++ libtc/tc_lzo.h 2008-08-03 08:17:14.000000000 +0200 @@ -10,8 +10,8 @@ #ifndef TC_LZO_H #define TC_LZO_H -#include -#include +#include +#include #ifdef HAVE_CONFIG_H #include "config.h" --=-=-=-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 3 16:21:56 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BC83106564A; Sun, 3 Aug 2008 16:21:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 603E28FC24; Sun, 3 Aug 2008 16:21:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m73GLuA0046832; Sun, 3 Aug 2008 16:21:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m73GLunk046828; Sun, 3 Aug 2008 16:21:56 GMT (envelope-from linimon) Date: Sun, 3 Aug 2008 16:21:56 GMT Message-Id: <200808031621.m73GLunk046828@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126209: multimedia/transcode: transcode-1.0.6_1 build problem (lzo includes are missing) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2008 16:21:57 -0000 Old Synopsis: transcode-1.0.6_1 build problem (lzo includes are missing) New Synopsis: multimedia/transcode: transcode-1.0.6_1 build problem (lzo includes are missing) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 3 16:21:21 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=126209 From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 4 00:34:25 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BEA71065670; Mon, 4 Aug 2008 00:34:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F37258FC14; Mon, 4 Aug 2008 00:34:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m740YO4f095069; Mon, 4 Aug 2008 00:34:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m740YOpF095065; Mon, 4 Aug 2008 00:34:24 GMT (envelope-from linimon) Date: Mon, 4 Aug 2008 00:34:24 GMT Message-Id: <200808040034.m740YOpF095065@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/126216: [snd_hda] [patch] snd_hda does't support ACER Aspire 4715Z laptop X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 00:34:25 -0000 Old Synopsis: snd_hda does't support ACER Aspire 4715Z laptop New Synopsis: [snd_hda] [patch] snd_hda does't support ACER Aspire 4715Z laptop Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 4 00:33:27 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=126216 From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 4 00:35:08 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1BEC106567A; Mon, 4 Aug 2008 00:35:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9589B8FC1C; Mon, 4 Aug 2008 00:35:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m740Z8X0095120; Mon, 4 Aug 2008 00:35:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m740Z8oe095116; Mon, 4 Aug 2008 00:35:08 GMT (envelope-from linimon) Date: Mon, 4 Aug 2008 00:35:08 GMT Message-Id: <200808040035.m740Z8oe095116@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/126217: [snd_hda] no snd_hda support for internal microphone for ACER Aspire 4715z laptop X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 00:35:08 -0000 Old Synopsis: snd_hda support for internal microphone for ACER Aspire 4715z laptop New Synopsis: [snd_hda] no snd_hda support for internal microphone for ACER Aspire 4715z laptop Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 4 00:34:29 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=126217 From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 4 11:06:58 2008 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD40B1065671 for ; Mon, 4 Aug 2008 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD4E28FC16 for ; Mon, 4 Aug 2008 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m74B6wv5082130 for ; Mon, 4 Aug 2008 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m74B6whG082126 for freebsd-multimedia@FreeBSD.org; Mon, 4 Aug 2008 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Aug 2008 11:06:58 GMT Message-Id: <200808041106.m74B6whG082126@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 11:06:58 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia [sound] Microphone does not work o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c o ports/124817 multimedia audio/gstreamer-plugins-spc include file name miss o ports/125519 multimedia www/gstreamer-plugins-neon will not install o ports/126209 multimedia multimedia/transcode: transcode-1.0.6_1 build problem 26 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f o kern/124645 multimedia [snd_hda] snd_hda and SB600, speakers not deactivated o ports/124727 multimedia multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails o kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/125822 multimedia [snd_hda] [patch] Does not define the device: pcm0: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E75D106566B; Mon, 4 Aug 2008 19:59:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 446C18FC0C; Mon, 4 Aug 2008 19:59:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m74Jxlke035052; Mon, 4 Aug 2008 19:59:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m74JxlbV035048; Mon, 4 Aug 2008 19:59:47 GMT (envelope-from linimon) Date: Mon, 4 Aug 2008 19:59:47 GMT Message-Id: <200808041959.m74JxlbV035048@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/126244: [snd_hda] [patch] Fujitsu U1010 - Fix deactivation of speakers while plugging headphones X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 19:59:47 -0000 Old Synopsis: snd_hda: Fujitsu U1010 - Fix deactivation of speakers while plugging headphones New Synopsis: [snd_hda] [patch] Fujitsu U1010 - Fix deactivation of speakers while plugging headphones Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 4 19:59:23 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=126244 From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 5 03:03:14 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CCBF1065686; Tue, 5 Aug 2008 03:03:14 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E60868FC17; Tue, 5 Aug 2008 03:03:13 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7533Dg6074936; Tue, 5 Aug 2008 03:03:13 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7533CsR074932; Tue, 5 Aug 2008 03:03:12 GMT (envelope-from mezz) Date: Tue, 5 Aug 2008 03:03:12 GMT Message-Id: <200808050303.m7533CsR074932@freefall.freebsd.org> To: sunpoet@sunpoet.net, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/126061: multimedia/ffmpeg: fix compat headers installation X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2008 03:03:14 -0000 Synopsis: multimedia/ffmpeg: fix compat headers installation State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Tue Aug 5 03:03:00 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=126061 From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 5 03:10:05 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCCFB1065680 for ; Tue, 5 Aug 2008 03:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB1AB8FC15 for ; Tue, 5 Aug 2008 03:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m753A54G075109 for ; Tue, 5 Aug 2008 03:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m753A5Gc075108; Tue, 5 Aug 2008 03:10:05 GMT (envelope-from gnats) Date: Tue, 5 Aug 2008 03:10:05 GMT Message-Id: <200808050310.m753A5Gc075108@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/126061: commit references a PR X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2008 03:10:05 -0000 The following reply was made to PR ports/126061; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126061: commit references a PR Date: Tue, 5 Aug 2008 03:02:50 +0000 (UTC) mezz 2008-08-05 03:02:40 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile pkg-plist Log: Fix compat headers installation, bump the PORTREVISION. PR: ports/126061 Submitted by: Sunpoet Po-Chuan Hsieh Approved by: marcus Revision Changes Path 1.83 +5 -3 ports/multimedia/ffmpeg/Makefile 1.23 +2 -1 ports/multimedia/ffmpeg/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 5 07:00:17 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2586D1065673; Tue, 5 Aug 2008 07:00:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEED78FC14; Tue, 5 Aug 2008 07:00:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7570GkH002696; Tue, 5 Aug 2008 07:00:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7570Ghl002692; Tue, 5 Aug 2008 07:00:16 GMT (envelope-from edwin) Date: Tue, 5 Aug 2008 07:00:16 GMT Message-Id: <200808050700.m7570Ghl002692@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126261: multimedia/ffmpeg needs compile with --enable-swscale X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2008 07:00:17 -0000 Synopsis: multimedia/ffmpeg needs compile with --enable-swscale Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 5 07:00:16 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126261 From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 5 19:06:02 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E96AD1065672; Tue, 5 Aug 2008 19:06:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF4BE8FC08; Tue, 5 Aug 2008 19:06:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m75J62m1093502; Tue, 5 Aug 2008 19:06:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m75J62lZ093498; Tue, 5 Aug 2008 19:06:02 GMT (envelope-from linimon) Date: Tue, 5 Aug 2008 19:06:02 GMT Message-Id: <200808051906.m75J62lZ093498@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126271: multimedia/transcode seems to want lzo2 anyway X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2008 19:06:03 -0000 Old Synopsis: transcode seems to want lzo2 anyway New Synopsis: multimedia/transcode seems to want lzo2 anyway Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Tue Aug 5 19:05:31 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=126271 From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 6 10:23:50 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2BEF106568A; Wed, 6 Aug 2008 10:23:50 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 99A0A8FC2D; Wed, 6 Aug 2008 10:23:50 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 3AED72C50D02; Wed, 6 Aug 2008 13:23:49 +0300 (EEST) From: "QA Tindy" To: itetcu@FreeBSD.org X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.21 2008/07/22 12:49:38 itetcu Exp $ Message-Id: <20080806101415.57ED512E4678@quark.ds9.tecnik93.com> Date: Wed, 6 Aug 2008 13:14:15 +0300 (EEST) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Wed Aug 6 13:14:19 2008 X-DSPAM-Confidence: 0.9990 X-DSPAM-Improbability: 1 in 100357 chance of being spam X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 1001,4899797b7909686624312 Resent-Date: Wed, 6 Aug 2008 13:23:48 +0300 Resent-From: Ion-Mihai Tetcu Resent-Message-ID: <20080806132348.45bf7769@it.buh.tecnik93.com> Resent-To: multimedia@FreeBSD.org Resent-Cc: Mark Linimon Cc: Subject: multimedia/transcode - failes: missing_header X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 10:23:51 -0000 Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://t64.tecnik93.com/logs/7-STABLE-FTP/transcode-1.0.6_1.log: building transcode-1.0.6_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: multimedia@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/multimedia/transcode Makefile ident: $FreeBSD: ports/multimedia/transcode/Makefile,v 1.108 2008/07/27 16:51:02 ahze Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Aug 6 10:13:32 UTC 2008 ................................................... /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -L/usr/local/lib -o libvout.la cpu_accel.lo rgb2yuv.lo video_out.lo video_out_ppm.lo video_out_yuv.lo yuv2rgb.lo yuv2rgb_mlib.lo yuv2rgb_mmx.lo -liconv -lm -lz ar cru .libs/libvout.a .libs/cpu_accel.o .libs/rgb2yuv.o .libs/video_out.o .libs/video_out_ppm.o .libs/video_out_yuv.o .libs/yuv2rgb.o .libs/yuv2rgb_mlib.o .libs/yuv2rgb_mmx.o ranlib .libs/libvout.a creating libvout.la (cd .libs && rm -f libvout.la && ln -s ../libvout.la libvout.la) gmake[2]: Leaving directory `/work/a/ports/multimedia/transcode/work/transcode-1.0.6/libvo' Making all in import gmake[2]: Entering directory `/work/a/ports/multimedia/transcode/work/transcode-1.0.6/import' Making all in nuv gmake[3]: Entering directory `/work/a/ports/multimedia/transcode/work/transcode-1.0.6/import/nuv' /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -D_THREAD_SAFE -DMOD_PATH=\"/usr/local/lib/transcode\" -I../.. -I../../import -I../../src -isystem /usr/include -isystem /usr/local/include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -MT import_nuv_la-import_nuv.lo -MD -MP -MF .deps/import_nuv_la-import_nuv.Tpo -c -o import_nuv_la-import_nuv.lo `test -f 'import_nuv.c' || echo './'`import_nuv.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -D_THREAD_SAFE -DMOD_PATH=\"/usr/local/lib/transcode\" -I../.. -I../../import -I../../src -isystem /usr/include -isystem /usr/local/include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -MT import_nuv_la-import_nuv.lo -MD -MP -MF .deps/import_nuv_la-import_nuv.Tpo -c import_nuv.c -fPIC -DPIC -o .libs/import_nuv_la-import_nuv.o In file included from import_nuv.c:19: ../../libtc/tc_lzo.h:13:23: error: lzo/lzo1x.h: No such file or directory ../../libtc/tc_lzo.h:14:25: error: lzo/lzoutil.h: No such file or directory import_nuv.c: In function 'nuv_decode_video': import_nuv.c:473: warning: pointer targets in assignment differ in signedness import_nuv.c:480: error: 'lzo_uint' undeclared (first use in this function) import_nuv.c:480: error: (Each undeclared identifier is reported only once import_nuv.c:480: error: for each function it appears in.) import_nuv.c:480: error: expected ';' before 'len' import_nuv.c:486: warning: implicit declaration of function 'lzo1x_decompress' import_nuv.c:487: error: 'len' undeclared (first use in this function) import_nuv.c:487: error: 'LZO_E_OK' undeclared (first use in this function) import_nuv.c:509: warning: pointer targets in passing argument 2 of 'RTjpeg_decompressYUV420' differ in signedness import_nuv.c: In function 'import_nuv_decode': import_nuv.c:624: warning: pointer targets in assignment differ in signedness gmake[3]: *** [import_nuv_la-import_nuv.lo] Error 1 gmake[3]: Leaving directory `/work/a/ports/multimedia/transcode/work/transcode-1.0.6/import/nuv' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/multimedia/transcode/work/transcode-1.0.6/import' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/multimedia/transcode/work/transcode-1.0.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/multimedia/transcode. ================================================================ build of /usr/ports/multimedia/transcode ended at Wed Aug 6 10:14:14 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 6 10:39:03 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1EFE1065684 for ; Wed, 6 Aug 2008 10:39:03 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF158FC1E for ; Wed, 6 Aug 2008 10:39:03 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from localhost (localhost.bsdunix.ch [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id 9CF7D5D58 for ; Wed, 6 Aug 2008 12:19:44 +0200 (CEST) X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1ak4sE0drfsd for ; Wed, 6 Aug 2008 12:19:43 +0200 (CEST) Received: from bert.mlan.solnet.ch (bert.mlan.solnet.ch [212.101.1.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id 35ACB5D56 for ; Wed, 6 Aug 2008 12:19:43 +0200 (CEST) Message-ID: <48997ABF.1080904@bsdunix.ch> Date: Wed, 06 Aug 2008 12:19:43 +0200 From: Thomas Vogt User-Agent: Thunderbird 2.0.0.16 (X11/20080728) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: No /dev/dsp* with freebsd 7.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 10:39:03 -0000 Hello FreeBSD 7.0-RELEASE-p3 #0: Wed Aug 6 09:45:23 UTC 2008 root@rlocal:/usr/obj/usr/src/sys/GENERIC i386 cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at memory 0xe2a20000 irq 22 [20071129_0050] [MPSAFE] (1p:1v/1r:1v channels duplex) pcm1: at io 0x1040 irq 21 [MPSAFE] (2p:1v/1r:1v channels duplex default) pcm2: at io 0x1000,0x10a0,0x1090 irq 22 [MPSAFE] (1p:1v/1r:1v channels duplex) This looks fine but there is no /dev/dsp*. How do i create /dev/dsp* for each sound card? Regards, Thomas From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 6 11:18:35 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D410106567A for ; Wed, 6 Aug 2008 11:18:35 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 133808FC12 for ; Wed, 6 Aug 2008 11:18:35 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id D369574417E for ; Wed, 6 Aug 2008 13:59:15 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w91IeftoEmz6 for ; Wed, 6 Aug 2008 13:59:15 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 92E4C74415E for ; Wed, 6 Aug 2008 13:59:15 +0300 (EEST) Message-ID: <48998402.4000900@icyb.net.ua> Date: Wed, 06 Aug 2008 13:59:14 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: multimedia@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: transcode: 1.0.5_3 => 1.0.6_1 fails at configure (gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 11:18:35 -0000 $ make configure ... ... checking ffmpeg/avcodec.h usability... yes checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking libavcodec/avcodec.h usability... yes checking libavcodec/avcodec.h presence... yes checking for libavcodec/avcodec.h... yes checking for pkgconfig support for libavcodec... gnome-config: not found no checking how to determine LIBAVCODEC_CFLAGS... user checking how to determine LIBAVCODEC_LIBS... user checking for avcodec_thread_init in -lavcodec... no checking for pkgconfig support for libmpeg2... gnome-config: not found no ... ERROR: requirement failed: cannot link against libavcodec libavcodec can be found in the following packages: FFmpeg http://www.ffmpeg.org/ Please see the INSTALL file in the top directory of the transcode sources for more information about building transcode with this configure script. ... I do not have any GTK1 or GNOME1 packages installed, only GNOME2/GTK2. Thus I do not have gnome-config present on this system. I am not really sure why configure script attempts to call it instead of using pkg-config. BTW: $ pkg-config --list-all | fgrep libavcodec libavcodec libavcodec - FFmpeg codec library My system is 6.3-RELEASE amd64 with very recent ports tree (<24h). -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 6 07:17:58 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90C7F106568D for ; Wed, 6 Aug 2008 07:17:58 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 401228FC08 for ; Wed, 6 Aug 2008 07:17:55 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 0FE7D1CC3E; Wed, 6 Aug 2008 09:17:52 +0200 (CEST) Date: Wed, 6 Aug 2008 09:17:52 +0200 From: Erwin Lansing To: multimedia@FreeBSD.org Message-ID: <20080806071752.GR45352@droso.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CNK/L7dwKXQ4Ub8J" Content-Disposition: inline X-Operating-System: FreeBSD/i386 7.0-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) X-Mailman-Approved-At: Wed, 06 Aug 2008 11:24:21 +0000 Cc: Subject: [ports-i386@FreeBSD.org: synfig-0.61.08_1 failed on i386 8] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 07:17:58 -0000 --CNK/L7dwKXQ4Ub8J Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Tue, 5 Aug 2008 21:28:14 GMT =46rom: User Ports-i386 To: erwin@FreeBSD.org Subject: synfig-0.61.08_1 failed on i386 8 Excerpt from the build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20080805162030/= synfig-0.61.08_1.log building synfig-0.61.08_1 on gohan28.freebsd.org in directory /x/tmp/8/20080805162030/chroot/22 building for: 8.0-CURRENT i386 maintained by: ports@FreeBSD.org port directory: /usr/ports/devel/synfig Makefile ident: $FreeBSD: ports/devel/synfig/Makefile,v 1.8 2008/06/06 13:2= 1:56 edwin Exp $ [... lines trimmed ...] pkg_add perl-5.8.8_1.tbz skipping perl-5.8.8_1, already added pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added pkg_add png-1.2.28.tbz skipping png-1.2.28, already added pkg_add popt-1.7_5.tbz skipping popt-1.7_5, already added pkg_add python25-2.5.2_2.tbz skipping python25-2.5.2_2, already added pkg_add randrproto-1.2.1.tbz skipping randrproto-1.2.1, already added pkg_add renderproto-0.9.3.tbz skipping renderproto-0.9.3, already added pkg_add sdl-1.2.13_1,2.tbz skipping sdl-1.2.13_1,2, already added pkg_add tiff-3.8.2_1.tbz skipping tiff-3.8.2_1, already added pkg_add x264-0.0.20080409_2.tbz skipping x264-0.0.20080409_2, already added pkg_add xextproto-7.0.2.tbz skipping xextproto-7.0.2, already added pkg_add xf86vidmodeproto-2.2.2.tbz skipping xf86vidmodeproto-2.2.2, already added pkg_add xproto-7.0.10_1.tbz skipping xproto-7.0.10_1, already added =3D=3D=3D> synfig-0.61.08_1 depends on file: /usr/local/libdata/pkgconfig= /ETL.pc - found =3D=3D=3D> synfig-0.61.08_1 depends on executable: pkg-config - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: glibmm-2.4.1 - fou= nd =3D=3D=3D> synfig-0.61.08_1 depends on shared library: MagickWand - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: jpeg - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: mng - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: png - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: tiff - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: avcodec - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: dv - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: IlmImf - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: xml\+\+-2.6 - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: intl - found =3D=3D=3D> synfig-0.61.08_1 depends on shared library: glib-2.0.0 - found =3D=3D=3D> Configuring for synfig-0.61.08_1 checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C preprocessor... cc -E checking how to run the C++ preprocessor... c++ -E checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking for debug flags... -DNDEBUG -Wno-deprecated checking for optimization flags... -O2 checking for compiler warning flags to use... -W -Wall checking for profiling... no checking for arc profiling... no checking for branch-probabilities... no checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd8.0 ld.so (cached) (cached) checking how to hardcode library paths into programs... i= mmediate appending configuration tag "F77" to libtool checking for dlopen in -lc... yes checking for convert... yes checking Magick++.h usability... no checking Magick++.h presence... no checking for Magick++.h... no *** Magick++ Output target disabled checking for pkg-config... /usr/local/bin/pkg-config checking for libavcodec libavformat... yes checking LIBAVCODEC_CFLAGS... -I/usr/local/include =20 checking LIBAVCODEC_LIBS... -L/usr/local/lib -lavcodec -lavformat =20 checking for freetype2... yes checking FREETYPE_CFLAGS... -I/usr/local/include/freetype2 -I/usr/local/inc= lude =20 checking FREETYPE_LIBS... -L/usr/local/lib -lfreetype -lz =20 checking for fontconfig... yes checking FONTCONFIG_CFLAGS... -I/usr/local/include =20 checking FONTCONFIG_LIBS... -L/usr/local/lib -lfontconfig =20 checking for OpenEXR... yes checking OPENEXR_CFLAGS... -D_THREAD_SAFE -I/usr/local/include/OpenEXR =20 checking OPENEXR_LIBS... -pthread -L/usr/local/lib -lIlmImf -lz -lImath -lH= alf -lIex -lIlmThread =20 checking for an ANSI C-conforming const... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen in -ldl... no checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for error_t... no checking for argz_append... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether NLS is requested... yes checking for GNU gettext in libc... no checking for iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath= -Wl,/usr/local/lib checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so /usr/local/l= ib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking for ETL >=3D 0.04.11... yes checking ETL_CFLAGS... -I/usr/local/include =20 checking ETL_LIBS... -pthread =20 checking for libxml++-2.6... yes checking LIBXMLPP_CFLAGS... -I/usr/local/include/libxml++-2.6 -I/usr/local/= include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/incl= ude -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/= usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include =20 checking LIBXMLPP_LIBS... -L/usr/local/lib -lxml++-2.6 -lxml2 -lglibmm-2.4 = -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv =20 checking for sigc++-2.0... yes checking LIBSIGC_CFLAGS... -I/usr/local/include/sigc++-2.0 -I/usr/local/lib= /sigc++-2.0/include =20 checking LIBSIGC_LIBS... -L/usr/local/lib -lsigc-2.0 =20 checking for TIFFClose in -ltiff... yes checking for png_write_row in -lpng... yes checking for mng_initialize in -lmng... yes checking for main in -ljpeg... yes checking for unordered_map::const_iterator... yes checking for unordered_set::const_iterator... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/errno.h usability... yes checking sys/errno.h presence... yes checking for sys/errno.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for fork... yes checking for kill... yes checking for pipe... yes checking for waitpid... yes checking for isnan... yes checking for isnanf... yes checking for floorl... yes checking for pthread_create in -pthread... yes configure: creating ./config.status config.status: creating synfig-config config.status: WARNING: synfig-config.in seems to ignore the --datarootdir= setting config.status: creating synfig.pc config.status: creating doxygen.cfg config.status: creating Makefile config.status: creating po/Makefile.in config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdi= r setting config.status: creating src/Makefile config.status: creating src/synfig/Makefile config.status: creating src/modules/Makefile config.status: creating src/modules/lyr_freetype/Makefile config.status: creating src/modules/lyr_std/Makefile config.status: creating src/modules/mod_bmp/Makefile config.status: creating src/modules/mod_dv/Makefile config.status: creating src/modules/mod_ffmpeg/Makefile config.status: creating src/modules/mod_filter/Makefile config.status: creating src/modules/mod_geometry/Makefile config.status: creating src/modules/mod_gif/Makefile config.status: creating src/modules/mod_gradient/Makefile config.status: creating src/modules/mod_imagemagick/Makefile config.status: creating src/modules/mod_jpeg/Makefile config.status: creating src/modules/mod_libavcodec/Makefile config.status: creating src/modules/mod_magickpp/Makefile config.status: creating src/modules/mod_mng/Makefile config.status: creating src/modules/mod_noise/Makefile config.status: creating src/modules/mod_openexr/Makefile config.status: creating src/modules/mod_particle/Makefile config.status: creating src/modules/mod_png/Makefile config.status: creating src/modules/mod_ppm/Makefile config.status: creating src/modules/mod_yuv420p/Makefile config.status: creating src/tool/Makefile config.status: creating src/modules/synfig_modules.cfg config.status: creating examples/walk/Makefile config.status: creating examples/Makefile config.status: creating win32inst.nsi config.status: creating pkg-info/macosx/synfig-core.info config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile =3D=3D=3D configuring in libltdl (/work/a/ports/devel/synfig/work/synfig-0.= 61.08/libltdl) configure: running /bin/sh ./configure '--prefix=3D/usr/local' '--mandir= =3D/usr/local/man' '--infodir=3D/usr/local/info/' '--build=3Di386-portbld-f= reebsd8.0' 'build_alias=3Di386-portbld-freebsd8.0' 'CC=3Dcc' 'CFLAGS=3D-O2 = -pipe -fno-strict-aliasing' 'LDFLAGS=3D-L/usr/local/lib' 'CPPFLAGS=3D-I/usr= /local/include' 'CXX=3Dc++' 'CXXFLAGS=3D-O2 -pipe -fno-strict-aliasing' '--= enable-ltdl-convenience' --cache-file=3D/dev/null --srcdir=3D. checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... none checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... none checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd8.0 ld.so (cached) (cached) checking how to hardcode library paths into programs... i= mmediate appending configuration tag "F77" to libtool checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... no checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for error_t... no checking for argz_append... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands Synfig Core v.0.61.08 Configuration Summary - - - - - - Install Prefix -------------------> /usr/local Module directory -----------------> ${exec_prefix}/lib/synfig/modules Build Platform -------------------> i386-portbld-freebsd8.0 Host Platform --------------------> i386-portbld-freebsd8.0 Arc Profiling --------------------> no GProf Profiling ------------------> no Debug Mode -----------------------> no (-DNDEBUG -Wno-deprecated) Optimization ---------------------> 2 PNG output target support --------> yes MNG output target support --------> yes TIFF output target support -------> yes JPEG output target support -------> yes ETL_CFLAGS -----------------------> -I/usr/local/include =20 FreeType2 ------------------------> yes fontconfig -----------------------> yes libavcodec -----------------------> yes vImage ---------------------------> no ImageMagick ----------------------> yes Magick++ -------------------------> no FFMPEG ---------------------------> yes libdv ----------------------------> yes OpenEXR --------------------------> yes Using OpenEXR's "half" type ------> no $CXX -----------------------------> 'c++' $CXXFLAGS ------------------------> '-O2 -pipe -fno-strict-aliasing -DNDEBU= G -Wno-deprecated -W -Wall' $SYNFIG_LIBS ---------------------> '-L/usr/local/lib -lxml++-2.6 -lxml2 -l= glibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv -pthread -L/usr/loca= l/lib -lsigc-2.0 -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/lo= cal/lib' $LIBXMLPP_LIBS -------------------> '-L/usr/local/lib -lxml++-2.6 -lxml2 -l= glibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv ' $ETL_LIBS ------------------------> '-pthread ' $LIBSIGC_LIBS --------------------> '-L/usr/local/lib -lsigc-2.0 ' $SYNFIG_CFLAGS -------------------> '-I/usr/local/include/libxml++-2.6 -I/u= sr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/l= ocal/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/in= clude -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -= I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local= /include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/includ= e -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"${datarootdir}/locale\"' $LIBADD_DL -----------------------> '' =3D=3D=3D> Building for synfig-0.61.08_1 make all-recursive Making all in libltdl make all-am /bin/sh ./libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. = -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c -o ltdl.lo ltdl.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing= -c ltdl.c -fPIC -DPIC -o .libs/ltdl.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -fno-strict-aliasing= -c ltdl.c -o ltdl.o >/dev/null 2>&1 /bin/sh ./libtool --tag=3DCC --mode=3Dlink cc -O2 -pipe -fno-strict-ali= asing -L/usr/local/lib -o libltdlc.la ltdl.lo =20 ar cru .libs/libltdlc.a .libs/ltdl.o ranlib .libs/libltdlc.a creating libltdlc.la (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) Making all in src Making all in synfig /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-blinepoint.lo -MD -MP -MF .deps/libsynfig_la-blinepoint.Tpo -c = -o libsynfig_la-blinepoint.lo `test -f 'blinepoint.cpp' || echo './'`blinep= oint.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-blinepoint.lo -MD -MP -MF .deps/libsynfig_la-b= linepoint.Tpo -c blinepoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-blinepoi= nt.o mv -f .deps/libsynfig_la-blinepoint.Tpo .deps/libsynfig_la-blinepoint.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-gradient.lo -MD -MP -MF .deps/libsynfig_la-gradient.Tpo -c -o l= ibsynfig_la-gradient.lo `test -f 'gradient.cpp' || echo './'`gradient.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-gradient.lo -MD -MP -MF .deps/libsynfig_la-gra= dient.Tpo -c gradient.cpp -fPIC -DPIC -o .libs/libsynfig_la-gradient.o mv -f .deps/libsynfig_la-gradient.Tpo .deps/libsynfig_la-gradient.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.Tpo -c -o libsynf= ig_la-value.lo `test -f 'value.cpp' || echo './'`value.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.= Tpo -c value.cpp -fPIC -DPIC -o .libs/libsynfig_la-value.o mv -f .deps/libsynfig_la-value.Tpo .deps/libsynfig_la-value.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la-layer_bitmap.Tpo= -c -o libsynfig_la-layer_bitmap.lo `test -f 'layer_bitmap.cpp' || echo './= '`layer_bitmap.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la= -layer_bitmap.Tpo -c layer_bitmap.cpp -fPIC -DPIC -o .libs/libsynfig_la-la= yer_bitmap.o mv -f .deps/libsynfig_la-layer_bitmap.Tpo .deps/libsynfig_la-layer_bitmap.P= lo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_composite.lo -MD -MP -MF .deps/libsynfig_la-layer_composi= te.Tpo -c -o libsynfig_la-layer_composite.lo `test -f 'layer_composite.cpp'= || echo './'`layer_composite.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_composite.lo -MD -MP -MF .deps/libsynfig= _la-layer_composite.Tpo -c layer_composite.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-layer_composite.o mv -f .deps/libsynfig_la-layer_composite.Tpo .deps/libsynfig_la-layer_compo= site.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_duplicate.lo -MD -MP -MF .deps/libsynfig_la-layer_duplica= te.Tpo -c -o libsynfig_la-layer_duplicate.lo `test -f 'layer_duplicate.cpp'= || echo './'`layer_duplicate.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_duplicate.lo -MD -MP -MF .deps/libsynfig= _la-layer_duplicate.Tpo -c layer_duplicate.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-layer_duplicate.o mv -f .deps/libsynfig_la-layer_duplicate.Tpo .deps/libsynfig_la-layer_dupli= cate.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_mime.lo -MD -MP -MF .deps/libsynfig_la-layer_mime.Tpo -c = -o libsynfig_la-layer_mime.lo `test -f 'layer_mime.cpp' || echo './'`layer_= mime.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_mime.lo -MD -MP -MF .deps/libsynfig_la-l= ayer_mime.Tpo -c layer_mime.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_mi= me.o mv -f .deps/libsynfig_la-layer_mime.Tpo .deps/libsynfig_la-layer_mime.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_motionblur.lo -MD -MP -MF .deps/libsynfig_la-layer_motion= blur.Tpo -c -o libsynfig_la-layer_motionblur.lo `test -f 'layer_motionblur.= cpp' || echo './'`layer_motionblur.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_motionblur.lo -MD -MP -MF .deps/libsynfi= g_la-layer_motionblur.Tpo -c layer_motionblur.cpp -fPIC -DPIC -o .libs/lib= synfig_la-layer_motionblur.o mv -f .deps/libsynfig_la-layer_motionblur.Tpo .deps/libsynfig_la-layer_moti= onblur.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_pastecanvas.lo -MD -MP -MF .deps/libsynfig_la-layer_paste= canvas.Tpo -c -o libsynfig_la-layer_pastecanvas.lo `test -f 'layer_pastecan= vas.cpp' || echo './'`layer_pastecanvas.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_pastecanvas.lo -MD -MP -MF .deps/libsynf= ig_la-layer_pastecanvas.Tpo -c layer_pastecanvas.cpp -fPIC -DPIC -o .libs/= libsynfig_la-layer_pastecanvas.o mv -f .deps/libsynfig_la-layer_pastecanvas.Tpo .deps/libsynfig_la-layer_pas= tecanvas.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_polygon.lo -MD -MP -MF .deps/libsynfig_la-layer_polygon.T= po -c -o libsynfig_la-layer_polygon.lo `test -f 'layer_polygon.cpp' || echo= './'`layer_polygon.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_polygon.lo -MD -MP -MF .deps/libsynfig_l= a-layer_polygon.Tpo -c layer_polygon.cpp -fPIC -DPIC -o .libs/libsynfig_la= -layer_polygon.o mv -f .deps/libsynfig_la-layer_polygon.Tpo .deps/libsynfig_la-layer_polygon= =2EPlo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_shape.lo -MD -MP -MF .deps/libsynfig_la-layer_shape.Tpo -= c -o libsynfig_la-layer_shape.lo `test -f 'layer_shape.cpp' || echo './'`la= yer_shape.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_shape.lo -MD -MP -MF .deps/libsynfig_la-= layer_shape.Tpo -c layer_shape.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer= _shape.o mv -f .deps/libsynfig_la-layer_shape.Tpo .deps/libsynfig_la-layer_shape.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer_solidcolor.lo -MD -MP -MF .deps/libsynfig_la-layer_solidc= olor.Tpo -c -o libsynfig_la-layer_solidcolor.lo `test -f 'layer_solidcolor.= cpp' || echo './'`layer_solidcolor.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer_solidcolor.lo -MD -MP -MF .deps/libsynfi= g_la-layer_solidcolor.Tpo -c layer_solidcolor.cpp -fPIC -DPIC -o .libs/lib= synfig_la-layer_solidcolor.o mv -f .deps/libsynfig_la-layer_solidcolor.Tpo .deps/libsynfig_la-layer_soli= dcolor.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-target_multi.lo -MD -MP -MF .deps/libsynfig_la-target_multi.Tpo= -c -o libsynfig_la-target_multi.lo `test -f 'target_multi.cpp' || echo './= '`target_multi.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-target_multi.lo -MD -MP -MF .deps/libsynfig_la= -target_multi.Tpo -c target_multi.cpp -fPIC -DPIC -o .libs/libsynfig_la-ta= rget_multi.o mv -f .deps/libsynfig_la-target_multi.Tpo .deps/libsynfig_la-target_multi.P= lo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-target_null.lo -MD -MP -MF .deps/libsynfig_la-target_null.Tpo -= c -o libsynfig_la-target_null.lo `test -f 'target_null.cpp' || echo './'`ta= rget_null.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-target_null.lo -MD -MP -MF .deps/libsynfig_la-= target_null.Tpo -c target_null.cpp -fPIC -DPIC -o .libs/libsynfig_la-targe= t_null.o mv -f .deps/libsynfig_la-target_null.Tpo .deps/libsynfig_la-target_null.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-target_null_tile.lo -MD -MP -MF .deps/libsynfig_la-target_null_= tile.Tpo -c -o libsynfig_la-target_null_tile.lo `test -f 'target_null_tile.= cpp' || echo './'`target_null_tile.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-target_null_tile.lo -MD -MP -MF .deps/libsynfi= g_la-target_null_tile.Tpo -c target_null_tile.cpp -fPIC -DPIC -o .libs/lib= synfig_la-target_null_tile.o mv -f .deps/libsynfig_la-target_null_tile.Tpo .deps/libsynfig_la-target_nul= l_tile.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-target_scanline.lo -MD -MP -MF .deps/libsynfig_la-target_scanli= ne.Tpo -c -o libsynfig_la-target_scanline.lo `test -f 'target_scanline.cpp'= || echo './'`target_scanline.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-target_scanline.lo -MD -MP -MF .deps/libsynfig= _la-target_scanline.Tpo -c target_scanline.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-target_scanline.o mv -f .deps/libsynfig_la-target_scanline.Tpo .deps/libsynfig_la-target_scan= line.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-target_tile.lo -MD -MP -MF .deps/libsynfig_la-target_tile.Tpo -= c -o libsynfig_la-target_tile.lo `test -f 'target_tile.cpp' || echo './'`ta= rget_tile.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-target_tile.lo -MD -MP -MF .deps/libsynfig_la-= target_tile.Tpo -c target_tile.cpp -fPIC -DPIC -o .libs/libsynfig_la-targe= t_tile.o mv -f .deps/libsynfig_la-target_tile.Tpo .deps/libsynfig_la-target_tile.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_add.lo -MD -MP -MF .deps/libsynfig_la-valuenode_add.T= po -c -o libsynfig_la-valuenode_add.lo `test -f 'valuenode_add.cpp' || echo= './'`valuenode_add.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_add.lo -MD -MP -MF .deps/libsynfig_l= a-valuenode_add.Tpo -c valuenode_add.cpp -fPIC -DPIC -o .libs/libsynfig_la= -valuenode_add.o mv -f .deps/libsynfig_la-valuenode_add.Tpo .deps/libsynfig_la-valuenode_add= =2EPlo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_animated.lo -MD -MP -MF .deps/libsynfig_la-valuenode_= animated.Tpo -c -o libsynfig_la-valuenode_animated.lo `test -f 'valuenode_a= nimated.cpp' || echo './'`valuenode_animated.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_animated.lo -MD -MP -MF .deps/libsyn= fig_la-valuenode_animated.Tpo -c valuenode_animated.cpp -fPIC -DPIC -o .li= bs/libsynfig_la-valuenode_animated.o mv -f .deps/libsynfig_la-valuenode_animated.Tpo .deps/libsynfig_la-valuenod= e_animated.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_atan2.lo -MD -MP -MF .deps/libsynfig_la-valuenode_ata= n2.Tpo -c -o libsynfig_la-valuenode_atan2.lo `test -f 'valuenode_atan2.cpp'= || echo './'`valuenode_atan2.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_atan2.lo -MD -MP -MF .deps/libsynfig= _la-valuenode_atan2.Tpo -c valuenode_atan2.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-valuenode_atan2.o mv -f .deps/libsynfig_la-valuenode_atan2.Tpo .deps/libsynfig_la-valuenode_a= tan2.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_bline.lo -MD -MP -MF .deps/libsynfig_la-valuenode_bli= ne.Tpo -c -o libsynfig_la-valuenode_bline.lo `test -f 'valuenode_bline.cpp'= || echo './'`valuenode_bline.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_bline.lo -MD -MP -MF .deps/libsynfig= _la-valuenode_bline.Tpo -c valuenode_bline.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-valuenode_bline.o mv -f .deps/libsynfig_la-valuenode_bline.Tpo .deps/libsynfig_la-valuenode_b= line.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_blinecalctangent.lo -MD -MP -MF .deps/libsynfig_la-va= luenode_blinecalctangent.Tpo -c -o libsynfig_la-valuenode_blinecalctangent.= lo `test -f 'valuenode_blinecalctangent.cpp' || echo './'`valuenode_blineca= lctangent.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_blinecalctangent.lo -MD -MP -MF .dep= s/libsynfig_la-valuenode_blinecalctangent.Tpo -c valuenode_blinecalctangent= =2Ecpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinecalctangent.o mv -f .deps/libsynfig_la-valuenode_blinecalctangent.Tpo .deps/libsynfig_la-= valuenode_blinecalctangent.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_blinecalcvertex.lo -MD -MP -MF .deps/libsynfig_la-val= uenode_blinecalcvertex.Tpo -c -o libsynfig_la-valuenode_blinecalcvertex.lo = `test -f 'valuenode_blinecalcvertex.cpp' || echo './'`valuenode_blinecalcve= rtex.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_blinecalcvertex.lo -MD -MP -MF .deps= /libsynfig_la-valuenode_blinecalcvertex.Tpo -c valuenode_blinecalcvertex.cp= p -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinecalcvertex.o mv -f .deps/libsynfig_la-valuenode_blinecalcvertex.Tpo .deps/libsynfig_la-v= aluenode_blinecalcvertex.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_blinecalcwidth.lo -MD -MP -MF .deps/libsynfig_la-valu= enode_blinecalcwidth.Tpo -c -o libsynfig_la-valuenode_blinecalcwidth.lo `te= st -f 'valuenode_blinecalcwidth.cpp' || echo './'`valuenode_blinecalcwidth.= cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_blinecalcwidth.lo -MD -MP -MF .deps/= libsynfig_la-valuenode_blinecalcwidth.Tpo -c valuenode_blinecalcwidth.cpp = -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinecalcwidth.o mv -f .deps/libsynfig_la-valuenode_blinecalcwidth.Tpo .deps/libsynfig_la-va= luenode_blinecalcwidth.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_blinereversetangent.lo -MD -MP -MF .deps/libsynfig_la= -valuenode_blinereversetangent.Tpo -c -o libsynfig_la-valuenode_blinerevers= etangent.lo `test -f 'valuenode_blinereversetangent.cpp' || echo './'`value= node_blinereversetangent. cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_blinereversetangent.lo -MD -MP -MF .= deps/libsynfig_la-valuenode_blinereversetangent.Tpo -c valuenode_blinerever= setangent.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode_blinereversetang= ent.o mv -f .deps/libsynfig_la-valuenode_blinereversetangent.Tpo .deps/libsynfig_= la-valuenode_blinereversetangent.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_composite.lo -MD -MP -MF .deps/libsynfig_la-valuenode= _composite.Tpo -c -o libsynfig_la-valuenode_composite.lo `test -f 'valuenod= e_composite.cpp' || echo './'`valuenode_composite.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_composite.lo -MD -MP -MF .deps/libsy= nfig_la-valuenode_composite.Tpo -c valuenode_composite.cpp -fPIC -DPIC -o = =2Elibs/libsynfig_la-valuenode_composite.o mv -f .deps/libsynfig_la-valuenode_composite.Tpo .deps/libsynfig_la-valueno= de_composite.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_const.lo -MD -MP -MF .deps/libsynfig_la-valuenode_con= st.Tpo -c -o libsynfig_la-valuenode_const.lo `test -f 'valuenode_const.cpp'= || echo './'`valuenode_const.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_const.lo -MD -MP -MF .deps/libsynfig= _la-valuenode_const.Tpo -c valuenode_const.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-valuenode_const.o mv -f .deps/libsynfig_la-valuenode_const.Tpo .deps/libsynfig_la-valuenode_c= onst.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_cos.lo -MD -MP -MF .deps/libsynfig_la-valuenode_cos.T= po -c -o libsynfig_la-valuenode_cos.lo `test -f 'valuenode_cos.cpp' || echo= './'`valuenode_cos.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_cos.lo -MD -MP -MF .deps/libsynfig_l= a-valuenode_cos.Tpo -c valuenode_cos.cpp -fPIC -DPIC -o .libs/libsynfig_la= -valuenode_cos.o mv -f .deps/libsynfig_la-valuenode_cos.Tpo .deps/libsynfig_la-valuenode_cos= =2EPlo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_duplicate.lo -MD -MP -MF .deps/libsynfig_la-valuenode= _duplicate.Tpo -c -o libsynfig_la-valuenode_duplicate.lo `test -f 'valuenod= e_duplicate.cpp' || echo './'`valuenode_duplicate.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_duplicate.lo -MD -MP -MF .deps/libsy= nfig_la-valuenode_duplicate.Tpo -c valuenode_duplicate.cpp -fPIC -DPIC -o = =2Elibs/libsynfig_la-valuenode_duplicate.o mv -f .deps/libsynfig_la-valuenode_duplicate.Tpo .deps/libsynfig_la-valueno= de_duplicate.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_dynamiclist.lo -MD -MP -MF .deps/libsynfig_la-valueno= de_dynamiclist.Tpo -c -o libsynfig_la-valuenode_dynamiclist.lo `test -f 'va= luenode_dynamiclist.cpp' || echo './'`valuenode_dynamiclist.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_dynamiclist.lo -MD -MP -MF .deps/lib= synfig_la-valuenode_dynamiclist.Tpo -c valuenode_dynamiclist.cpp -fPIC -DP= IC -o .libs/libsynfig_la-valuenode_dynamiclist.o mv -f .deps/libsynfig_la-valuenode_dynamiclist.Tpo .deps/libsynfig_la-value= node_dynamiclist.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_exp.lo -MD -MP -MF .deps/libsynfig_la-valuenode_exp.T= po -c -o libsynfig_la-valuenode_exp.lo `test -f 'valuenode_exp.cpp' || echo= './'`valuenode_exp.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_exp.lo -MD -MP -MF .deps/libsynfig_l= a-valuenode_exp.Tpo -c valuenode_exp.cpp -fPIC -DPIC -o .libs/libsynfig_la= -valuenode_exp.o mv -f .deps/libsynfig_la-valuenode_exp.Tpo .deps/libsynfig_la-valuenode_exp= =2EPlo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_gradientrotate.lo -MD -MP -MF .deps/libsynfig_la-valu= enode_gradientrotate.Tpo -c -o libsynfig_la-valuenode_gradientrotate.lo `te= st -f 'valuenode_gradientrotate.cpp' || echo './'`valuenode_gradientrotate.= cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_gradientrotate.lo -MD -MP -MF .deps/= libsynfig_la-valuenode_gradientrotate.Tpo -c valuenode_gradientrotate.cpp = -fPIC -DPIC -o .libs/libsynfig_la-valuenode_gradientrotate.o mv -f .deps/libsynfig_la-valuenode_gradientrotate.Tpo .deps/libsynfig_la-va= luenode_gradientrotate.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_integer.lo -MD -MP -MF .deps/libsynfig_la-valuenode_i= nteger.Tpo -c -o libsynfig_la-valuenode_integer.lo `test -f 'valuenode_inte= ger.cpp' || echo './'`valuenode_integer.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_integer.lo -MD -MP -MF .deps/libsynf= ig_la-valuenode_integer.Tpo -c valuenode_integer.cpp -fPIC -DPIC -o .libs/= libsynfig_la-valuenode_integer.o mv -f .deps/libsynfig_la-valuenode_integer.Tpo .deps/libsynfig_la-valuenode= _integer.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_linear.lo -MD -MP -MF .deps/libsynfig_la-valuenode_li= near.Tpo -c -o libsynfig_la-valuenode_linear.lo `test -f 'valuenode_linear.= cpp' || echo './'`valuenode_linear.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_linear.lo -MD -MP -MF .deps/libsynfi= g_la-valuenode_linear.Tpo -c valuenode_linear.cpp -fPIC -DPIC -o .libs/lib= synfig_la-valuenode_linear.o mv -f .deps/libsynfig_la-valuenode_linear.Tpo .deps/libsynfig_la-valuenode_= linear.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_radialcomposite.lo -MD -MP -MF .deps/libsynfig_la-val= uenode_radialcomposite.Tpo -c -o libsynfig_la-valuenode_radialcomposite.lo = `test -f 'valuenode_radialcomposite.cpp' || echo './'`valuenode_radialcompo= site.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_radialcomposite.lo -MD -MP -MF .deps= /libsynfig_la-valuenode_radialcomposite.Tpo -c valuenode_radialcomposite.cp= p -fPIC -DPIC -o .libs/libsynfig_la-valuenode_radialcomposite.o mv -f .deps/libsynfig_la-valuenode_radialcomposite.Tpo .deps/libsynfig_la-v= aluenode_radialcomposite.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_range.lo -MD -MP -MF .deps/libsynfig_la-valuenode_ran= ge.Tpo -c -o libsynfig_la-valuenode_range.lo `test -f 'valuenode_range.cpp'= || echo './'`valuenode_range.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_range.lo -MD -MP -MF .deps/libsynfig= _la-valuenode_range.Tpo -c valuenode_range.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-valuenode_range.o mv -f .deps/libsynfig_la-valuenode_range.Tpo .deps/libsynfig_la-valuenode_r= ange.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_reciprocal.lo -MD -MP -MF .deps/libsynfig_la-valuenod= e_reciprocal.Tpo -c -o libsynfig_la-valuenode_reciprocal.lo `test -f 'value= node_reciprocal.cpp' || echo './'`valuenode_reciprocal.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_reciprocal.lo -MD -MP -MF .deps/libs= ynfig_la-valuenode_reciprocal.Tpo -c valuenode_reciprocal.cpp -fPIC -DPIC = -o .libs/libsynfig_la-valuenode_reciprocal.o mv -f .deps/libsynfig_la-valuenode_reciprocal.Tpo .deps/libsynfig_la-valuen= ode_reciprocal.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_reference.lo -MD -MP -MF .deps/libsynfig_la-valuenode= _reference.Tpo -c -o libsynfig_la-valuenode_reference.lo `test -f 'valuenod= e_reference.cpp' || echo './'`valuenode_reference.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_reference.lo -MD -MP -MF .deps/libsy= nfig_la-valuenode_reference.Tpo -c valuenode_reference.cpp -fPIC -DPIC -o = =2Elibs/libsynfig_la-valuenode_reference.o mv -f .deps/libsynfig_la-valuenode_reference.Tpo .deps/libsynfig_la-valueno= de_reference.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_repeat_gradient.lo -MD -MP -MF .deps/libsynfig_la-val= uenode_repeat_gradient.Tpo -c -o libsynfig_la-valuenode_repeat_gradient.lo = `test -f 'valuenode_repeat_gradient.cpp' || echo './'`valuenode_repeat_grad= ient.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_repeat_gradient.lo -MD -MP -MF .deps= /libsynfig_la-valuenode_repeat_gradient.Tpo -c valuenode_repeat_gradient.cp= p -fPIC -DPIC -o .libs/libsynfig_la-valuenode_repeat_gradient.o mv -f .deps/libsynfig_la-valuenode_repeat_gradient.Tpo .deps/libsynfig_la-v= aluenode_repeat_gradient.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_scale.lo -MD -MP -MF .deps/libsynfig_la-valuenode_sca= le.Tpo -c -o libsynfig_la-valuenode_scale.lo `test -f 'valuenode_scale.cpp'= || echo './'`valuenode_scale.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_scale.lo -MD -MP -MF .deps/libsynfig= _la-valuenode_scale.Tpo -c valuenode_scale.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-valuenode_scale.o mv -f .deps/libsynfig_la-valuenode_scale.Tpo .deps/libsynfig_la-valuenode_s= cale.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_segcalctangent.lo -MD -MP -MF .deps/libsynfig_la-valu= enode_segcalctangent.Tpo -c -o libsynfig_la-valuenode_segcalctangent.lo `te= st -f 'valuenode_segcalctangent.cpp' || echo './'`valuenode_segcalctangent.= cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_segcalctangent.lo -MD -MP -MF .deps/= libsynfig_la-valuenode_segcalctangent.Tpo -c valuenode_segcalctangent.cpp = -fPIC -DPIC -o .libs/libsynfig_la-valuenode_segcalctangent.o mv -f .deps/libsynfig_la-valuenode_segcalctangent.Tpo .deps/libsynfig_la-va= luenode_segcalctangent.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_segcalcvertex.lo -MD -MP -MF .deps/libsynfig_la-value= node_segcalcvertex.Tpo -c -o libsynfig_la-valuenode_segcalcvertex.lo `test = -f 'valuenode_segcalcvertex.cpp' || echo './'`valuenode_segcalcvertex.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_segcalcvertex.lo -MD -MP -MF .deps/l= ibsynfig_la-valuenode_segcalcvertex.Tpo -c valuenode_segcalcvertex.cpp -fP= IC -DPIC -o .libs/libsynfig_la-valuenode_segcalcvertex.o mv -f .deps/libsynfig_la-valuenode_segcalcvertex.Tpo .deps/libsynfig_la-val= uenode_segcalcvertex.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_sine.lo -MD -MP -MF .deps/libsynfig_la-valuenode_sine= =2ETpo -c -o libsynfig_la-valuenode_sine.lo `test -f 'valuenode_sine.cpp' |= | echo './'`valuenode_sine.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_sine.lo -MD -MP -MF .deps/libsynfig_= la-valuenode_sine.Tpo -c valuenode_sine.cpp -fPIC -DPIC -o .libs/libsynfig= _la-valuenode_sine.o mv -f .deps/libsynfig_la-valuenode_sine.Tpo .deps/libsynfig_la-valuenode_si= ne.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_step.lo -MD -MP -MF .deps/libsynfig_la-valuenode_step= =2ETpo -c -o libsynfig_la-valuenode_step.lo `test -f 'valuenode_step.cpp' |= | echo './'`valuenode_step.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_step.lo -MD -MP -MF .deps/libsynfig_= la-valuenode_step.Tpo -c valuenode_step.cpp -fPIC -DPIC -o .libs/libsynfig= _la-valuenode_step.o mv -f .deps/libsynfig_la-valuenode_step.Tpo .deps/libsynfig_la-valuenode_st= ep.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_stripes.lo -MD -MP -MF .deps/libsynfig_la-valuenode_s= tripes.Tpo -c -o libsynfig_la-valuenode_stripes.lo `test -f 'valuenode_stri= pes.cpp' || echo './'`valuenode_stripes.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_stripes.lo -MD -MP -MF .deps/libsynf= ig_la-valuenode_stripes.Tpo -c valuenode_stripes.cpp -fPIC -DPIC -o .libs/= libsynfig_la-valuenode_stripes.o mv -f .deps/libsynfig_la-valuenode_stripes.Tpo .deps/libsynfig_la-valuenode= _stripes.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_subtract.lo -MD -MP -MF .deps/libsynfig_la-valuenode_= subtract.Tpo -c -o libsynfig_la-valuenode_subtract.lo `test -f 'valuenode_s= ubtract.cpp' || echo './'`valuenode_subtract.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_subtract.lo -MD -MP -MF .deps/libsyn= fig_la-valuenode_subtract.Tpo -c valuenode_subtract.cpp -fPIC -DPIC -o .li= bs/libsynfig_la-valuenode_subtract.o mv -f .deps/libsynfig_la-valuenode_subtract.Tpo .deps/libsynfig_la-valuenod= e_subtract.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_switch.lo -MD -MP -MF .deps/libsynfig_la-valuenode_sw= itch.Tpo -c -o libsynfig_la-valuenode_switch.lo `test -f 'valuenode_switch.= cpp' || echo './'`valuenode_switch.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_switch.lo -MD -MP -MF .deps/libsynfi= g_la-valuenode_switch.Tpo -c valuenode_switch.cpp -fPIC -DPIC -o .libs/lib= synfig_la-valuenode_switch.o mv -f .deps/libsynfig_la-valuenode_switch.Tpo .deps/libsynfig_la-valuenode_= switch.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_timedswap.lo -MD -MP -MF .deps/libsynfig_la-valuenode= _timedswap.Tpo -c -o libsynfig_la-valuenode_timedswap.lo `test -f 'valuenod= e_timedswap.cpp' || echo './'`valuenode_timedswap.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_timedswap.lo -MD -MP -MF .deps/libsy= nfig_la-valuenode_timedswap.Tpo -c valuenode_timedswap.cpp -fPIC -DPIC -o = =2Elibs/libsynfig_la-valuenode_timedswap.o mv -f .deps/libsynfig_la-valuenode_timedswap.Tpo .deps/libsynfig_la-valueno= de_timedswap.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_timeloop.lo -MD -MP -MF .deps/libsynfig_la-valuenode_= timeloop.Tpo -c -o libsynfig_la-valuenode_timeloop.lo `test -f 'valuenode_t= imeloop.cpp' || echo './'`valuenode_timeloop.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_timeloop.lo -MD -MP -MF .deps/libsyn= fig_la-valuenode_timeloop.Tpo -c valuenode_timeloop.cpp -fPIC -DPIC -o .li= bs/libsynfig_la-valuenode_timeloop.o mv -f .deps/libsynfig_la-valuenode_timeloop.Tpo .deps/libsynfig_la-valuenod= e_timeloop.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode_twotone.lo -MD -MP -MF .deps/libsynfig_la-valuenode_t= wotone.Tpo -c -o libsynfig_la-valuenode_twotone.lo `test -f 'valuenode_twot= one.cpp' || echo './'`valuenode_twotone.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode_twotone.lo -MD -MP -MF .deps/libsynf= ig_la-valuenode_twotone.Tpo -c valuenode_twotone.cpp -fPIC -DPIC -o .libs/= libsynfig_la-valuenode_twotone.o mv -f .deps/libsynfig_la-valuenode_twotone.Tpo .deps/libsynfig_la-valuenode= _twotone.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-activepoint.lo -MD -MP -MF .deps/libsynfig_la-activepoint.Tpo -= c -o libsynfig_la-activepoint.lo `test -f 'activepoint.cpp' || echo './'`ac= tivepoint.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-activepoint.lo -MD -MP -MF .deps/libsynfig_la-= activepoint.Tpo -c activepoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-activ= epoint.o mv -f .deps/libsynfig_la-activepoint.Tpo .deps/libsynfig_la-activepoint.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-blur.lo -MD -MP -MF .deps/libsynfig_la-blur.Tpo -c -o libsynfig= _la-blur.lo `test -f 'blur.cpp' || echo './'`blur.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-blur.lo -MD -MP -MF .deps/libsynfig_la-blur.Tp= o -c blur.cpp -fPIC -DPIC -o .libs/libsynfig_la-blur.o mv -f .deps/libsynfig_la-blur.Tpo .deps/libsynfig_la-blur.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-canvas.lo -MD -MP -MF .deps/libsynfig_la-canvas.Tpo -c -o libsy= nfig_la-canvas.lo `test -f 'canvas.cpp' || echo './'`canvas.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-canvas.lo -MD -MP -MF .deps/libsynfig_la-canva= s.Tpo -c canvas.cpp -fPIC -DPIC -o .libs/libsynfig_la-canvas.o mv -f .deps/libsynfig_la-canvas.Tpo .deps/libsynfig_la-canvas.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-color.lo -MD -MP -MF .deps/libsynfig_la-color.Tpo -c -o libsynf= ig_la-color.lo `test -f 'color.cpp' || echo './'`color.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-color.lo -MD -MP -MF .deps/libsynfig_la-color.= Tpo -c color.cpp -fPIC -DPIC -o .libs/libsynfig_la-color.o mv -f .deps/libsynfig_la-color.Tpo .deps/libsynfig_la-color.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-context.lo -MD -MP -MF .deps/libsynfig_la-context.Tpo -c -o lib= synfig_la-context.lo `test -f 'context.cpp' || echo './'`context.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-context.lo -MD -MP -MF .deps/libsynfig_la-cont= ext.Tpo -c context.cpp -fPIC -DPIC -o .libs/libsynfig_la-context.o mv -f .deps/libsynfig_la-context.Tpo .deps/libsynfig_la-context.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-curve_helper.lo -MD -MP -MF .deps/libsynfig_la-curve_helper.Tpo= -c -o libsynfig_la-curve_helper.lo `test -f 'curve_helper.cpp' || echo './= '`curve_helper.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-curve_helper.lo -MD -MP -MF .deps/libsynfig_la= -curve_helper.Tpo -c curve_helper.cpp -fPIC -DPIC -o .libs/libsynfig_la-cu= rve_helper.o mv -f .deps/libsynfig_la-curve_helper.Tpo .deps/libsynfig_la-curve_helper.P= lo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-curveset.lo -MD -MP -MF .deps/libsynfig_la-curveset.Tpo -c -o l= ibsynfig_la-curveset.lo `test -f 'curveset.cpp' || echo './'`curveset.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-curveset.lo -MD -MP -MF .deps/libsynfig_la-cur= veset.Tpo -c curveset.cpp -fPIC -DPIC -o .libs/libsynfig_la-curveset.o mv -f .deps/libsynfig_la-curveset.Tpo .deps/libsynfig_la-curveset.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-distance.lo -MD -MP -MF .deps/libsynfig_la-distance.Tpo -c -o l= ibsynfig_la-distance.lo `test -f 'distance.cpp' || echo './'`distance.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-distance.lo -MD -MP -MF .deps/libsynfig_la-dis= tance.Tpo -c distance.cpp -fPIC -DPIC -o .libs/libsynfig_la-distance.o mv -f .deps/libsynfig_la-distance.Tpo .deps/libsynfig_la-distance.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-exception.lo -MD -MP -MF .deps/libsynfig_la-exception.Tpo -c -o= libsynfig_la-exception.lo `test -f 'exception.cpp' || echo './'`exception.= cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-exception.lo -MD -MP -MF .deps/libsynfig_la-ex= ception.Tpo -c exception.cpp -fPIC -DPIC -o .libs/libsynfig_la-exception.o mv -f .deps/libsynfig_la-exception.Tpo .deps/libsynfig_la-exception.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-gamma.lo -MD -MP -MF .deps/libsynfig_la-gamma.Tpo -c -o libsynf= ig_la-gamma.lo `test -f 'gamma.cpp' || echo './'`gamma.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-gamma.lo -MD -MP -MF .deps/libsynfig_la-gamma.= Tpo -c gamma.cpp -fPIC -DPIC -o .libs/libsynfig_la-gamma.o mv -f .deps/libsynfig_la-gamma.Tpo .deps/libsynfig_la-gamma.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-guid.lo -MD -MP -MF .deps/libsynfig_la-guid.Tpo -c -o libsynfig= _la-guid.lo `test -f 'guid.cpp' || echo './'`guid.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-guid.lo -MD -MP -MF .deps/libsynfig_la-guid.Tp= o -c guid.cpp -fPIC -DPIC -o .libs/libsynfig_la-guid.o mv -f .deps/libsynfig_la-guid.Tpo .deps/libsynfig_la-guid.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-importer.lo -MD -MP -MF .deps/libsynfig_la-importer.Tpo -c -o l= ibsynfig_la-importer.lo `test -f 'importer.cpp' || echo './'`importer.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-importer.lo -MD -MP -MF .deps/libsynfig_la-imp= orter.Tpo -c importer.cpp -fPIC -DPIC -o .libs/libsynfig_la-importer.o mv -f .deps/libsynfig_la-importer.Tpo .deps/libsynfig_la-importer.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-keyframe.lo -MD -MP -MF .deps/libsynfig_la-keyframe.Tpo -c -o l= ibsynfig_la-keyframe.lo `test -f 'keyframe.cpp' || echo './'`keyframe.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-keyframe.lo -MD -MP -MF .deps/libsynfig_la-key= frame.Tpo -c keyframe.cpp -fPIC -DPIC -o .libs/libsynfig_la-keyframe.o mv -f .deps/libsynfig_la-keyframe.Tpo .deps/libsynfig_la-keyframe.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-layer.lo -MD -MP -MF .deps/libsynfig_la-layer.Tpo -c -o libsynf= ig_la-layer.lo `test -f 'layer.cpp' || echo './'`layer.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-layer.lo -MD -MP -MF .deps/libsynfig_la-layer.= Tpo -c layer.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer.o mv -f .deps/libsynfig_la-layer.Tpo .deps/libsynfig_la-layer.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-loadcanvas.lo -MD -MP -MF .deps/libsynfig_la-loadcanvas.Tpo -c = -o libsynfig_la-loadcanvas.lo `test -f 'loadcanvas.cpp' || echo './'`loadca= nvas.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-loadcanvas.lo -MD -MP -MF .deps/libsynfig_la-l= oadcanvas.Tpo -c loadcanvas.cpp -fPIC -DPIC -o .libs/libsynfig_la-loadcanv= as.o mv -f .deps/libsynfig_la-loadcanvas.Tpo .deps/libsynfig_la-loadcanvas.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-main.lo -MD -MP -MF .deps/libsynfig_la-main.Tpo -c -o libsynfig= _la-main.lo `test -f 'main.cpp' || echo './'`main.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-main.lo -MD -MP -MF .deps/libsynfig_la-main.Tp= o -c main.cpp -fPIC -DPIC -o .libs/libsynfig_la-main.o mv -f .deps/libsynfig_la-main.Tpo .deps/libsynfig_la-main.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-module.lo -MD -MP -MF .deps/libsynfig_la-module.Tpo -c -o libsy= nfig_la-module.lo `test -f 'module.cpp' || echo './'`module.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-module.lo -MD -MP -MF .deps/libsynfig_la-modul= e.Tpo -c module.cpp -fPIC -DPIC -o .libs/libsynfig_la-module.o mv -f .deps/libsynfig_la-module.Tpo .deps/libsynfig_la-module.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-mutex.lo -MD -MP -MF .deps/libsynfig_la-mutex.Tpo -c -o libsynf= ig_la-mutex.lo `test -f 'mutex.cpp' || echo './'`mutex.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-mutex.lo -MD -MP -MF .deps/libsynfig_la-mutex.= Tpo -c mutex.cpp -fPIC -DPIC -o .libs/libsynfig_la-mutex.o mv -f .deps/libsynfig_la-mutex.Tpo .deps/libsynfig_la-mutex.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-node.lo -MD -MP -MF .deps/libsynfig_la-node.Tpo -c -o libsynfig= _la-node.lo `test -f 'node.cpp' || echo './'`node.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-node.lo -MD -MP -MF .deps/libsynfig_la-node.Tp= o -c node.cpp -fPIC -DPIC -o .libs/libsynfig_la-node.o mv -f .deps/libsynfig_la-node.Tpo .deps/libsynfig_la-node.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-palette.lo -MD -MP -MF .deps/libsynfig_la-palette.Tpo -c -o lib= synfig_la-palette.lo `test -f 'palette.cpp' || echo './'`palette.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-palette.lo -MD -MP -MF .deps/libsynfig_la-pale= tte.Tpo -c palette.cpp -fPIC -DPIC -o .libs/libsynfig_la-palette.o mv -f .deps/libsynfig_la-palette.Tpo .deps/libsynfig_la-palette.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-paramdesc.lo -MD -MP -MF .deps/libsynfig_la-paramdesc.Tpo -c -o= libsynfig_la-paramdesc.lo `test -f 'paramdesc.cpp' || echo './'`paramdesc.= cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-paramdesc.lo -MD -MP -MF .deps/libsynfig_la-pa= ramdesc.Tpo -c paramdesc.cpp -fPIC -DPIC -o .libs/libsynfig_la-paramdesc.o mv -f .deps/libsynfig_la-paramdesc.Tpo .deps/libsynfig_la-paramdesc.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-polynomial_root.lo -MD -MP -MF .deps/libsynfig_la-polynomial_ro= ot.Tpo -c -o libsynfig_la-polynomial_root.lo `test -f 'polynomial_root.cpp'= || echo './'`polynomial_root.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-polynomial_root.lo -MD -MP -MF .deps/libsynfig= _la-polynomial_root.Tpo -c polynomial_root.cpp -fPIC -DPIC -o .libs/libsyn= fig_la-polynomial_root.o mv -f .deps/libsynfig_la-polynomial_root.Tpo .deps/libsynfig_la-polynomial_= root.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-rect.lo -MD -MP -MF .deps/libsynfig_la-rect.Tpo -c -o libsynfig= _la-rect.lo `test -f 'rect.cpp' || echo './'`rect.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-rect.lo -MD -MP -MF .deps/libsynfig_la-rect.Tp= o -c rect.cpp -fPIC -DPIC -o .libs/libsynfig_la-rect.o mv -f .deps/libsynfig_la-rect.Tpo .deps/libsynfig_la-rect.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-renddesc.lo -MD -MP -MF .deps/libsynfig_la-renddesc.Tpo -c -o l= ibsynfig_la-renddesc.lo `test -f 'renddesc.cpp' || echo './'`renddesc.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-renddesc.lo -MD -MP -MF .deps/libsynfig_la-ren= ddesc.Tpo -c renddesc.cpp -fPIC -DPIC -o .libs/libsynfig_la-renddesc.o mv -f .deps/libsynfig_la-renddesc.Tpo .deps/libsynfig_la-renddesc.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-render.lo -MD -MP -MF .deps/libsynfig_la-render.Tpo -c -o libsy= nfig_la-render.lo `test -f 'render.cpp' || echo './'`render.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-render.lo -MD -MP -MF .deps/libsynfig_la-rende= r.Tpo -c render.cpp -fPIC -DPIC -o .libs/libsynfig_la-render.o mv -f .deps/libsynfig_la-render.Tpo .deps/libsynfig_la-render.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-savecanvas.lo -MD -MP -MF .deps/libsynfig_la-savecanvas.Tpo -c = -o libsynfig_la-savecanvas.lo `test -f 'savecanvas.cpp' || echo './'`saveca= nvas.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-savecanvas.lo -MD -MP -MF .deps/libsynfig_la-s= avecanvas.Tpo -c savecanvas.cpp -fPIC -DPIC -o .libs/libsynfig_la-savecanv= as.o mv -f .deps/libsynfig_la-savecanvas.Tpo .deps/libsynfig_la-savecanvas.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-surface.lo -MD -MP -MF .deps/libsynfig_la-surface.Tpo -c -o lib= synfig_la-surface.lo `test -f 'surface.cpp' || echo './'`surface.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-surface.lo -MD -MP -MF .deps/libsynfig_la-surf= ace.Tpo -c surface.cpp -fPIC -DPIC -o .libs/libsynfig_la-surface.o mv -f .deps/libsynfig_la-surface.Tpo .deps/libsynfig_la-surface.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-target.lo -MD -MP -MF .deps/libsynfig_la-target.Tpo -c -o libsy= nfig_la-target.lo `test -f 'target.cpp' || echo './'`target.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-target.lo -MD -MP -MF .deps/libsynfig_la-targe= t.Tpo -c target.cpp -fPIC -DPIC -o .libs/libsynfig_la-target.o mv -f .deps/libsynfig_la-target.Tpo .deps/libsynfig_la-target.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-time.lo -MD -MP -MF .deps/libsynfig_la-time.Tpo -c -o libsynfig= _la-time.lo `test -f 'time.cpp' || echo './'`time.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-time.lo -MD -MP -MF .deps/libsynfig_la-time.Tp= o -c time.cpp -fPIC -DPIC -o .libs/libsynfig_la-time.o mv -f .deps/libsynfig_la-time.Tpo .deps/libsynfig_la-time.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-timepointcollect.lo -MD -MP -MF .deps/libsynfig_la-timepointcol= lect.Tpo -c -o libsynfig_la-timepointcollect.lo `test -f 'timepointcollect.= cpp' || echo './'`timepointcollect.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-timepointcollect.lo -MD -MP -MF .deps/libsynfi= g_la-timepointcollect.Tpo -c timepointcollect.cpp -fPIC -DPIC -o .libs/lib= synfig_la-timepointcollect.o mv -f .deps/libsynfig_la-timepointcollect.Tpo .deps/libsynfig_la-timepointc= ollect.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-transform.lo -MD -MP -MF .deps/libsynfig_la-transform.Tpo -c -o= libsynfig_la-transform.lo `test -f 'transform.cpp' || echo './'`transform.= cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-transform.lo -MD -MP -MF .deps/libsynfig_la-tr= ansform.Tpo -c transform.cpp -fPIC -DPIC -o .libs/libsynfig_la-transform.o mv -f .deps/libsynfig_la-transform.Tpo .deps/libsynfig_la-transform.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-uniqueid.lo -MD -MP -MF .deps/libsynfig_la-uniqueid.Tpo -c -o l= ibsynfig_la-uniqueid.lo `test -f 'uniqueid.cpp' || echo './'`uniqueid.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-uniqueid.lo -MD -MP -MF .deps/libsynfig_la-uni= queid.Tpo -c uniqueid.cpp -fPIC -DPIC -o .libs/libsynfig_la-uniqueid.o mv -f .deps/libsynfig_la-uniqueid.Tpo .deps/libsynfig_la-uniqueid.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-valuenode.lo -MD -MP -MF .deps/libsynfig_la-valuenode.Tpo -c -o= libsynfig_la-valuenode.lo `test -f 'valuenode.cpp' || echo './'`valuenode.= cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-valuenode.lo -MD -MP -MF .deps/libsynfig_la-va= luenode.Tpo -c valuenode.cpp -fPIC -DPIC -o .libs/libsynfig_la-valuenode.o mv -f .deps/libsynfig_la-valuenode.Tpo .deps/libsynfig_la-valuenode.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-waypoint.lo -MD -MP -MF .deps/libsynfig_la-waypoint.Tpo -c -o l= ibsynfig_la-waypoint.lo `test -f 'waypoint.cpp' || echo './'`waypoint.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-waypoint.lo -MD -MP -MF .deps/libsynfig_la-way= point.Tpo -c waypoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-waypoint.o mv -f .deps/libsynfig_la-waypoint.Tpo .deps/libsynfig_la-waypoint.Plo /bin/sh ../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H -= I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/inclu= de/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/incl= ude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/loc= al/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/= sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/= include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/l= ib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sha= re/locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/et= c\"" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibsynfig_la-listimporter.lo -MD -MP -MF .deps/libsynfig_la-listimporter.Tpo= -c -o libsynfig_la-listimporter.lo `test -f 'listimporter.cpp' || echo './= '`listimporter.cpp c++ -DHAVE_CONFIG_H -I../.. -I../../src -I../../libltdl -I/usr/local/inclu= de -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/incl= ude -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/= glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-= 2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc= ++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALED= IR=3D\"/usr/local/share/locale\" -DLIBDIR=3D\"/usr/local/lib\" -DSYSCONFDIR= =3D\"/usr/local/etc\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecat= ed -W -Wall -MT libsynfig_la-listimporter.lo -MD -MP -MF .deps/libsynfig_la= -listimporter.Tpo -c listimporter.cpp -fPIC -DPIC -o .libs/libsynfig_la-li= stimporter.o mv -f .deps/libsynfig_la-listimporter.Tpo .deps/libsynfig_la-listimporter.P= lo /bin/sh ../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/include= /libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/includ= e/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local= /lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/si= gc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib= /sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share= /locale\" -DLIBDIR=3D"\"/usr/local/lib\"" -DSYSCONFDIR=3D"\"/usr/local/etc\= "" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -expor= t-dynamic -no-undefined -version-info 0:0:0 -L/usr/local/lib -o libsynfig.l= a -rpath /usr/local/lib libsynfig_la-blinepoint.lo libsynfig_la-gradient.l= o libsynfig_la-value.lo libsynfig_la-layer_bitmap.lo libsynfig_la-layer_= composite.lo libsynfig_la-layer_duplicate.lo libsynfig_la-layer_mime.lo l= ibsynfig_la-layer_motionb lur.lo libsynfig_la-layer_pastecanvas.lo libsynfig_la-layer_polygon.lo l= ibsynfig_la-layer_shape.lo libsynfig_la-layer_solidcolor.lo libsynfig_l= a-target_multi.lo libsynfig_la-target_null.lo libsynfig_la-target_null_til= e.lo libsynfig_la-target_scanline.lo libsynfig_la-target_tile.lo libsynfi= g_la-valuenode_add.lo libsynfig_la-valuenode_animated.lo libsynfig_la-val= uenode_atan2.lo libsynfig_la-valuenode_bline.lo libsynfig_la-valuenode_bl= inecalctangent.lo libsynfig_la-valuenode_blinecalcvertex.lo libsynfig_la-= valuenode_blinecalcwidth.lo libsynfig_la-valuenode_blinereversetangent.lo = libsynfig_la-valuenode_composite.lo libsynfig_la-valuenode_const.lo libsy= nfig_la-valuenode_cos.lo libsynfig_la-valuenode_duplicate.lo libsynfig_la= -valuenode_dynamiclist.lo libsynfig_la-valuenode_exp.lo libsynfig_la-valu= enode_gradientrotate.lo libsynfig_la-valuenode_integer.lo libsynfig_la-va= luenode_linear.lo libsynfig_la-valuenode_radialcomposite.lo libsynfig_la-= valuenode_range .lo libsynfig_la-valuenode_reciprocal.lo libsynfig_la-valu! enode_reference.lo libsynfig_la-valuenode_repeat_gradient.lo libsynfig_l= a-valuenode_scale.lo libsynfig_la-valuenode_segcalctangent.lo libsynfig_l= a-valuenode_segcalcvertex.lo libsynfig_la-valuenode_sine.lo libsynfig_la-v= aluenode_step.lo libsynfig_la-valuenode_stripes.lo libsynfig_la-valuenode= _subtract.lo libsynfig_la-valuenode_switch.lo libsynfig_la-valuenode_time= dswap.lo libsynfig_la-valuenode_timeloop.lo libsynfig_la-valuenode_twoton= e.lo libsynfig_la-activepoint.lo libsynfig_la-blur.lo libsynfig_la-canva= s.lo libsynfig_la-color.lo libsynfig_la-context.lo libsynfig_la-curve_help= er.lo libsynfig_la-curveset.lo libsynfig_la-distance.lo libsynfig_la-exce= ption.lo libsynfig_la-gamma.lo libsynfig_la-guid.lo libsynfig_la-importer.= lo libsynfig_la-keyframe.lo libsynfig_la-layer.lo libsynfig_la-loadcanvas= =2Elo libsynfig_la-main.lo libsynfig_la-module.lo libsynfig_la-mutex.lo l= ibsynfig_la-node.lo libsynfig_la-palette.lo libsynfig_la-paramdesc.lo libs= ynfig_la-polynomi al_root.lo libsynfig_la-rect.lo libsynfig_la-renddesc.lo libsynfig_la-re= nder.lo libsynfig_la-savecanvas.lo libsynfig_la-surface.lo libsynfig_la-ta= rget.lo libsynfig_la-time.lo libsynfig_la-timepointcollect.lo libsynfig_l= a-transform.lo libsynfig_la-uniqueid.lo libsynfig_la-valuenode.lo libsynfi= g_la-waypoint.lo libsynfig_la-listimporter.lo ../../libltdl/libltdlc.la -= L/usr/local/lib -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -l= glib-2.0 -liconv -pthread -L/usr/local/lib -lsigc-2.0 -L/usr/local/lib -lin= tl -L/usr/local/lib -liconv -R/usr/local/lib -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libsynfig= _la-blinepoint.o .libs/libsynfig_la-gradient.o .libs/libsynfig_la-value.o .= libs/libsynfig_la-layer_bitmap.o .libs/libsynfig_la-layer_composite.o .libs= /libsynfig_la-layer_duplicate.o .libs/libsynfig_la-layer_mime.o .libs/libsy= nfig_la-layer_motionblur.o .libs/libsynfig_la-layer_pastecanvas.o .libs/lib= synfig_la-layer_polygon.o .libs/libsynfig_la-layer_shape.o .libs/libsynfig_= la-layer_solidcolor.o .libs/libsynfig_la-target_multi.o .libs/libsynfig_la-= target_null.o .libs/libsynfig_la-target_null_tile.o .libs/libsynfig_la-targ= et_scanline.o .libs/libsynfig_la-target_tile.o .libs/libsynfig_la-valuenode= _add.o .libs/libsynfig_la-valuenode_animated.o .libs/libsynfig_la-valuenode= _atan2.o .libs/libsynfig_la-valuenode_bline.o .libs/libsynfig_la-valuenode_= blinecalctangent.o .libs/libsynfig_la-valuenode_blinecalcvertex.o .libs/lib= synfig_la-valuenode_blinecalcwidth.o .libs/libsynfig_la-valuenode_blinereve= rsetangent.o .l ibs/libsynfig_la-valuenode_composite.o .libs/libsynfig_la-valuenode_const.= o .libs/libsynfig_la-valuenode_cos.o .libs/libsynfig_la-valuenode_duplicate= =2Eo .libs/libsynfig_la-valuenode_dynamiclist.o .libs/libsynfig_la-valuenod= e_exp.o .libs/libsynfig_la-valuenode_gradientrotate.o .libs/libsynfig_la-va= luenode_integer.o .libs/libsynfig_la-valuenode_linear.o .libs/libsynfig_la-= valuenode_radialcomposite.o .libs/libsynfig_la-valuenode_range.o .libs/libs= ynfig_la-valuenode_reciprocal.o .libs/libsynfig_la-valuenode_reference.o .l= ibs/libsynfig_la-valuenode_repeat_gradient.o .libs/libsynfig_la-valuenode_s= cale.o .libs/libsynfig_la-valuenode_segcalctangent.o .libs/libsynfig_la-val= uenode_segcalcvertex.o .libs/libsynfig_la-valuenode_sine.o .libs/libsynfig_= la-valuenode_step.o .libs/libsynfig_la-valuenode_stripes.o .libs/libsynfig_= la-valuenode_subtract.o .libs/libsynfig_la-valuenode_switch.o .libs/libsynf= ig_la-valuenode_timedswap.o .libs/libsynfig_la-valuenode_timeloop.o .libs/l= ibsynfig_la-value node_twotone.o .libs/libsynfig_la-activepoint.o .libs/libsyn! fig_la-blur.o .libs/libsynfig_la-canvas.o .libs/libsynfig_la-color.o .libs= /libsynfig_la-context.o .libs/libsynfig_la-curve_helper.o .libs/libsynfig_l= a-curveset.o .libs/libsynfig_la-distance.o .libs/libsynfig_la-exception.o .= libs/libsynfig_la-gamma.o .libs/libsynfig_la-guid.o .libs/libsynfig_la-impo= rter.o .libs/libsynfig_la-keyframe.o .libs/libsynfig_la-layer.o .libs/libsy= nfig_la-loadcanvas.o .libs/libsynfig_la-main.o .libs/libsynfig_la-module.o = =2Elibs/libsynfig_la-mutex.o .libs/libsynfig_la-node.o .libs/libsynfig_la-p= alette.o .libs/libsynfig_la-paramdesc.o .libs/libsynfig_la-polynomial_root.= o .libs/libsynfig_la-rect.o .libs/libsynfig_la-renddesc.o .libs/libsynfig_l= a-render.o .libs/libsynfig_la-savecanvas.o .libs/libsynfig_la-surface.o .li= bs/libsynfig_la-target.o .libs/libsynfig_la-time.o .libs/libsynfig_la-timep= ointcollect.o .libs/libsynfig_la-transform.o .libs/libsynfig_la-uniqueid.o = =2Elibs/libsynfig_la-valuenode.o .libs/libsynfig_la-waypoint.o .libs/libsyn= fig_la-listimporter .o -Wl,--whole-archive ../../libltdl/.libs/libltdlc.a -Wl,--no-whole-archi= ve -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/lo= cal/lib /usr/local/lib/libxml++-2.6.so /usr/local/lib/libxml2.so /usr/local= /lib/libglibmm-2.4.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgl= ib-2.0.so /usr/local/lib/libsigc-2.0.so /usr/local/lib/libintl.so /usr/loca= l/lib/libiconv.so -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/crtendS.o /u= sr/lib/crtn.o -pthread -pthread -Wl,-soname -Wl,libsynfig.so.0 -o .libs/li= bsynfig.so.0 (cd .libs && rm -f libsynfig.so && ln -s libsynfig.so.0 libsynfig.so) (cd .libs && rm -f libsynfig.so && ln -s libsynfig.so.0 libsynfig.so) creating libsynfig.la (cd .libs && rm -f libsynfig.la && ln -s ../libsynfig.la libsynfig.la) Making all in modules Making all in mod_particle /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_particle_la-random.lo -MD -MP -MF .deps/libmod_particle_la-random.Tpo= -c -o libmod_particle_la-random.lo `test -f 'random.cpp' || echo './'`rand= om.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_particle_la-random.lo -MD -MP -MF .deps/libmod_part= icle_la-random.Tpo -c random.cpp -fPIC -DPIC -o .libs/libmod_particle_la-r= andom.o mv -f .deps/libmod_particle_la-random.Tpo .deps/libmod_particle_la-random.P= lo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_particle_la-plant.lo -MD -MP -MF .deps/libmod_particle_la-plant.Tpo -= c -o libmod_particle_la-plant.lo `test -f 'plant.cpp' || echo './'`plant.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_particle_la-plant.lo -MD -MP -MF .deps/libmod_parti= cle_la-plant.Tpo -c plant.cpp -fPIC -DPIC -o .libs/libmod_particle_la-plan= t.o mv -f .deps/libmod_particle_la-plant.Tpo .deps/libmod_particle_la-plant.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_particle_la-main.lo -MD -MP -MF .deps/libmod_particle_la-main.Tpo -c = -o libmod_particle_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_particle_la-main.lo -MD -MP -MF .deps/libmod_partic= le_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_particle_la-main.o mv -f .deps/libmod_particle_la-main.Tpo .deps/libmod_particle_la-main.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/inc= lude/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/in= clude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/l= ocal/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/li= b/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.= 0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local= /lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/s= hare/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -W= all -module -no-undefined -avoid-version -L/usr/local/lib -o libmod_partic= le.la -rpath /usr/local/lib/synfig/modules libmod_particle_la-random.lo li= bmod_particle_la-plant.lo libmod_particle_la-main.lo ../../synfig/libsynfig= =2Ela -L/usr/local/lib -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc= -2.0 -lglib-2.0 -liconv -pthread -L/usr/local/lib -lsigc-2.0 -L/usr/local/l= ib -lintl -L/usr/local/ lib -liconv -R/usr/local/lib -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libmod_pa= rticle_la-random.o .libs/libmod_particle_la-plant.o .libs/libmod_particle_l= a-main.o -Wl,--rpath -Wl,/work/a/ports/devel/synfig/work/synfig-0.61.08/sr= c/synfig/.libs -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/li= b -L/usr/local/lib ../../synfig/.libs/libsynfig.so /usr/local/lib/libxml++-= 2.6.so /usr/local/lib/libxml2.so /usr/local/lib/libglibmm-2.4.so /usr/local= /lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libsigc= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -L/usr/lib -ls= tdc++ -lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -pthread= -Wl,-soname -Wl,libmod_particle.so -o .libs/libmod_particle.so creating libmod_particle.la (cd .libs && rm -f libmod_particle.la && ln -s ../libmod_particle.la libmod= _particle.la) Making all in mod_filter /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-blur.lo -MD -MP -MF .deps/libmod_filter_la-blur.Tpo -c -o l= ibmod_filter_la-blur.lo `test -f 'blur.cpp' || echo './'`blur.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-blur.lo -MD -MP -MF .deps/libmod_filter_l= a-blur.Tpo -c blur.cpp -fPIC -DPIC -o .libs/libmod_filter_la-blur.o mv -f .deps/libmod_filter_la-blur.Tpo .deps/libmod_filter_la-blur.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-colorcorrect.lo -MD -MP -MF .deps/libmod_filter_la-colorcor= rect.Tpo -c -o libmod_filter_la-colorcorrect.lo `test -f 'colorcorrect.cpp'= || echo './'`colorcorrect.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-colorcorrect.lo -MD -MP -MF .deps/libmod_= filter_la-colorcorrect.Tpo -c colorcorrect.cpp -fPIC -DPIC -o .libs/libmod= _filter_la-colorcorrect.o mv -f .deps/libmod_filter_la-colorcorrect.Tpo .deps/libmod_filter_la-colorc= orrect.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-halftone2.lo -MD -MP -MF .deps/libmod_filter_la-halftone2.T= po -c -o libmod_filter_la-halftone2.lo `test -f 'halftone2.cpp' || echo './= '`halftone2.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-halftone2.lo -MD -MP -MF .deps/libmod_fil= ter_la-halftone2.Tpo -c halftone2.cpp -fPIC -DPIC -o .libs/libmod_filter_l= a-halftone2.o mv -f .deps/libmod_filter_la-halftone2.Tpo .deps/libmod_filter_la-halftone2= =2EPlo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-lumakey.lo -MD -MP -MF .deps/libmod_filter_la-lumakey.Tpo -= c -o libmod_filter_la-lumakey.lo `test -f 'lumakey.cpp' || echo './'`lumake= y.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-lumakey.lo -MD -MP -MF .deps/libmod_filte= r_la-lumakey.Tpo -c lumakey.cpp -fPIC -DPIC -o .libs/libmod_filter_la-luma= key.o mv -f .deps/libmod_filter_la-lumakey.Tpo .deps/libmod_filter_la-lumakey.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-radialblur.lo -MD -MP -MF .deps/libmod_filter_la-radialblur= =2ETpo -c -o libmod_filter_la-radialblur.lo `test -f 'radialblur.cpp' || ec= ho './'`radialblur.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-radialblur.lo -MD -MP -MF .deps/libmod_fi= lter_la-radialblur.Tpo -c radialblur.cpp -fPIC -DPIC -o .libs/libmod_filte= r_la-radialblur.o mv -f .deps/libmod_filter_la-radialblur.Tpo .deps/libmod_filter_la-radialbl= ur.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-main.lo -MD -MP -MF .deps/libmod_filter_la-main.Tpo -c -o l= ibmod_filter_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-main.lo -MD -MP -MF .deps/libmod_filter_l= a-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_filter_la-main.o mv -f .deps/libmod_filter_la-main.Tpo .deps/libmod_filter_la-main.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-halftone.lo -MD -MP -MF .deps/libmod_filter_la-halftone.Tpo= -c -o libmod_filter_la-halftone.lo `test -f 'halftone.cpp' || echo './'`ha= lftone.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-halftone.lo -MD -MP -MF .deps/libmod_filt= er_la-halftone.Tpo -c halftone.cpp -fPIC -DPIC -o .libs/libmod_filter_la-h= alftone.o mv -f .deps/libmod_filter_la-halftone.Tpo .deps/libmod_filter_la-halftone.P= lo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_filter_la-halftone3.lo -MD -MP -MF .deps/libmod_filter_la-halftone3.T= po -c -o libmod_filter_la-halftone3.lo `test -f 'halftone3.cpp' || echo './= '`halftone3.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_filter_la-halftone3.lo -MD -MP -MF .deps/libmod_fil= ter_la-halftone3.Tpo -c halftone3.cpp -fPIC -DPIC -o .libs/libmod_filter_l= a-halftone3.o mv -f .deps/libmod_filter_la-halftone3.Tpo .deps/libmod_filter_la-halftone3= =2EPlo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/inc= lude/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/in= clude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/l= ocal/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/li= b/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.= 0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local= /lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/s= hare/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -W= all -module -no-undefined -avoid-version -L/usr/local/lib -o libmod_filter= =2Ela -rpath /usr/local/lib/synfig/modules libmod_filter_la-blur.lo libmod= _filter_la-colorcorrect.lo libmod_filter_la-halftone2.lo libmod_filter_la-= lumakey.lo libmod_filter_la-radialblur.lo libmod_filter_la-main.lo libmod_= filter_la-halftone.lo libmod_filter_la-halftone3.lo ../../synfig/libsynfig= =2Ela -L/usr/local/lib -l xml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv = -pthread -L/usr/local/lib -lsigc-2.0 -L/usr/local/lib -lintl -L/usr/local/l= ib -liconv -R/usr/local/lib -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libmod_fi= lter_la-blur.o .libs/libmod_filter_la-colorcorrect.o .libs/libmod_filter_la= -halftone2.o .libs/libmod_filter_la-lumakey.o .libs/libmod_filter_la-radial= blur.o .libs/libmod_filter_la-main.o .libs/libmod_filter_la-halftone.o .lib= s/libmod_filter_la-halftone3.o -Wl,--rpath -Wl,/work/a/ports/devel/synfig/= work/synfig-0.61.08/src/synfig/.libs -Wl,--rpath -Wl,/usr/local/lib -Wl,--r= path -Wl,/usr/local/lib -L/usr/local/lib ../../synfig/.libs/libsynfig.so /u= sr/local/lib/libxml++-2.6.so /usr/local/lib/libxml2.so /usr/local/lib/libgl= ibmm-2.4.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so = /usr/local/lib/libsigc-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libi= conv.so -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crt= n.o -pthread -pthread -Wl,-soname -Wl,libmod_filter.so -o .libs/libmod_fil= ter.so creating libmod_filter.la (cd .libs && rm -f libmod_filter.la && ln -s ../libmod_filter.la libmod_fil= ter.la) Making all in mod_yuv420p /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_yuv420p_la-main.lo -MD -MP -MF .deps/libmod_yuv420p_la-main.Tpo -c -o= libmod_yuv420p_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_yuv420p_la-main.lo -MD -MP -MF .deps/libmod_yuv420p= _la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_yuv420p_la-main.o mv -f .deps/libmod_yuv420p_la-main.Tpo .deps/libmod_yuv420p_la-main.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_yuv420p_la-trgt_yuv.lo -MD -MP -MF .deps/libmod_yuv420p_la-trgt_yuv.T= po -c -o libmod_yuv420p_la-trgt_yuv.lo `test -f 'trgt_yuv.cpp' || echo './'= `trgt_yuv.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_yuv420p_la-trgt_yuv.lo -MD -MP -MF .deps/libmod_yuv= 420p_la-trgt_yuv.Tpo -c trgt_yuv.cpp -fPIC -DPIC -o .libs/libmod_yuv420p_l= a-trgt_yuv.o mv -f .deps/libmod_yuv420p_la-trgt_yuv.Tpo .deps/libmod_yuv420p_la-trgt_yuv= =2EPlo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/inc= lude/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/in= clude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/l= ocal/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/li= b/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.= 0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local= /lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/s= hare/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -W= all -module -no-undefined -avoid-version -L/usr/local/lib -o libmod_yuv420= p.la -rpath /usr/local/lib/synfig/modules libmod_yuv420p_la-main.lo libmod= _yuv420p_la-trgt_yuv.lo ../../synfig/libsynfig.la -L/usr/local/lib -lxml++-= 2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv -pthrea= d -L/usr/local/lib -lsigc-2.0 -L/usr/local/lib -lintl -L/usr/local/lib -lic= onv -R/usr/local/lib=20 -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libmod_yu= v420p_la-main.o .libs/libmod_yuv420p_la-trgt_yuv.o -Wl,--rpath -Wl,/work/a= /ports/devel/synfig/work/synfig-0.61.08/src/synfig/.libs -Wl,--rpath -Wl,/u= sr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib ../../synfig/.= libs/libsynfig.so /usr/local/lib/libxml++-2.6.so /usr/local/lib/libxml2.so = /usr/local/lib/libglibmm-2.4.so /usr/local/lib/libgobject-2.0.so /usr/local= /lib/libglib-2.0.so /usr/local/lib/libsigc-2.0.so /usr/local/lib/libintl.so= /usr/local/lib/libiconv.so -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/cr= tendS.o /usr/lib/crtn.o -pthread -pthread -Wl,-soname -Wl,libmod_yuv420p.s= o -o .libs/libmod_yuv420p.so creating libmod_yuv420p.la (cd .libs && rm -f libmod_yuv420p.la && ln -s ../libmod_yuv420p.la libmod_y= uv420p.la) Making all in mod_gif /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gif_la-main.lo -MD -MP -MF .deps/libmod_gif_la-main.Tpo -c -o libmod_= gif_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gif_la-main.lo -MD -MP -MF .deps/libmod_gif_la-main= =2ETpo -c main.cpp -fPIC -DPIC -o .libs/libmod_gif_la-main.o mv -f .deps/libmod_gif_la-main.Tpo .deps/libmod_gif_la-main.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gif_la-trgt_gif.lo -MD -MP -MF .deps/libmod_gif_la-trgt_gif.Tpo -c -o= libmod_gif_la-trgt_gif.lo `test -f 'trgt_gif.cpp' || echo './'`trgt_gif.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gif_la-trgt_gif.lo -MD -MP -MF .deps/libmod_gif_la-= trgt_gif.Tpo -c trgt_gif.cpp -fPIC -DPIC -o .libs/libmod_gif_la-trgt_gif.o mv -f .deps/libmod_gif_la-trgt_gif.Tpo .deps/libmod_gif_la-trgt_gif.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/incl= ude/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/inc= lude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/lo= cal/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib= /sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/= lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/sh= are/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -W= all -module -no-undefined -avoid-version -L/usr/local/lib -o libmod_gif.la = -rpath /usr/local/lib/synfig/modules libmod_gif_la-main.lo libmod_gif_la-t= rgt_gif.lo ../../synfig/libsynfig.la -L/usr/local/lib -lxml++-2.6 -lxml2 -l= glibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv -pthread -L/usr/loca= l/lib -lsigc-2.0 -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/lo= cal/lib -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libmod_gi= f_la-main.o .libs/libmod_gif_la-trgt_gif.o -Wl,--rpath -Wl,/work/a/ports/d= evel/synfig/work/synfig-0.61.08/src/synfig/.libs -Wl,--rpath -Wl,/usr/local= /lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib ../../synfig/.libs/lib= synfig.so /usr/local/lib/libxml++-2.6.so /usr/local/lib/libxml2.so /usr/loc= al/lib/libglibmm-2.4.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/lib= glib-2.0.so /usr/local/lib/libsigc-2.0.so /usr/local/lib/libintl.so /usr/lo= cal/lib/libiconv.so -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/crtendS.o = /usr/lib/crtn.o -pthread -pthread -Wl,-soname -Wl,libmod_gif.so -o .libs/l= ibmod_gif.so creating libmod_gif.la (cd .libs && rm -f libmod_gif.la && ln -s ../libmod_gif.la libmod_gif.la) Making all in mod_gradient /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gradient_la-curvegradient.lo -MD -MP -MF .deps/libmod_gradient_la-cur= vegradient.Tpo -c -o libmod_gradient_la-curvegradient.lo `test -f 'curvegra= dient.cpp' || echo './'`curvegradient.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gradient_la-curvegradient.lo -MD -MP -MF .deps/libm= od_gradient_la-curvegradient.Tpo -c curvegradient.cpp -fPIC -DPIC -o .libs= /libmod_gradient_la-curvegradient.o mv -f .deps/libmod_gradient_la-curvegradient.Tpo .deps/libmod_gradient_la-c= urvegradient.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gradient_la-lineargradient.lo -MD -MP -MF .deps/libmod_gradient_la-li= neargradient.Tpo -c -o libmod_gradient_la-lineargradient.lo `test -f 'linea= rgradient.cpp' || echo './'`lineargradient.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gradient_la-lineargradient.lo -MD -MP -MF .deps/lib= mod_gradient_la-lineargradient.Tpo -c lineargradient.cpp -fPIC -DPIC -o .l= ibs/libmod_gradient_la-lineargradient.o mv -f .deps/libmod_gradient_la-lineargradient.Tpo .deps/libmod_gradient_la-= lineargradient.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gradient_la-conicalgradient.lo -MD -MP -MF .deps/libmod_gradient_la-c= onicalgradient.Tpo -c -o libmod_gradient_la-conicalgradient.lo `test -f 'co= nicalgradient.cpp' || echo './'`conicalgradient.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gradient_la-conicalgradient.lo -MD -MP -MF .deps/li= bmod_gradient_la-conicalgradient.Tpo -c conicalgradient.cpp -fPIC -DPIC -o= .libs/libmod_gradient_la-conicalgradient.o mv -f .deps/libmod_gradient_la-conicalgradient.Tpo .deps/libmod_gradient_la= -conicalgradient.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gradient_la-spiralgradient.lo -MD -MP -MF .deps/libmod_gradient_la-sp= iralgradient.Tpo -c -o libmod_gradient_la-spiralgradient.lo `test -f 'spira= lgradient.cpp' || echo './'`spiralgradient.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gradient_la-spiralgradient.lo -MD -MP -MF .deps/lib= mod_gradient_la-spiralgradient.Tpo -c spiralgradient.cpp -fPIC -DPIC -o .l= ibs/libmod_gradient_la-spiralgradient.o mv -f .deps/libmod_gradient_la-spiralgradient.Tpo .deps/libmod_gradient_la-= spiralgradient.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gradient_la-radialgradient.lo -MD -MP -MF .deps/libmod_gradient_la-ra= dialgradient.Tpo -c -o libmod_gradient_la-radialgradient.lo `test -f 'radia= lgradient.cpp' || echo './'`radialgradient.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gradient_la-radialgradient.lo -MD -MP -MF .deps/lib= mod_gradient_la-radialgradient.Tpo -c radialgradient.cpp -fPIC -DPIC -o .l= ibs/libmod_gradient_la-radialgradient.o mv -f .deps/libmod_gradient_la-radialgradient.Tpo .deps/libmod_gradient_la-= radialgradient.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_gradient_la-main.lo -MD -MP -MF .deps/libmod_gradient_la-main.Tpo -c = -o libmod_gradient_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_gradient_la-main.lo -MD -MP -MF .deps/libmod_gradie= nt_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_gradient_la-main.o mv -f .deps/libmod_gradient_la-main.Tpo .deps/libmod_gradient_la-main.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/inc= lude/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/in= clude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/l= ocal/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/li= b/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.= 0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local= /lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/s= hare/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -W= all -module -no-undefined -avoid-version -L/usr/local/lib -o libmod_gradie= nt.la -rpath /usr/local/lib/synfig/modules libmod_gradient_la-curvegradient= =2Elo libmod_gradient_la-lineargradient.lo libmod_gradient_la-conicalgrad= ient.lo libmod_gradient_la-spiralgradient.lo libmod_gradient_la-radialgra= dient.lo libmod_gradient_la-main.lo ../../synfig/libsynfig.la -L/usr/local= /lib -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv -pthread -L/usr/= local/lib -lsigc-2.0 -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/us= r/local/lib -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libmod_gr= adient_la-curvegradient.o .libs/libmod_gradient_la-lineargradient.o .libs/l= ibmod_gradient_la-conicalgradient.o .libs/libmod_gradient_la-spiralgradient= =2Eo .libs/libmod_gradient_la-radialgradient.o .libs/libmod_gradient_la-mai= n.o -Wl,--rpath -Wl,/work/a/ports/devel/synfig/work/synfig-0.61.08/src/syn= fig/.libs -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/= usr/local/lib ../../synfig/.libs/libsynfig.so /usr/local/lib/libxml++-2.6.s= o /usr/local/lib/libxml2.so /usr/local/lib/libglibmm-2.4.so /usr/local/lib/= libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libsigc-2.0.= so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -L/usr/lib -lstdc++= -lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -pthread -Wl,= -soname -Wl,libmod_gradient.so -o .libs/libmod_gradient.so creating libmod_gradient.la (cd .libs && rm -f libmod_gradient.la && ln -s ../libmod_gradient.la libmod= _gradient.la) Making all in mod_geometry /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_geometry_la-rectangle.lo -MD -MP -MF .deps/libmod_geometry_la-rectang= le.Tpo -c -o libmod_geometry_la-rectangle.lo `test -f 'rectangle.cpp' || ec= ho './'`rectangle.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_geometry_la-rectangle.lo -MD -MP -MF .deps/libmod_g= eometry_la-rectangle.Tpo -c rectangle.cpp -fPIC -DPIC -o .libs/libmod_geom= etry_la-rectangle.o mv -f .deps/libmod_geometry_la-rectangle.Tpo .deps/libmod_geometry_la-recta= ngle.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_geometry_la-star.lo -MD -MP -MF .deps/libmod_geometry_la-star.Tpo -c = -o libmod_geometry_la-star.lo `test -f 'star.cpp' || echo './'`star.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_geometry_la-star.lo -MD -MP -MF .deps/libmod_geomet= ry_la-star.Tpo -c star.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-star.o mv -f .deps/libmod_geometry_la-star.Tpo .deps/libmod_geometry_la-star.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_geometry_la-checkerboard.lo -MD -MP -MF .deps/libmod_geometry_la-chec= kerboard.Tpo -c -o libmod_geometry_la-checkerboard.lo `test -f 'checkerboar= d.cpp' || echo './'`checkerboard.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_geometry_la-checkerboard.lo -MD -MP -MF .deps/libmo= d_geometry_la-checkerboard.Tpo -c checkerboard.cpp -fPIC -DPIC -o .libs/li= bmod_geometry_la-checkerboard.o mv -f .deps/libmod_geometry_la-checkerboard.Tpo .deps/libmod_geometry_la-ch= eckerboard.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_geometry_la-circle.lo -MD -MP -MF .deps/libmod_geometry_la-circle.Tpo= -c -o libmod_geometry_la-circle.lo `test -f 'circle.cpp' || echo './'`circ= le.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_geometry_la-circle.lo -MD -MP -MF .deps/libmod_geom= etry_la-circle.Tpo -c circle.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-c= ircle.o mv -f .deps/libmod_geometry_la-circle.Tpo .deps/libmod_geometry_la-circle.P= lo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_geometry_la-region.lo -MD -MP -MF .deps/libmod_geometry_la-region.Tpo= -c -o libmod_geometry_la-region.lo `test -f 'region.cpp' || echo './'`regi= on.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_geometry_la-region.lo -MD -MP -MF .deps/libmod_geom= etry_la-region.Tpo -c region.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-r= egion.o mv -f .deps/libmod_geometry_la-region.Tpo .deps/libmod_geometry_la-region.P= lo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_geometry_la-outline.lo -MD -MP -MF .deps/libmod_geometry_la-outline.T= po -c -o libmod_geometry_la-outline.lo `test -f 'outline.cpp' || echo './'`= outline.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_geometry_la-outline.lo -MD -MP -MF .deps/libmod_geo= metry_la-outline.Tpo -c outline.cpp -fPIC -DPIC -o .libs/libmod_geometry_l= a-outline.o mv -f .deps/libmod_geometry_la-outline.Tpo .deps/libmod_geometry_la-outline= =2EPlo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_geometry_la-main.lo -MD -MP -MF .deps/libmod_geometry_la-main.Tpo -c = -o libmod_geometry_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_geometry_la-main.lo -MD -MP -MF .deps/libmod_geomet= ry_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_geometry_la-main.o mv -f .deps/libmod_geometry_la-main.Tpo .deps/libmod_geometry_la-main.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/inc= lude/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/in= clude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/l= ocal/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/li= b/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.= 0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local= /lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/s= hare/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -W= all -module -no-undefined -avoid-version -L/usr/local/lib -o libmod_geomet= ry.la -rpath /usr/local/lib/synfig/modules libmod_geometry_la-rectangle.lo = libmod_geometry_la-star.lo libmod_geometry_la-checkerboard.lo libmod_geom= etry_la-circle.lo libmod_geometry_la-region.lo libmod_geometry_la-outline.= lo libmod_geometry_la-main.lo ../../synfig/libsynfig.la -L/usr/local/lib -l= xml++-2.6 -lxml2 -lgl ibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv -pthread -L/usr/local= /lib -lsigc-2.0 -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/loc= al/lib -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libmod_ge= ometry_la-rectangle.o .libs/libmod_geometry_la-star.o .libs/libmod_geometry= _la-checkerboard.o .libs/libmod_geometry_la-circle.o .libs/libmod_geometry_= la-region.o .libs/libmod_geometry_la-outline.o .libs/libmod_geometry_la-mai= n.o -Wl,--rpath -Wl,/work/a/ports/devel/synfig/work/synfig-0.61.08/src/syn= fig/.libs -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/= usr/local/lib ../../synfig/.libs/libsynfig.so /usr/local/lib/libxml++-2.6.s= o /usr/local/lib/libxml2.so /usr/local/lib/libglibmm-2.4.so /usr/local/lib/= libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libsigc-2.0.= so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -L/usr/lib -lstdc++= -lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -pthread -Wl,= -soname -Wl,libmod_geometry.so -o .libs/libmod_geometry.so creating libmod_geometry.la (cd .libs && rm -f libmod_geometry.la && ln -s ../libmod_geometry.la libmod= _geometry.la) Making all in mod_noise /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_noise_la-random.lo -MD -MP -MF .deps/libmod_noise_la-random.Tpo -c -o= libmod_noise_la-random.lo `test -f 'random.cpp' || echo './'`random.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_noise_la-random.lo -MD -MP -MF .deps/libmod_noise_l= a-random.Tpo -c random.cpp -fPIC -DPIC -o .libs/libmod_noise_la-random.o mv -f .deps/libmod_noise_la-random.Tpo .deps/libmod_noise_la-random.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_noise_la-distort.lo -MD -MP -MF .deps/libmod_noise_la-distort.Tpo -c = -o libmod_noise_la-distort.lo `test -f 'distort.cpp' || echo './'`distort.c= pp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_noise_la-distort.lo -MD -MP -MF .deps/libmod_noise_= la-distort.Tpo -c distort.cpp -fPIC -DPIC -o .libs/libmod_noise_la-distort= =2Eo mv -f .deps/libmod_noise_la-distort.Tpo .deps/libmod_noise_la-distort.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_noise_la-noise.lo -MD -MP -MF .deps/libmod_noise_la-noise.Tpo -c -o l= ibmod_noise_la-noise.lo `test -f 'noise.cpp' || echo './'`noise.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_noise_la-noise.lo -MD -MP -MF .deps/libmod_noise_la= -noise.Tpo -c noise.cpp -fPIC -DPIC -o .libs/libmod_noise_la-noise.o mv -f .deps/libmod_noise_la-noise.Tpo .deps/libmod_noise_la-noise.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_noise_la-valuenode_random.lo -MD -MP -MF .deps/libmod_noise_la-valuen= ode_random.Tpo -c -o libmod_noise_la-valuenode_random.lo `test -f 'valuenod= e_random.cpp' || echo './'`valuenode_random.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_noise_la-valuenode_random.lo -MD -MP -MF .deps/libm= od_noise_la-valuenode_random.Tpo -c valuenode_random.cpp -fPIC -DPIC -o .l= ibs/libmod_noise_la-valuenode_random.o mv -f .deps/libmod_noise_la-valuenode_random.Tpo .deps/libmod_noise_la-valu= enode_random.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT l= ibmod_noise_la-main.lo -MD -MP -MF .deps/libmod_noise_la-main.Tpo -c -o lib= mod_noise_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-depreca= ted -W -Wall -MT libmod_noise_la-main.lo -MD -MP -MF .deps/libmod_noise_la-= main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_noise_la-main.o mv -f .deps/libmod_noise_la-main.Tpo .deps/libmod_noise_la-main.Plo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dlink c++ -I/usr/local/inc= lude/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/in= clude/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/l= ocal/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/li= b/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.= 0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local= /lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/s= hare/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -W= all -module -no-undefined -avoid-version -L/usr/local/lib -o libmod_noise.= la -rpath /usr/local/lib/synfig/modules libmod_noise_la-random.lo libmod_n= oise_la-distort.lo libmod_noise_la-noise.lo libmod_noise_la-valuenode_rand= om.lo libmod_noise_la-main.lo ../../synfig/libsynfig.la -L/usr/local/lib -l= xml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -liconv -= pthread -L/usr/local/ lib -lsigc-2.0 -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/loc= al/lib -pthread c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/libmod_no= ise_la-random.o .libs/libmod_noise_la-distort.o .libs/libmod_noise_la-noise= =2Eo .libs/libmod_noise_la-valuenode_random.o .libs/libmod_noise_la-main.o = -Wl,--rpath -Wl,/work/a/ports/devel/synfig/work/synfig-0.61.08/src/synfig/= =2Elibs -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/us= r/local/lib ../../synfig/.libs/libsynfig.so /usr/local/lib/libxml++-2.6.so = /usr/local/lib/libxml2.so /usr/local/lib/libglibmm-2.4.so /usr/local/lib/li= bgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libsigc-2.0.so= /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -L/usr/lib -lstdc++ -= lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -pthread -pthread -Wl,-s= oname -Wl,libmod_noise.so -o .libs/libmod_noise.so creating libmod_noise.la (cd .libs && rm -f libmod_noise.la && ln -s ../libmod_noise.la libmod_noise= =2Ela) Making all in mod_libavcodec /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -I/usr/local/include -D__STDC_CONSTANT_MACROS -O2 -pipe -fno-strict-= aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT libmod_libavcodec_la-main.lo= -MD -MP -MF .deps/libmod_libavcodec_la-main.Tpo -c -o libmod_libavcodec_la= -main.lo `test -f 'main.cpp' || echo './'`main.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -I/usr/local/include -D__STDC_CONSTANT_MACROS -O2 -p= ipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT libmod_libav= codec_la-main.lo -MD -MP -MF .deps/libmod_libavcodec_la-main.Tpo -c main.cp= p -fPIC -DPIC -o .libs/libmod_libavcodec_la-main.o mv -f .deps/libmod_libavcodec_la-main.Tpo .deps/libmod_libavcodec_la-main.P= lo /bin/sh ../../../libtool --tag=3DCXX --mode=3Dcompile c++ -DHAVE_CONFIG_H= -I../../.. -I../../../src -I/usr/local/include -I/usr/local/include/libx= ml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/lib= xml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/= glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-= 2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc= ++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/usr/local/share/loca= le\" -I/usr/local/include -D__STDC_CONSTANT_MACROS -O2 -pipe -fno-strict-= aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT libmod_libavcodec_la-trgt_av= =2Elo -MD -MP -MF .deps/libmod_libavcodec_la-trgt_av.Tpo -c -o libmod_libav= codec_la-trgt_av.lo `test -f 'trgt_av.cpp' || echo './'`trgt_av.cpp c++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/local/include -I/usr/= local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr= /local/include/libxml2 -I/usr/local/include -I/usr/local/include/glibmm-2.4= -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr= /local/lib/sigc++-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/= usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=3D\"/us= r/local/share/locale\" -I/usr/local/include -D__STDC_CONSTANT_MACROS -O2 -p= ipe -fno-strict-aliasing -DNDEBUG -Wno-deprecated -W -Wall -MT libmod_libav= codec_la-trgt_av.lo -MD -MP -MF .deps/libmod_libavcodec_la-trgt_av.Tpo -c t= rgt_av.cpp -fPIC -DPIC -o .libs/libmod_libavcodec_la-trgt_av.o trgt_av.cpp:38:22: error: avformat.h: No such file or directory trgt_av.cpp:87: error: expected constructor, destructor, or type conversion= before '*' token *** Error code 1 1 error *** Error code 1 1 error *** Error code 1 1 error *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 Stop in /a/ports/devel/synfig. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/devel/synfig ended at Tue Aug 5 21:27:50 UTC 2008 ----- End forwarded message ----- --=20 Erwin Lansing http://droso.org erwin@FreeBSD.org You are now free to move around the cabin erwin@aauug.dk --CNK/L7dwKXQ4Ub8J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFImVAgqy9aWxUlaZARAgf1AKDjZCqPlaPSHUz5bk7r+l4JeKkJrgCg3xBA nCtThX9P8QJutvbVuAfwZ0I= =drD2 -----END PGP SIGNATURE----- --CNK/L7dwKXQ4Ub8J-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 6 19:10:13 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8597106564A; Wed, 6 Aug 2008 19:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ACD5A8FC1A; Wed, 6 Aug 2008 19:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m76JADA4062882; Wed, 6 Aug 2008 19:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m76JADk9062878; Wed, 6 Aug 2008 19:10:13 GMT (envelope-from edwin) Date: Wed, 6 Aug 2008 19:10:13 GMT Message-Id: <200808061910.m76JADk9062878@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126310: multimedia/transcode configure failure locating libavcodec X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 19:10:14 -0000 Synopsis: multimedia/transcode configure failure locating libavcodec Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 6 19:10:13 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126310 From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 07:07:07 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABC081065671 for ; Thu, 7 Aug 2008 07:07:07 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 297308FC12 for ; Thu, 7 Aug 2008 07:07:06 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPSA id 187873206 for freebsd-multimedia@FreeBSD.org; Thu, 07 Aug 2008 08:57:04 +0300 Message-ID: <489A8EAE.3020803@FreeBSD.org> Date: Thu, 07 Aug 2008 08:57:02 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: How to create several dsp units? Help needed. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 07:07:07 -0000 Hi. I am working on patch extending snd_hda functionality, making it less quirky and more conforming with UAA specification. I expect to implement there support for several independent audio devices within the same hardware codec (not equal mixed together channels like vchans, but independent inputs and outputs working on different connectors). Looks like I have managed good with codec part but now I need to announce this functionality to sound subsystem in which I am not very good yet. Could somebody give me a hint in this area or point to some documents? As I understand I need somehow to create several /dev/dspX and possibly several /dev/mixerX devices to let applications operate them independently. Is it possible to do within the same pcm0 hardware device? Second pcm_addchan() call creates only pcm0:play:dsp0.p1, but I need something like pcm0:play:dsp1.p0. Is in possible or dsp0 is hard bound to the pcm0? If dsp0 hard bound to pcm0 then is it possible to create pcm1 dynamically within same hardware? Thanks for any support. -- Alexander Motin From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 09:07:12 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 732C31065675 for ; Thu, 7 Aug 2008 09:07:12 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 450B28FC14 for ; Thu, 7 Aug 2008 09:07:12 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so278971wfg.7 for ; Thu, 07 Aug 2008 02:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iR+zETeLZgouFB6fL178gQ+R419rSe/lrx/HuR3L/04=; b=ug1SnhJb1c14AdAzz4x10u4uKayV6XKhccSAf566lPh74znh44clU1PG1MLL4X34OD XforfZyaVU2SHRA7xX45jCY5v5ltFajCJkes9JBNUkCjfwekR5KGkHygNqXxEzOC21Jf xxATVqUYFynOBVicoQXwBoVM/NOQ9mNoxe7Hg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=MU3PPxxBXTxDhgTbKdQYTd9Au+eilK/yiCvVqd12bFcxkZ/wtZ3CjvE96bb+HRuDvV FV4+Xq88PKKPMTYE8j3a8yl4jWREDYb+b92mbru3fSHlfqz6N9yrsAyPo/s4NCgGXe6x Szurfz25uT3oeILY2morTz2wDKXcWT1CUSr/8= Received: by 10.142.169.4 with SMTP id r4mr389687wfe.63.1218100031862; Thu, 07 Aug 2008 02:07:11 -0700 (PDT) Received: by 10.142.174.7 with HTTP; Thu, 7 Aug 2008 02:07:11 -0700 (PDT) Message-ID: Date: Thu, 7 Aug 2008 11:07:11 +0200 From: usleepless@gmail.com To: Jim In-Reply-To: <80f4f2b20807311716t51deb79ap5639d7e6c5a3b43c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20807280633y229d08ebo67b4bab5ae0d1dc6@mail.gmail.com> <80f4f2b20807311716t51deb79ap5639d7e6c5a3b43c@mail.gmail.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: pvrxxx install X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 09:07:12 -0000 Jim, On Fri, Aug 1, 2008 at 2:16 AM, Jim wrote: > On Tue, Jul 29, 2008 at 7:31 AM, wrote: > >> I think so. Please try and let us know. If it works I will adapt the >> Makefile for pvrxxx. >> >> regards, >> >> usleepless >> > > OK, it compiled, but I got the following result (I'm using a pvr350 if > that has any relevance): Is there a signal on the SVIDEO input? Can you try other inputs? regards, usleepless > > Thanks, > -Jim Stapleton > > > end-of-compile, load attempt, channel change attempt. > > ===> Compressing manual pages for pvrxxx-09042008 > ===> Registering installation for pvrxxx-09042008 > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ sudo kldload cxm_iic > Password: > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ sudo kldload cxm > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ pvr250-setchannel -s > ioctl( tfd, METEORSINPUT ) failed.: Invalid argument > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ > > > > here's the output of /var/log/message > > Jul 31 20:12:55 elrond sudo: sjss : TTY=ttyp2 ; > PWD=/usr/ports/multimedia/pvrxxx ; USER=root ; COMMAND=/sbin/kldload > cxm > Jul 31 20:12:56 elrond kernel: cxm0: mem > 0xf4000000-0xf7ffffff irq 19 at device 8.0 on pci1 > Jul 31 20:12:56 elrond kernel: cxm_iic0: controller> on cxm0 > Jul 31 20:12:56 elrond kernel: iicbb0: on cxm_iic0 > Jul 31 20:12:56 elrond kernel: iicbus0: on iicbb0 master-only > Jul 31 20:12:56 elrond kernel: iicbus0: at addr 0 > Jul 31 20:12:56 elrond kernel: iicbus0: at addr 0 > Jul 31 20:12:56 elrond kernel: <2>tveeprom: ivtv version > Jul 31 20:12:56 elrond kernel: <2>tveeprom: Hauppauge: model = 48132, > rev = K268, serial# = 10490693 > Jul 31 20:12:56 elrond kernel: <2>tveeprom: tuner = LG TAPE H001F MK3 > (idx = 68, type = 47) > Jul 31 20:12:56 elrond kernel: <2>tveeprom: tuner fmt = NTSC(M) > (eeprom = 0x08, v4l2 = 0x00001000) > Jul 31 20:12:56 elrond kernel: <2>tveeprom: audio processor = MSP4448 > (type = 1b) > Jul 31 20:12:56 elrond kernel: <2>tveeprom: decoder processor = > SAA7115 (type = 13) > Jul 31 20:12:56 elrond kernel: tuner type: 47 > Jul 31 20:12:56 elrond kernel: cxm0: Eeprom NTSC > Jul 31 20:12:56 elrond kernel: tuner: type set to 47 (LG NTSC (TAPE > series)) by cxm > Jul 31 20:12:56 elrond kernel: tuner: switching to v4l2 > Jul 31 20:12:56 elrond kernel: before tuner_command! > Jul 31 20:12:56 elrond kernel: tuner: tv freq set to 61.25 > Jul 31 20:12:56 elrond kernel: tuner: tv 0x06 0xb0 0x8e 0x01 > Jul 31 20:12:58 elrond kernel: cxm0: SAA7115 rev 1 video decoder > Jul 31 20:12:58 elrond kernel: cxm0: MSP4448G-B3 audio decoder > Jul 31 20:12:58 elrond kernel: cxm0: IR Remote > Jul 31 20:12:58 elrond kernel: cxm0: [ITHREAD] > Jul 31 20:12:58 elrond kernel: cxm0: encoder firmware version 0x2060039 > Jul 31 20:12:58 elrond kernel: cxm0: decoder firmware version 0x2020023 > Jul 31 20:13:11 elrond kernel: cxm0: video decoder failed to lock > From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 11:24:51 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 977BD106564A for ; Thu, 7 Aug 2008 11:24:51 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 48F4E8FC1A for ; Thu, 7 Aug 2008 11:24:50 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 086CB744185 for ; Thu, 7 Aug 2008 14:24:48 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SGKSjeck4Mu4 for ; Thu, 7 Aug 2008 14:24:47 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id B30A4744178 for ; Thu, 7 Aug 2008 14:24:47 +0300 (EEST) Message-ID: <489ADB7E.8010604@icyb.net.ua> Date: Thu, 07 Aug 2008 14:24:46 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: multimedia@FreeBSD.org References: <48998402.4000900@icyb.net.ua> In-Reply-To: <48998402.4000900@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure (gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 11:24:51 -0000 on 06/08/2008 13:59 Andriy Gapon said the following: > $ make configure > ... > ... > checking ffmpeg/avcodec.h usability... yes > checking ffmpeg/avcodec.h presence... yes > checking for ffmpeg/avcodec.h... yes > checking libavcodec/avcodec.h usability... yes > checking libavcodec/avcodec.h presence... yes > checking for libavcodec/avcodec.h... yes > checking for pkgconfig support for libavcodec... gnome-config: not found > no > checking how to determine LIBAVCODEC_CFLAGS... user > checking how to determine LIBAVCODEC_LIBS... user > checking for avcodec_thread_init in -lavcodec... no > checking for pkgconfig support for libmpeg2... gnome-config: not found > no > ... > ERROR: requirement failed: cannot link against libavcodec > libavcodec can be found in the following packages: > FFmpeg http://www.ffmpeg.org/ [snip] I see the following block in the configure script: pkg_config_libavcodec="no" { echo "$as_me:$LINENO: checking for pkgconfig support for libavcodec" >&5 echo $ECHO_N "checking for pkgconfig support for libavcodec... $ECHO_C" >&6; } if test x"$PKG_CONFIG" != x"no" ; then if $PKG_CONFIG FFmpeg --exists ; then pkg_config_libavcodec="yes" fi fi And this is what happens on my system: $ pkg-config FFmpeg --exists gnome-config: not found Exit 1 Is this a problem with configure or with my system? -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 12:39:30 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D957D1065674 for ; Thu, 7 Aug 2008 12:39:30 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9826D8FC1B for ; Thu, 7 Aug 2008 12:39:30 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from wald.nfv.gwdg.de ([134.76.242.31] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1KR4Kq-0000qH-4i; Thu, 07 Aug 2008 14:11:16 +0200 Message-ID: <489AE661.6070005@gwdg.de> Date: Thu, 07 Aug 2008 14:11:13 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.16 (X11/20080728) MIME-Version: 1.0 To: Andriy Gapon References: <48998402.4000900@icyb.net.ua> <489ADB7E.8010604@icyb.net.ua> In-Reply-To: <489ADB7E.8010604@icyb.net.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: multimedia@FreeBSD.org, ml@bettercom.de Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure (gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 12:39:31 -0000 Hi Andriy, Martin Lesser reported a patch to this a few days ago on multimedia@. It works well for me. Obviously it did not found the right way in the ports tree until now. Rainer Hurling Am 07.08.2008 13:24 (UTC+1) schrieb Andriy Gapon: > on 06/08/2008 13:59 Andriy Gapon said the following: >> $ make configure >> ... >> ... >> checking ffmpeg/avcodec.h usability... yes >> checking ffmpeg/avcodec.h presence... yes >> checking for ffmpeg/avcodec.h... yes >> checking libavcodec/avcodec.h usability... yes >> checking libavcodec/avcodec.h presence... yes >> checking for libavcodec/avcodec.h... yes >> checking for pkgconfig support for libavcodec... gnome-config: not found >> no >> checking how to determine LIBAVCODEC_CFLAGS... user >> checking how to determine LIBAVCODEC_LIBS... user >> checking for avcodec_thread_init in -lavcodec... no >> checking for pkgconfig support for libmpeg2... gnome-config: not found >> no >> ... >> ERROR: requirement failed: cannot link against libavcodec >> libavcodec can be found in the following packages: >> FFmpeg http://www.ffmpeg.org/ > [snip] > > I see the following block in the configure script: > pkg_config_libavcodec="no" > { echo "$as_me:$LINENO: checking for pkgconfig support for libavcodec" >&5 > echo $ECHO_N "checking for pkgconfig support for libavcodec... $ECHO_C" >> &6; } > if test x"$PKG_CONFIG" != x"no" ; then > if $PKG_CONFIG FFmpeg --exists ; then > pkg_config_libavcodec="yes" > fi > fi > > And this is what happens on my system: > $ pkg-config FFmpeg --exists > gnome-config: not found > Exit 1 > > Is this a problem with configure or with my system? > From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 13:29:14 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DCBF1065674 for ; Thu, 7 Aug 2008 13:29:14 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED668FC12 for ; Thu, 7 Aug 2008 13:29:13 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id C605C744185; Thu, 7 Aug 2008 16:29:11 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xt7XiqxD9dJU; Thu, 7 Aug 2008 16:29:11 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 59962744177; Thu, 7 Aug 2008 16:29:11 +0300 (EEST) Message-ID: <489AF8A0.9030005@icyb.net.ua> Date: Thu, 07 Aug 2008 16:29:04 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: Rainer Hurling References: <48998402.4000900@icyb.net.ua> <489ADB7E.8010604@icyb.net.ua> <489AE661.6070005@gwdg.de> In-Reply-To: <489AE661.6070005@gwdg.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org, ml@bettercom.de Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure (gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 13:29:14 -0000 on 07/08/2008 15:11 Rainer Hurling said the following: > Hi Andriy, > > Martin Lesser reported a patch to this a few days ago on multimedia@. It > works well for me. > > Obviously it did not found the right way in the ports tree until now. I don't think that this is the same problem - in my case configure stage fails, not the compilation. > Am 07.08.2008 13:24 (UTC+1) schrieb Andriy Gapon: >> on 06/08/2008 13:59 Andriy Gapon said the following: >>> $ make configure >>> ... >>> ... >>> checking ffmpeg/avcodec.h usability... yes >>> checking ffmpeg/avcodec.h presence... yes >>> checking for ffmpeg/avcodec.h... yes >>> checking libavcodec/avcodec.h usability... yes >>> checking libavcodec/avcodec.h presence... yes >>> checking for libavcodec/avcodec.h... yes >>> checking for pkgconfig support for libavcodec... gnome-config: not found >>> no >>> checking how to determine LIBAVCODEC_CFLAGS... user >>> checking how to determine LIBAVCODEC_LIBS... user >>> checking for avcodec_thread_init in -lavcodec... no >>> checking for pkgconfig support for libmpeg2... gnome-config: not found >>> no >>> ... >>> ERROR: requirement failed: cannot link against libavcodec >>> libavcodec can be found in the following packages: >>> FFmpeg http://www.ffmpeg.org/ >> [snip] >> >> I see the following block in the configure script: >> pkg_config_libavcodec="no" >> { echo "$as_me:$LINENO: checking for pkgconfig support for >> libavcodec" >&5 >> echo $ECHO_N "checking for pkgconfig support for libavcodec... $ECHO_C" >>> &6; } >> if test x"$PKG_CONFIG" != x"no" ; then >> if $PKG_CONFIG FFmpeg --exists ; then >> pkg_config_libavcodec="yes" >> fi >> fi >> >> And this is what happens on my system: >> $ pkg-config FFmpeg --exists >> gnome-config: not found >> Exit 1 >> >> Is this a problem with configure or with my system? >> -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 13:49:01 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4160B106567F for ; Thu, 7 Aug 2008 13:49:01 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id B65C78FC16 for ; Thu, 7 Aug 2008 13:49:00 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 7FD1474417F; Thu, 7 Aug 2008 16:48:59 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id goR+ZeoeiD-E; Thu, 7 Aug 2008 16:48:59 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id DB1EB744174; Thu, 7 Aug 2008 16:48:58 +0300 (EEST) Message-ID: <489AFD48.5070004@icyb.net.ua> Date: Thu, 07 Aug 2008 16:48:56 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: Rainer Hurling References: <48998402.4000900@icyb.net.ua> <489ADB7E.8010604@icyb.net.ua> <489AE661.6070005@gwdg.de> <489AF8A0.9030005@icyb.net.ua> In-Reply-To: <489AF8A0.9030005@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org, ml@bettercom.de Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure (gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 13:49:01 -0000 on 07/08/2008 16:29 Andriy Gapon said the following: > on 07/08/2008 15:11 Rainer Hurling said the following: >> Hi Andriy, >> >> Martin Lesser reported a patch to this a few days ago on multimedia@. It >> works well for me. >> >> Obviously it did not found the right way in the ports tree until now. > > I don't think that this is the same problem - in my case configure stage > fails, not the compilation. Looks like the issue I reported before might have been a red herring. >From config.log: configure:27697: checking for avcodec_thread_init in -lavcodec configure:27732: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -march=athlon64 -I/compat/linux/usr/include/divx -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lavcodec -L/usr/local/lib -lavcodec -lm -lz >&5 /usr/local/lib/libavcodec.so: undefined reference to `pthread_create' /usr/local/lib/libgpac.so.1: undefined reference to `pthread_attr_init' ... So, hmm, -pthread is needed but is not given by configure. I added '-pthread' to LDFLAGS in CONFIGURE_ENV and after that configure script succeeded. But this is probably a too big hummer for this nail. Also, I still believe that incorrect pkg-config package names (e.g. FFmpeg vs libavcodec, mpeg2dec vs libmpeg2) should be fixed in the configure script. But that is probably for upstream to do. >> Am 07.08.2008 13:24 (UTC+1) schrieb Andriy Gapon: >>> on 06/08/2008 13:59 Andriy Gapon said the following: >>>> $ make configure >>>> ... >>>> ... >>>> checking ffmpeg/avcodec.h usability... yes >>>> checking ffmpeg/avcodec.h presence... yes >>>> checking for ffmpeg/avcodec.h... yes >>>> checking libavcodec/avcodec.h usability... yes >>>> checking libavcodec/avcodec.h presence... yes >>>> checking for libavcodec/avcodec.h... yes >>>> checking for pkgconfig support for libavcodec... gnome-config: not found >>>> no >>>> checking how to determine LIBAVCODEC_CFLAGS... user >>>> checking how to determine LIBAVCODEC_LIBS... user >>>> checking for avcodec_thread_init in -lavcodec... no >>>> checking for pkgconfig support for libmpeg2... gnome-config: not found >>>> no >>>> ... >>>> ERROR: requirement failed: cannot link against libavcodec >>>> libavcodec can be found in the following packages: >>>> FFmpeg http://www.ffmpeg.org/ >>> [snip] >>> >>> I see the following block in the configure script: >>> pkg_config_libavcodec="no" >>> { echo "$as_me:$LINENO: checking for pkgconfig support for >>> libavcodec" >&5 >>> echo $ECHO_N "checking for pkgconfig support for libavcodec... $ECHO_C" >>>> &6; } >>> if test x"$PKG_CONFIG" != x"no" ; then >>> if $PKG_CONFIG FFmpeg --exists ; then >>> pkg_config_libavcodec="yes" >>> fi >>> fi >>> >>> And this is what happens on my system: >>> $ pkg-config FFmpeg --exists >>> gnome-config: not found >>> Exit 1 >>> >>> Is this a problem with configure or with my system? >>> > > -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 14:02:18 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C87D4106567A for ; Thu, 7 Aug 2008 14:02:18 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 49D5F8FC33 for ; Thu, 7 Aug 2008 14:02:18 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id F1E3A744185; Thu, 7 Aug 2008 17:02:16 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MLAXnDAh4bbP; Thu, 7 Aug 2008 17:02:16 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 7C392744174; Thu, 7 Aug 2008 17:02:16 +0300 (EEST) Message-ID: <489B0066.1090508@icyb.net.ua> Date: Thu, 07 Aug 2008 17:02:14 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: Rainer Hurling References: <48998402.4000900@icyb.net.ua> <489ADB7E.8010604@icyb.net.ua> <489AE661.6070005@gwdg.de> In-Reply-To: <489AE661.6070005@gwdg.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org, ml@bettercom.de Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure (gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 14:02:18 -0000 on 07/08/2008 15:11 Rainer Hurling said the following: > Hi Andriy, > > Martin Lesser reported a patch to this a few days ago on multimedia@. It > works well for me. > > Obviously it did not found the right way in the ports tree until now. I can confirm that Martin's patch was needed for me after I worked around my configure issue. Thank you, Martin and Rainer! > > Am 07.08.2008 13:24 (UTC+1) schrieb Andriy Gapon: >> on 06/08/2008 13:59 Andriy Gapon said the following: >>> $ make configure >>> ... >>> ... >>> checking ffmpeg/avcodec.h usability... yes >>> checking ffmpeg/avcodec.h presence... yes >>> checking for ffmpeg/avcodec.h... yes >>> checking libavcodec/avcodec.h usability... yes >>> checking libavcodec/avcodec.h presence... yes >>> checking for libavcodec/avcodec.h... yes >>> checking for pkgconfig support for libavcodec... gnome-config: not found >>> no >>> checking how to determine LIBAVCODEC_CFLAGS... user >>> checking how to determine LIBAVCODEC_LIBS... user >>> checking for avcodec_thread_init in -lavcodec... no >>> checking for pkgconfig support for libmpeg2... gnome-config: not found >>> no >>> ... >>> ERROR: requirement failed: cannot link against libavcodec >>> libavcodec can be found in the following packages: >>> FFmpeg http://www.ffmpeg.org/ >> [snip] >> >> I see the following block in the configure script: >> pkg_config_libavcodec="no" >> { echo "$as_me:$LINENO: checking for pkgconfig support for >> libavcodec" >&5 >> echo $ECHO_N "checking for pkgconfig support for libavcodec... $ECHO_C" >>> &6; } >> if test x"$PKG_CONFIG" != x"no" ; then >> if $PKG_CONFIG FFmpeg --exists ; then >> pkg_config_libavcodec="yes" >> fi >> fi >> >> And this is what happens on my system: >> $ pkg-config FFmpeg --exists >> gnome-config: not found >> Exit 1 >> >> Is this a problem with configure or with my system? >> -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 14:46:48 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E55A1106566B for ; Thu, 7 Aug 2008 14:46:48 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7548FC1A for ; Thu, 7 Aug 2008 14:46:48 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=dMPP8ZhcP9wA:10 a=6MIg2jpqvhTpo/gR8GzG7Q==:17 a=ZAtcrODBbYajjsj0Bi0A:9 a=oWBoK4SbStuWKGg1AyEA:7 a=XKF7BYUXB_T_n3eqWOx9a2e_ja4A:4 a=LY0hPdMaydYA:10 Received: from [62.113.133.243] (account mc467741@c2i.net [62.113.133.243] verified) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1038429134; Thu, 07 Aug 2008 16:46:46 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Thu, 7 Aug 2008 16:48:27 +0200 User-Agent: KMail/1.9.7 References: <48997ABF.1080904@bsdunix.ch> In-Reply-To: <48997ABF.1080904@bsdunix.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808071648.27737.hselasky@c2i.net> Cc: Subject: Re: No /dev/dsp* with freebsd 7.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 14:46:49 -0000 On Wednesday 06 August 2008, Thomas Vogt wrote: > Hello > > FreeBSD 7.0-RELEASE-p3 #0: Wed Aug 6 09:45:23 UTC 2008 > root@rlocal:/usr/obj/usr/src/sys/GENERIC i386 > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at memory > 0xe2a20000 irq 22 [20071129_0050] [MPSAFE] (1p:1v/1r:1v channels duplex) > pcm1: at io 0x1040 irq 21 [MPSAFE] (2p:1v/1r:1v > channels duplex default) > pcm2: at io 0x1000,0x10a0,0x1090 irq 22 [MPSAFE] > (1p:1v/1r:1v channels duplex) > > This looks fine but there is no /dev/dsp*. How do i create /dev/dsp* for > each sound card? > Hi, The devices are invisible and created when you try to open them. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 15:54:18 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 465CA1065671 for ; Thu, 7 Aug 2008 15:54:18 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) Received: from tomts52-srv.bellnexxia.net (tomts52-srv.bellnexxia.net [209.226.175.177]) by mx1.freebsd.org (Postfix) with ESMTP id D32D18FC38 for ; Thu, 7 Aug 2008 15:54:17 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) Received: from toip38-bus.srvr.bell.ca ([67.69.240.39]) by tomts52-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20080807155417.JOHN1589.tomts52-srv.bellnexxia.net@toip38-bus.srvr.bell.ca>; Thu, 7 Aug 2008 11:54:17 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAI2ymkhKD7BS/2dsb2JhbACtBA Received: from mtrlpq02-1242542162.sdsl.bell.ca (HELO [69.69.69.183]) ([74.15.176.82]) by toip38-bus.srvr.bell.ca with ESMTP; 07 Aug 2008 11:54:15 -0400 Message-ID: <489B1A6C.2070001@optiksecurite.com> Date: Thu, 07 Aug 2008 11:53:16 -0400 From: FreeBSD User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: george+freebsd@m5p.com References: <200807211604.m6LG45j0017384@m5p.com> In-Reply-To: <200807211604.m6LG45j0017384@m5p.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: multimedia@freebsd.org Subject: Re: Degraded X Performance in 7.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 15:54:18 -0000 george+freebsd@m5p.com a écrit : > Yesterday, I wrote: >> On: Fri, 18 Jul 2008 19:28:19 -0400 >> "Ben Kaduk" wrote: >>> On Fri, Jul 18, 2008 at 1:49 PM, wrote: >>>> Between FreeBSD 6.2 and FreeBSD 7.0, something has happened with >>>> performance. Using a generic 6.2 kernel and the X server which >>>> shipped with it, and mplayer built with the defaults from ports, >>>> I would play a movie from an NFS-mounted disk, with mplayer using >>>> roughly 30% of the CPU time and xorg less than 5%. On the very same >>>> hardware upgraded to a generic 7.0 kernel and the X server which >>>> shipped with it, and mplayer built with the defaults from ports, >>>> playing the same movie from the same NFS-mounted disk, mplayer >>>> still takes roughly 30% of the CPU, but xorg is taking 35-40% of >>>> the CPU! The quality of the playback is noticeably rough. What >>>> should I be looking for? The diff between an old Xorg.0.log and >>>> a new one is pretty massive. I have an ATI Technologies Inc Rage >>>> XL AGP 2X rev 39, Mem @ 0xce000000/24, 0xcfeff000/12, I/O @ 0x8800/8, >>>> BIOS @ 0xcfec0000/17 according to the log. >>>> >>> It sounds like your graphics card isn't doing as much work as it should. >>> Could you post the results of dmesg and your Xorg.0.log somewhere >>> accessible? It would be best if versions before and after the upgrade >>> were available. >>> >>> -Ben Kaduk >>> >> Here's the info: >> >> http://www.m5p.com/~george/freebsd/ >> >> and thanks for your attention! -- George Mitchell > > Now I've fixed the premissions so you can actually read them. Sorry! > -- George Mitchell > Did you finally resolved your problem? If so, I would be interested in some indications. Martin From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 7 16:38:21 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E8B41065671 for ; Thu, 7 Aug 2008 16:38:21 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1448FC0A for ; Thu, 7 Aug 2008 16:38:20 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m77GNSo18400 for freebsd-multimedia@freebsd.org; Thu, 7 Aug 2008 09:23:28 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id QAA11188; Thu, 7 Aug 2008 16:22:29 GMT Message-Id: <200808071622.QAA11188@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org In-reply-to: Your message of "Thu, 07 Aug 2008 16:48:27 +0200." <200808071648.27737.hselasky@c2i.net> Date: Thu, 07 Aug 2008 09:22:29 +0100 From: Dieter Subject: Re: No /dev/dsp* with freebsd 7.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 16:38:21 -0000 In message <200808071648.27737.hselasky@c2i.net>, Hans Petter Selasky writes: > > This looks fine but there is no /dev/dsp*. How do i create /dev/dsp* for > > each sound card? > The devices are invisible and created when you try to open them. "Invisible" devices ??? This sounds very strange and unusual. Why is it being done this way? How do you check permissions if you can't ls -l them? From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 01:20:01 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C45D1065677 for ; Fri, 8 Aug 2008 01:20:01 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id E2B648FC4C for ; Fri, 8 Aug 2008 01:20:00 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so323541wra.27 for ; Thu, 07 Aug 2008 18:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xTrs0o19eRixZD7uZNSyq9jy3PsQFBwtfQsiQNsnUME=; b=FOXGGhR0BscN5q1XfHgj1+S85bP+ukXQyZedtYVbBGh7fqxo2sPVMDoUnvaRRasOUl GYmr1BzKkES3i1MFIyg4KxfrykxJ4GSKBauxVgEqcES0IC2D3DJfTWzCWcE1lJcj4vIm MXbtDOZrO09c+8HaSroFk4/hQ3Iy2RZ0ekb+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=W9gINN3wIyshzqD0T9LSDfQ/DMcJTzLQmxJkRGD416XSWiD1s3IVVkQ4ABKdrwtUbY HW3HuZwKU6pmgDrJzChuV/AgyHFI6NOiW8GR0XnbmNJILBtwnDtjSC8vO6gXRGJxl1Ns Ou4LAxvQJDXFnkuaZs6BOnciP0uWnRjkQ+DNc= Received: by 10.90.73.17 with SMTP id v17mr5847386aga.87.1218158400160; Thu, 07 Aug 2008 18:20:00 -0700 (PDT) Received: by 10.90.65.9 with HTTP; Thu, 7 Aug 2008 18:20:00 -0700 (PDT) Message-ID: <80f4f2b20808071820j318ff055ic410045fca0848f3@mail.gmail.com> Date: Thu, 7 Aug 2008 21:20:00 -0400 From: Jim To: usleepless@gmail.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20807280633y229d08ebo67b4bab5ae0d1dc6@mail.gmail.com> <80f4f2b20807311716t51deb79ap5639d7e6c5a3b43c@mail.gmail.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: pvrxxx install X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 01:20:01 -0000 pvrxxx install Inbox X Reply to all Forward Reply by chat Filter messages like this Print Add to Contacts list Delete this message Report phishing Report not phishing Show original Show in fixed width font Show in variable width font Message text garbled? Why is this spam/nonspam? Jim I downloaded the pvrxxx file from usleepless' site (http://usleepless.110mb.c... Jul 28 (11 days ago) usleepless@gmail.com Jim, I think so. Please try and let us know. If it works I will adapt the Mak... Jul 29 (10 days ago) Jim OK, it compiled, but I got the following result (I'm using a pvr350 if that h... Jul 31 (7 days ago) usleepless@gmail.com to me, freebsd-multim. show details 5:07 AM (16 hours ago) Reply Jim, On Fri, Aug 1, 2008 at 2:16 AM, Jim wrote: > On Tue, Jul 29, 2008 at 7:31 AM, wrote: > >> I think so. Please try and let us know. If it works I will adapt the >> Makefile for pvrxxx. >> >> regards, >> >> usleepless >> > > OK, it compiled, but I got the following result (I'm using a pvr350 if > that has any relevance): Is there a signal on the SVIDEO input? Can you try other inputs? regards, usleepless - Show quoted text - > > Thanks, > -Jim Stapleton > > > end-of-compile, load attempt, channel change attempt. > > ===> Compressing manual pages for pvrxxx-09042008 > ===> Registering installation for pvrxxx-09042008 > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ sudo kldload cxm_iic > Password: > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ sudo kldload cxm > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ pvr250-setchannel -s > ioctl( tfd, METEORSINPUT ) failed.: Invalid argument > [sjss@elrond /usr/ports/multimedia/pvrxxx]$ > > > > here's the output of /var/log/message > > Jul 31 20:12:55 elrond sudo: sjss : TTY=ttyp2 ; > PWD=/usr/ports/multimedia/pvrxxx ; USER=root ; COMMAND=/sbin/kldload > cxm > Jul 31 20:12:56 elrond kernel: cxm0: mem > 0xf4000000-0xf7ffffff irq 19 at device 8.0 on pci1 > Jul 31 20:12:56 elrond kernel: cxm_iic0: controller> on cxm0 > Jul 31 20:12:56 elrond kernel: iicbb0: on cxm_iic0 > Jul 31 20:12:56 elrond kernel: iicbus0: on iicbb0 master-only > Jul 31 20:12:56 elrond kernel: iicbus0: at addr 0 > Jul 31 20:12:56 elrond kernel: iicbus0: at addr 0 > Jul 31 20:12:56 elrond kernel: <2>tveeprom: ivtv version > Jul 31 20:12:56 elrond kernel: <2>tveeprom: Hauppauge: model = 48132, > rev = K268, serial# = 10490693 > Jul 31 20:12:56 elrond kernel: <2>tveeprom: tuner = LG TAPE H001F MK3 > (idx = 68, type = 47) > Jul 31 20:12:56 elrond kernel: <2>tveeprom: tuner fmt = NTSC(M) > (eeprom = 0x08, v4l2 = 0x00001000) > Jul 31 20:12:56 elrond kernel: <2>tveeprom: audio processor = MSP4448 > (type = 1b) > Jul 31 20:12:56 elrond kernel: <2>tveeprom: decoder processor = > SAA7115 (type = 13) > Jul 31 20:12:56 elrond kernel: tuner type: 47 > Jul 31 20:12:56 elrond kernel: cxm0: Eeprom NTSC > Jul 31 20:12:56 elrond kernel: tuner: type set to 47 (LG NTSC (TAPE > series)) by cxm > Jul 31 20:12:56 elrond kernel: tuner: switching to v4l2 > Jul 31 20:12:56 elrond kernel: before tuner_command! > Jul 31 20:12:56 elrond kernel: tuner: tv freq set to 61.25 > Jul 31 20:12:56 elrond kernel: tuner: tv 0x06 0xb0 0x8e 0x01 > Jul 31 20:12:58 elrond kernel: cxm0: SAA7115 rev 1 video decoder > Jul 31 20:12:58 elrond kernel: cxm0: MSP4448G-B3 audio decoder > Jul 31 20:12:58 elrond kernel: cxm0: IR Remote > Jul 31 20:12:58 elrond kernel: cxm0: [ITHREAD] > Jul 31 20:12:58 elrond kernel: cxm0: encoder firmware version 0x2060039 > Jul 31 20:12:58 elrond kernel: cxm0: decoder firmware version 0x2020023 > Jul 31 20:13:11 elrond kernel: cxm0: video decoder failed to lock > Reply Reply to all Forward Your message has been sent. Jim to usleepless show details 9:19 PM Reply On Thu, Aug 7, 2008 at 5:07 AM, wrote: > Jim, > > On Fri, Aug 1, 2008 at 2:16 AM, Jim wrote: >> On Tue, Jul 29, 2008 at 7:31 AM, wrote: >> >>> I think so. Please try and let us know. If it works I will adapt the >>> Makefile for pvrxxx. >>> >>> regards, >>> >>> usleepless >>> >> >> OK, it compiled, but I got the following result (I'm using a pvr350 if >> that has any relevance): > > Is there a signal on the SVIDEO input? Can you try other inputs? > > regards, > > usleepless > Yeah, there's a signal. I tried -c and -t, same exact results. I think I'll return the card and get something else. The vendor I go to sells DViCO now. Unfortunately, it's only the 7 series, so I may end up getting a different model hauppauge. Thanks for the help though. -Jim Stapleton Reply Forward From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 07:55:26 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C0A11065671 for ; Fri, 8 Aug 2008 07:55:26 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8138FC15 for ; Fri, 8 Aug 2008 07:55:23 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1043032fgb.35 for ; Fri, 08 Aug 2008 00:55:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=yREXTL0LxYdtFuGvWqxNpb10ja2r1zkFwuMncCNeMyk=; b=MxhIoQRhli2M5u5cG+37Rvz8OLPtCQAN3wFWDw8rA3Hnv5D4Ux8CMCjcbnctaCH11q R5iuBhVKZ3ANNYXkhDyHTtlFHyKonqiV32A0zLEUla1C3H1aq1CGZ0dYl2C5EKM1VGij bj2iPV0JgoX2a4hIqL/YJ9ktGROLdnMmMTENE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=r2HhWOmnSMjIBmJwQATg6SWqo2LZegwKj5/zOUddsB+GM0ja0ze0JnFfbQGvKLuDWM kduPM7tP2/Rsp8yLO5BGavZV/89rbIhIQjG/32uPt/RbQhNG9nbe3VELfif3qWI+EkGd rZ1mCaKWsUYc7v2bjU6WwD7r5rfkJ4BVk8hv0= Received: by 10.86.50.8 with SMTP id x8mr2628162fgx.30.1218180538162; Fri, 08 Aug 2008 00:28:58 -0700 (PDT) Received: by 10.86.63.1 with HTTP; Fri, 8 Aug 2008 00:28:58 -0700 (PDT) Message-ID: <53a1e0710808080028q529d7f23w5003bef0ddba319e@mail.gmail.com> Date: Fri, 8 Aug 2008 15:28:58 +0800 From: "Henry Hu" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 07:55:26 -0000 My configure log says: ... checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking libavcodec/avcodec.h usability... no checking libavcodec/avcodec.h presence... no checking for libavcodec/avcodec.h... no checking for pkgconfig support for libavcodec... no checking for avcodec_thread_init in -lavcodec... yes ... And the configure process finished normally. My version of ffmpeg is 2007.10.04, rather old. So I think the line checking for avcodec_thread_init in -lavcodec... yes is critical. And where does your libavcodec/avcodec.h come from ? From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 11:38:37 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18515106566C for ; Fri, 8 Aug 2008 11:38:37 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4F98FC1D for ; Fri, 8 Aug 2008 11:38:36 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id B8D2774417D; Fri, 8 Aug 2008 14:07:53 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eQRXut1Qbj6I; Fri, 8 Aug 2008 14:07:53 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 6023874415E; Fri, 8 Aug 2008 14:07:53 +0300 (EEST) Message-ID: <489C2908.8070709@icyb.net.ua> Date: Fri, 08 Aug 2008 14:07:52 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: Henry Hu References: <53a1e0710808080028q529d7f23w5003bef0ddba319e@mail.gmail.com> In-Reply-To: <53a1e0710808080028q529d7f23w5003bef0ddba319e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 11:38:37 -0000 on 08/08/2008 10:28 Henry Hu said the following: > My configure log says: > ... > checking ffmpeg/avcodec.h presence... yes > checking for ffmpeg/avcodec.h... yes > checking libavcodec/avcodec.h usability... no > checking libavcodec/avcodec.h presence... no > checking for libavcodec/avcodec.h... no > checking for pkgconfig support for libavcodec... no > checking for avcodec_thread_init in -lavcodec... yes > ... > > And the configure process finished normally. > My version of ffmpeg is 2007.10.04, rather old. > So I think the line > checking for avcodec_thread_init in -lavcodec... yes > is critical. Yes, this is what fails in my case because of undefined pthread symbols. > And where does your libavcodec/avcodec.h come from ? $ locate avcodec.h /usr/local/include/ffmpeg/avcodec.h $ pkg_which /usr/local/include/ffmpeg/avcodec.h ffmpeg-2008.07.27_2 $ ls -l /usr/local/lib/libavcodec.* -rw-r--r-- 1 root wheel 5157258 6 Aug 13:21 /usr/local/lib/libavcodec.a lrwxr-xr-x 1 root wheel 21 6 Aug 13:21 /usr/local/lib/libavcodec.so -> libavcodec.so.51.61.0 lrwxr-xr-x 1 root wheel 21 6 Aug 13:21 /usr/local/lib/libavcodec.so.1 -> libavcodec.so.51.61.0 -rwxr-xr-x 1 root wheel 3746176 6 Aug 13:21 /usr/local/lib/libavcodec.so.51.61.0 $ nm -D /usr/local/lib/libavcodec.so.51.61.0 | fgrep thread 00000000002ba460 T avcodec_thread_execute 00000000002ba3c0 T avcodec_thread_free 00000000002ba530 T avcodec_thread_init U pthread_cond_broadcast U pthread_cond_destroy U pthread_cond_init U pthread_cond_signal U pthread_cond_wait U pthread_create U pthread_join U pthread_mutex_destroy U pthread_mutex_init U pthread_mutex_lock U pthread_mutex_unlock $ ldd /usr/local/lib/libavcodec.so.51.61.0 /usr/local/lib/libavcodec.so.51.61.0: liba52.so.0 => /usr/local/lib/liba52.so.0 (0x800f1e000) libavutil.so.1 => /usr/local/lib/libavutil.so.1 (0x80102b000) libz.so.3 => /lib/libz.so.3 (0x801137000) libm.so.4 => /lib/libm.so.4 (0x80124b000) libtheora.so.0 => /usr/local/lib/libtheora.so.0 (0x801367000) libvorbisenc.so.2 => /usr/local/lib/libvorbisenc.so.2 (0x8014a0000) libvorbis.so.4 => /usr/local/lib/libvorbis.so.4 (0x801778000) libx264.so.50 => /usr/local/lib/libx264.so.50 (0x8018a2000) libogg.so.5 => /usr/local/lib/libogg.so.5 (0x801a37000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x801b3c000) libgpac.so.1 => /usr/local/lib/libgpac.so.1 (0x801d43000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x8020a7000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x8021aa000) librpcsvc.so.3 => /usr/lib/librpcsvc.so.3 (0x8022af000) libssl.so.4 => /usr/lib/libssl.so.4 (0x8023b8000) libcrypto.so.4 => /lib/libcrypto.so.4 (0x8024f0000) $ uname -srm FreeBSD 6.3-RELEASE amd64 -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 12:29:49 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D66011065690 for ; Fri, 8 Aug 2008 12:29:49 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 60A308FC1E for ; Fri, 8 Aug 2008 12:29:49 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1151204fgb.35 for ; Fri, 08 Aug 2008 05:29:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type; bh=B911P4ok+0r7v1nlB4lGowZMRfzt7diLeq+iHbxOXoI=; b=rNqPsu/m/khIl4a0g+2S0geiUMdPcKsgtzZDXwelpC3vBnn3/eZNUVtBHTnNJslQF0 mjGUn+cbG1md4HaHBHdWbIKuOM9Z/CaskYevF8x3efPY8BBKnP5/Wnq5r7r/Yj8gXgOq STilpwKQHtBdYgBuJxeMqyRp0xuXbiVfZEe4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=do4G/MEWfKvjlXNu4An6uddQ548CtpPwgYy6zO+NAq7ozHwb4slE7v5y/O1hwd6sCc XiNn67rWP4ltFPK0HH5ymLVGxfR0eyvqDwJRefraATg5TqRyrD8vhRru46a01yMzCx66 aWkA7n1RjLHd6P6yPh2nXA8m83DT/+jFUUHng= Received: by 10.86.65.9 with SMTP id n9mr1777933fga.55.1218198588114; Fri, 08 Aug 2008 05:29:48 -0700 (PDT) Received: by 10.86.63.1 with HTTP; Fri, 8 Aug 2008 05:29:48 -0700 (PDT) Message-ID: <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com> Date: Fri, 8 Aug 2008 20:29:48 +0800 From: "Henry Hu" To: "Andriy Gapon" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(gnome-config) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 12:29:49 -0000 In my config.log, I found that there is -pthread in the arguments. It comes from $LIBAVCODEC_EXTRA_LIBS, which comes from `pkg-config --libs libavcodec` $ pkg-config --libs libavcodec -pthread -L/usr/local/lib -lavcodec -lz -la52 -lfaac -lfaad -lmp3lame -lx264 -lxvidcore -ltheora -lvorbisenc -lavutil -lvorbis -lm -logg So it is present when libavcodec(ffmpeg) is installed. So why is it missing in your libavcodec's pkgconfig file? From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 12:46:40 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 315DF1065670 for ; Fri, 8 Aug 2008 12:46:40 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id A6B178FC08 for ; Fri, 8 Aug 2008 12:46:39 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 5E46C74417E; Fri, 8 Aug 2008 15:46:36 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v+JGXpbJ+sAz; Fri, 8 Aug 2008 15:46:36 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id F378A74415E; Fri, 8 Aug 2008 15:46:35 +0300 (EEST) Message-ID: <489C402B.3000909@icyb.net.ua> Date: Fri, 08 Aug 2008 15:46:35 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: Henry Hu References: <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com> In-Reply-To: <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(Libs.private) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 12:46:40 -0000 on 08/08/2008 15:29 Henry Hu said the following: > In my config.log, I found that there is -pthread in the arguments. > It comes from $LIBAVCODEC_EXTRA_LIBS, which comes from `pkg-config > --libs libavcodec` > > $ pkg-config --libs libavcodec > -pthread -L/usr/local/lib -lavcodec -lz -la52 -lfaac -lfaad -lmp3lame > -lx264 -lxvidcore -ltheora -lvorbisenc -lavutil -lvorbis -lm -logg > > So it is present when libavcodec(ffmpeg) is installed. > So why is it missing in your libavcodec's pkgconfig file? Hmm, your analysis is correct but I am not quite sure what is wrong in my env. What I have here is: $ pkg-config --libs libavcodec -L/usr/local/lib -lavcodec $ pkg_info -W /usr/local/libdata/pkgconfig/libavcodec.pc /usr/local/libdata/pkgconfig/libavcodec.pc was installed by package ffmpeg-2008.07.27_2 $ fgrep -A1 libavcodec.pc /var/db/pkg/ffmpeg-2008.07.27_2/+CONTENTS libdata/pkgconfig/libavcodec.pc @comment MD5:2d54dcacfc8826101f1ba6163da27797 $ md5 /usr/local/libdata/pkgconfig/libavcodec.pc MD5 (/usr/local/libdata/pkgconfig/libavcodec.pc) = 2d54dcacfc8826101f1ba6163da27797 $ cat /usr/local/libdata/pkgconfig/libavcodec.pc prefix=/usr/local exec_prefix=${prefix} libdir=${prefix}/lib includedir=${prefix}/include Name: libavcodec Description: FFmpeg codec library Version: 51.61.0 Requires: Requires.private: theora vorbisenc libavutil = 49.7.0 Conflicts: Libs: -L${libdir} -lavcodec Libs.private: -pthread -lz -lbz2 -lm -la52 -lfaad -ltheora -logg -lvorbisenc -lvorbis -logg -lx264 -lm Cflags: -I${includedir} Not sure about Libs vs Libs.private in the .pc file. Is this ffmpeg issue or transcode issue or pkg-config issue? Perhaps -pthread should be listed in Libs? -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 13:46:09 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90FA0106567A for ; Fri, 8 Aug 2008 13:46:09 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 0E56B8FC18 for ; Fri, 8 Aug 2008 13:46:08 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1186239fgb.35 for ; Fri, 08 Aug 2008 06:46:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=j69Bhei/+q3p2LSzUKq372LYZDpSCB2RImNbf001MMc=; b=mEvidI/CeeIfskxxLyrGGg/7BpYdwQwvvtrBTui1o/T467n4x3P9XtMHx+Tvw7+CPG i4sk4soPP5p87oFtb+YduTf/OSwVDxZfl63r9SK90uJNKKAHFDxNmneJzJnHcP1ir7vG b6AbhBi0PUfTIPXASemt8D4jwSaegwM06+fco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=J7SkUHjnraOG+pl51c829MbhilGoXDWQgFnQw+BcGh6NqLjHJsPp7tnNSaqtrCVDwh BsaYI43QVjGzaQ8wxDiWroejoH2S1F7NcHtbMjhTQUdGS5Jann7yXzZAbT7CWJhExqVP wnhw9GtBDv5EANl2J2E5rRKMjJvdthHSmkuw4= Received: by 10.86.59.2 with SMTP id h2mr3085748fga.40.1218203166960; Fri, 08 Aug 2008 06:46:06 -0700 (PDT) Received: by 10.86.63.1 with HTTP; Fri, 8 Aug 2008 06:46:06 -0700 (PDT) Message-ID: <53a1e0710808080646y22b93d4eu12cdf4b4eeea619e@mail.gmail.com> Date: Fri, 8 Aug 2008 21:46:06 +0800 From: "Henry Hu" To: "Andriy Gapon" In-Reply-To: <489C402B.3000909@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com> <489C402B.3000909@icyb.net.ua> Cc: freebsd-multimedia@freebsd.org Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(Libs.private) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 13:46:09 -0000 from pkg-config manpage: Libs: This line should give the link flags specific to your package. Don't add any flags for required packages; pkg-config will add those automatically. Libs.private: This line should list any private libraries in use. Private libraries are libraries which are not exposed through your library, but are needed in the case of static linking. Since we are doing dynamic linking, I think the problem is that libavcodec.so should depends on the library that provides pthread_* functions, and the compiling command does not need -pthread. $ ldd /usr/local/lib/libavcodec.so /usr/local/lib/libavcodec.so: liba52.so.0 => /usr/local/lib/liba52.so.0 (0x28621000) libavutil.so.1 => /usr/local/lib/libavutil.so.1 (0x2862c000) libz.so.4 => /lib/libz.so.4 (0x28637000) libm.so.5 => /lib/libm.so.5 (0x28649000) libfaac.so.0 => /usr/local/lib/libfaac.so.0 (0x2865e000) libfaad.so.0 => /usr/local/lib/libfaad.so.0 (0x2866e000) libmp3lame.so.0 => /usr/local/lib/libmp3lame.so.0 (0x286ac000) libogg.so.5 => /usr/local/lib/libogg.so.5 (0x2871d000) libtheora.so.0 => /usr/local/lib/libtheora.so.0 (0x28722000) libvorbis.so.4 => /usr/local/lib/libvorbis.so.4 (0x2876d000) libvorbisenc.so.2 => /usr/local/lib/libvorbisenc.so.2 (0x28795000) libx264.so.50 => /usr/local/lib/libx264.so.50 (0x2888e000) libxvidcore.so.4 => /usr/local/lib/libxvidcore.so.4 (0x2894c000) libthr.so.3 => /lib/libthr.so.3 (0x28a62000) libc.so.7 => /lib/libc.so.7 (0x28089000) libmp4v2.so.0 => /usr/local/lib/libmp4v2.so.0 (0x28a75000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x28b34000) libgpac.so.1 => /usr/local/lib/libgpac.so.1 (0x28c1c000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x28e7e000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28f73000) libxcb-xlib.so.0 => /usr/local/lib/libxcb-xlib.so.0 (0x28f7e000) libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0x28f80000) librpcsvc.so.4 => /usr/lib/librpcsvc.so.4 (0x28f97000) libssl.so.5 => /usr/lib/libssl.so.5 (0x28f9f000) libcrypto.so.5 => /lib/libcrypto.so.5 (0x28fe0000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x29139000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x2913c000) You see libthr.so besides other libraries, which provides pthread_* functions. In fact, I've written a small program just containing a call to avcodec_thread_init, and compiled it successfully without -pthread, just -lavcodec. So the problem is that your libavcodec does not depends on libthr. I've tried static linking and it needs -pthread. Libs.private is outputed when adding -static to `pkg-config --libs libavcodec` 2008/8/8 Andriy Gapon > > on 08/08/2008 15:29 Henry Hu said the following: > > In my config.log, I found that there is -pthread in the arguments. > > It comes from $LIBAVCODEC_EXTRA_LIBS, which comes from `pkg-config > > --libs libavcodec` > > > > $ pkg-config --libs libavcodec > > -pthread -L/usr/local/lib -lavcodec -lz -la52 -lfaac -lfaad -lmp3lame > > -lx264 -lxvidcore -ltheora -lvorbisenc -lavutil -lvorbis -lm -logg > > > > So it is present when libavcodec(ffmpeg) is installed. > > So why is it missing in your libavcodec's pkgconfig file? > > Hmm, your analysis is correct but I am not quite sure what is wrong in > my env. > > What I have here is: > $ pkg-config --libs libavcodec > -L/usr/local/lib -lavcodec > > $ pkg_info -W /usr/local/libdata/pkgconfig/libavcodec.pc > /usr/local/libdata/pkgconfig/libavcodec.pc was installed by package > ffmpeg-2008.07.27_2 > > $ fgrep -A1 libavcodec.pc /var/db/pkg/ffmpeg-2008.07.27_2/+CONTENTS > libdata/pkgconfig/libavcodec.pc > @comment MD5:2d54dcacfc8826101f1ba6163da27797 > > $ md5 /usr/local/libdata/pkgconfig/libavcodec.pc > MD5 (/usr/local/libdata/pkgconfig/libavcodec.pc) = > 2d54dcacfc8826101f1ba6163da27797 > > $ cat /usr/local/libdata/pkgconfig/libavcodec.pc > prefix=/usr/local > exec_prefix=${prefix} > libdir=${prefix}/lib > includedir=${prefix}/include > > Name: libavcodec > Description: FFmpeg codec library > Version: 51.61.0 > Requires: > Requires.private: theora vorbisenc libavutil = 49.7.0 > Conflicts: > Libs: -L${libdir} -lavcodec > Libs.private: -pthread -lz -lbz2 -lm -la52 -lfaad -ltheora -logg > -lvorbisenc -lvorbis -logg -lx264 -lm > Cflags: -I${includedir} > > > Not sure about Libs vs Libs.private in the .pc file. > Is this ffmpeg issue or transcode issue or pkg-config issue? > Perhaps -pthread should be listed in Libs? > > -- > Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 13:59:39 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB8A31065673 for ; Fri, 8 Aug 2008 13:59:39 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 3B4688FC26 for ; Fri, 8 Aug 2008 13:59:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 7653F744177; Fri, 8 Aug 2008 16:59:35 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QSGF4A8m9UPQ; Fri, 8 Aug 2008 16:59:35 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 201D2744171; Fri, 8 Aug 2008 16:59:35 +0300 (EEST) Message-ID: <489C5145.6030003@icyb.net.ua> Date: Fri, 08 Aug 2008 16:59:33 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: Henry Hu References: <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com> <489C402B.3000909@icyb.net.ua> <53a1e0710808080646y22b93d4eu12cdf4b4eeea619e@mail.gmail.com> In-Reply-To: <53a1e0710808080646y22b93d4eu12cdf4b4eeea619e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(Libs.private) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 13:59:39 -0000 on 08/08/2008 16:46 Henry Hu said the following: > > You see libthr.so besides other libraries, which provides pthread_* functions. > In fact, I've written a small program just containing a call to > avcodec_thread_init, and compiled it successfully without -pthread, > just -lavcodec. > So the problem is that your libavcodec does not depends on libthr. What is your uname? On my system (6.3/amd64) none of the port-installed shared libraries have libthr (or any other thread library) recorded in their dependencies (as reported by ldd). > I've tried static linking and it needs -pthread. Libs.private is > outputed when adding -static to `pkg-config --libs libavcodec` > > > 2008/8/8 Andriy Gapon >> on 08/08/2008 15:29 Henry Hu said the following: >>> In my config.log, I found that there is -pthread in the arguments. >>> It comes from $LIBAVCODEC_EXTRA_LIBS, which comes from `pkg-config >>> --libs libavcodec` >>> >>> $ pkg-config --libs libavcodec >>> -pthread -L/usr/local/lib -lavcodec -lz -la52 -lfaac -lfaad -lmp3lame >>> -lx264 -lxvidcore -ltheora -lvorbisenc -lavutil -lvorbis -lm -logg >>> >>> So it is present when libavcodec(ffmpeg) is installed. >>> So why is it missing in your libavcodec's pkgconfig file? >> Hmm, your analysis is correct but I am not quite sure what is wrong in >> my env. >> >> What I have here is: >> $ pkg-config --libs libavcodec >> -L/usr/local/lib -lavcodec >> >> $ pkg_info -W /usr/local/libdata/pkgconfig/libavcodec.pc >> /usr/local/libdata/pkgconfig/libavcodec.pc was installed by package >> ffmpeg-2008.07.27_2 >> >> $ fgrep -A1 libavcodec.pc /var/db/pkg/ffmpeg-2008.07.27_2/+CONTENTS >> libdata/pkgconfig/libavcodec.pc >> @comment MD5:2d54dcacfc8826101f1ba6163da27797 >> >> $ md5 /usr/local/libdata/pkgconfig/libavcodec.pc >> MD5 (/usr/local/libdata/pkgconfig/libavcodec.pc) = >> 2d54dcacfc8826101f1ba6163da27797 >> >> $ cat /usr/local/libdata/pkgconfig/libavcodec.pc >> prefix=/usr/local >> exec_prefix=${prefix} >> libdir=${prefix}/lib >> includedir=${prefix}/include >> >> Name: libavcodec >> Description: FFmpeg codec library >> Version: 51.61.0 >> Requires: >> Requires.private: theora vorbisenc libavutil = 49.7.0 >> Conflicts: >> Libs: -L${libdir} -lavcodec >> Libs.private: -pthread -lz -lbz2 -lm -la52 -lfaad -ltheora -logg >> -lvorbisenc -lvorbis -logg -lx264 -lm >> Cflags: -I${includedir} >> >> >> Not sure about Libs vs Libs.private in the .pc file. >> Is this ffmpeg issue or transcode issue or pkg-config issue? >> Perhaps -pthread should be listed in Libs? >> >> -- >> Andriy Gapon -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 14:00:17 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC41110656CE for ; Fri, 8 Aug 2008 14:00:17 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 6F86A8FC2F for ; Fri, 8 Aug 2008 14:00:12 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1191894fgb.35 for ; Fri, 08 Aug 2008 07:00:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kZCDJ+Q5gtD5y3covXLXDyNuiwVp6WPGld0e03wDF14=; b=eNm/VWa+uvWHfvoCkHKRHSQwKlKefXDvExG/NI2lf0yi06Bif2BHFA8HiJR+ot1Her hnIWkykwWj1H2Ga5WHYMnOS1SUio6vP35/TlLiKCZ+sLD28LXaN/AJHoRYiVtvZC9L9J Pf1qE6Aq8Kem/emuXdY+ZWCu1JDdzSppAazXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Rv67Bnjqbna43CiTWNUY61S2wPKR71O3d8LiEmfpHOgsrV+TttUq1HoOmIsu1fY25S 1mUk2CH+Wz0chP2EB7oPtpQmCAqjsUrUsLRfriKMBdbwnMaUoVGofv2WLAihvBzAKkIm Uxjz51h9cP3GgEemSno8G6k0+LxXdFaXBZf2k= Received: by 10.86.33.10 with SMTP id g10mr3137869fgg.14.1218204011191; Fri, 08 Aug 2008 07:00:11 -0700 (PDT) Received: by 10.86.63.1 with HTTP; Fri, 8 Aug 2008 07:00:11 -0700 (PDT) Message-ID: <53a1e0710808080700u15d74a98jc308a7fc408b64b6@mail.gmail.com> Date: Fri, 8 Aug 2008 22:00:11 +0800 From: "Henry Hu" To: "Andriy Gapon" In-Reply-To: <53a1e0710808080646y22b93d4eu12cdf4b4eeea619e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com> <489C402B.3000909@icyb.net.ua> <53a1e0710808080646y22b93d4eu12cdf4b4eeea619e@mail.gmail.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(Libs.private) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 14:00:17 -0000 Sorry, I'm running FreeBSD 7-STABLE i386, so maybe the lib containing pthread_* is not libthr in your system. But there should be one. 2008/8/8 Henry Hu : > from pkg-config manpage: > > Libs: > > This line should give the link flags specific to your package. Don't > add any flags for required packages; pkg-config will add those > automatically. > > Libs.private: This line should list any private libraries in use. > Private libraries are libraries which are not exposed through your > library, but are needed in the case of static linking. > > Since we are doing dynamic linking, I think the problem is that > libavcodec.so should depends on the library that provides pthread_* > functions, and the compiling command does not need -pthread. > > $ ldd /usr/local/lib/libavcodec.so > /usr/local/lib/libavcodec.so: > liba52.so.0 => /usr/local/lib/liba52.so.0 (0x28621000) > libavutil.so.1 => /usr/local/lib/libavutil.so.1 (0x2862c000) > libz.so.4 => /lib/libz.so.4 (0x28637000) > libm.so.5 => /lib/libm.so.5 (0x28649000) > libfaac.so.0 => /usr/local/lib/libfaac.so.0 (0x2865e000) > libfaad.so.0 => /usr/local/lib/libfaad.so.0 (0x2866e000) > libmp3lame.so.0 => /usr/local/lib/libmp3lame.so.0 (0x286ac000) > libogg.so.5 => /usr/local/lib/libogg.so.5 (0x2871d000) > libtheora.so.0 => /usr/local/lib/libtheora.so.0 (0x28722000) > libvorbis.so.4 => /usr/local/lib/libvorbis.so.4 (0x2876d000) > libvorbisenc.so.2 => /usr/local/lib/libvorbisenc.so.2 (0x28795000) > libx264.so.50 => /usr/local/lib/libx264.so.50 (0x2888e000) > libxvidcore.so.4 => /usr/local/lib/libxvidcore.so.4 (0x2894c000) > libthr.so.3 => /lib/libthr.so.3 (0x28a62000) > libc.so.7 => /lib/libc.so.7 (0x28089000) > libmp4v2.so.0 => /usr/local/lib/libmp4v2.so.0 (0x28a75000) > libX11.so.6 => /usr/local/lib/libX11.so.6 (0x28b34000) > libgpac.so.1 => /usr/local/lib/libgpac.so.1 (0x28c1c000) > libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x28e7e000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28f73000) > libxcb-xlib.so.0 => /usr/local/lib/libxcb-xlib.so.0 (0x28f7e000) > libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0x28f80000) > librpcsvc.so.4 => /usr/lib/librpcsvc.so.4 (0x28f97000) > libssl.so.5 => /usr/lib/libssl.so.5 (0x28f9f000) > libcrypto.so.5 => /lib/libcrypto.so.5 (0x28fe0000) > libXau.so.6 => /usr/local/lib/libXau.so.6 (0x29139000) > libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x2913c000) > > You see libthr.so besides other libraries, which provides pthread_* functions. > In fact, I've written a small program just containing a call to > avcodec_thread_init, and compiled it successfully without -pthread, > just -lavcodec. > So the problem is that your libavcodec does not depends on libthr. > > I've tried static linking and it needs -pthread. Libs.private is > outputed when adding -static to `pkg-config --libs libavcodec` > > > 2008/8/8 Andriy Gapon >> >> on 08/08/2008 15:29 Henry Hu said the following: >> > In my config.log, I found that there is -pthread in the arguments. >> > It comes from $LIBAVCODEC_EXTRA_LIBS, which comes from `pkg-config >> > --libs libavcodec` >> > >> > $ pkg-config --libs libavcodec >> > -pthread -L/usr/local/lib -lavcodec -lz -la52 -lfaac -lfaad -lmp3lame >> > -lx264 -lxvidcore -ltheora -lvorbisenc -lavutil -lvorbis -lm -logg >> > >> > So it is present when libavcodec(ffmpeg) is installed. >> > So why is it missing in your libavcodec's pkgconfig file? >> >> Hmm, your analysis is correct but I am not quite sure what is wrong in >> my env. >> >> What I have here is: >> $ pkg-config --libs libavcodec >> -L/usr/local/lib -lavcodec >> >> $ pkg_info -W /usr/local/libdata/pkgconfig/libavcodec.pc >> /usr/local/libdata/pkgconfig/libavcodec.pc was installed by package >> ffmpeg-2008.07.27_2 >> >> $ fgrep -A1 libavcodec.pc /var/db/pkg/ffmpeg-2008.07.27_2/+CONTENTS >> libdata/pkgconfig/libavcodec.pc >> @comment MD5:2d54dcacfc8826101f1ba6163da27797 >> >> $ md5 /usr/local/libdata/pkgconfig/libavcodec.pc >> MD5 (/usr/local/libdata/pkgconfig/libavcodec.pc) = >> 2d54dcacfc8826101f1ba6163da27797 >> >> $ cat /usr/local/libdata/pkgconfig/libavcodec.pc >> prefix=/usr/local >> exec_prefix=${prefix} >> libdir=${prefix}/lib >> includedir=${prefix}/include >> >> Name: libavcodec >> Description: FFmpeg codec library >> Version: 51.61.0 >> Requires: >> Requires.private: theora vorbisenc libavutil = 49.7.0 >> Conflicts: >> Libs: -L${libdir} -lavcodec >> Libs.private: -pthread -lz -lbz2 -lm -la52 -lfaad -ltheora -logg >> -lvorbisenc -lvorbis -logg -lx264 -lm >> Cflags: -I${includedir} >> >> >> Not sure about Libs vs Libs.private in the .pc file. >> Is this ffmpeg issue or transcode issue or pkg-config issue? >> Perhaps -pthread should be listed in Libs? >> >> -- >> Andriy Gapon > From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 14:17:02 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BBCA1065671 for ; Fri, 8 Aug 2008 14:17:02 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3E48FC23 for ; Fri, 8 Aug 2008 14:17:02 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from localhost (localhost [127.0.0.1]) by mail.rwxrwxrwx.net (Postfix) with ESMTP id B926E6D4D4; Fri, 8 Aug 2008 16:02:18 +0200 (CEST) Received: from mail.rwxrwxrwx.net ([127.0.0.1]) by localhost (mail.rwxrwxrwx.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ccHsA66F+ieU; Fri, 8 Aug 2008 16:02:13 +0200 (CEST) Received: from rwxrwxrwx.net (phong [192.168.100.13]) by mail.rwxrwxrwx.net (Postfix) with ESMTPSA id 134096D4C5; Fri, 8 Aug 2008 16:02:13 +0200 (CEST) Date: Fri, 8 Aug 2008 15:58:43 +0200 From: Martin Tournoij To: freebsd-ports@freebsd.org Message-ID: <20080808135842.GA71650@rwxrwxrwx.net> Mail-Followup-To: freebsd-ports@freebsd.org, leslie@eskk.nu, multimedia@FreeBSD.org References: <489C4DC0.3030806@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <489C4DC0.3030806@eskk.nu> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: multimedia@FreeBSD.org, leslie@eskk.nu Subject: Re: multimedia/transcode won't build X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 14:17:02 -0000 On Fri, Aug 08, 2008 at 03:44:32PM +0200, Leslie Jensen wrote: > Hello > > I have the above problem. > > I have tried make deinstall and then reinstall, same error. > > Any hints? > > Thanks > /Leslie > > > ----------------------------------------- > In file included from import_nuv.c:19: > ../../libtc/tc_lzo.h:13:23: error: lzo/lzo1x.h: No such file or directory > ../../libtc/tc_lzo.h:14:25: error: lzo/lzoutil.h: No such file or directory > import_nuv.c: In function 'nuv_decode_video': > import_nuv.c:473: warning: pointer targets in assignment differ in > signedness > import_nuv.c:480: error: 'lzo_uint' undeclared (first use in this function) > import_nuv.c:480: error: (Each undeclared identifier is reported only once > import_nuv.c:480: error: for each function it appears in.) > import_nuv.c:480: error: expected ';' before 'len' > import_nuv.c:486: warning: implicit declaration of function > 'lzo1x_decompress' > import_nuv.c:487: error: 'len' undeclared (first use in this function) > import_nuv.c:487: error: 'LZO_E_OK' undeclared (first use in this function) > import_nuv.c:509: warning: pointer targets in passing argument 2 of > 'RTjpeg_deco > mpressYUV420' differ in signedness > import_nuv.c: In function 'import_nuv_decode': > import_nuv.c:624: warning: pointer targets in assignment differ in > signedness > gmake[3]: *** [import_nuv_la-import_nuv.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/transcode/work/transcode-1.0. > 6/import/nuv' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/transcode/work/transcode-1.0. > 6/import' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/multimedia/transcode/work/transcode-1.0. > 6' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/transcode. > *** Error code 1 > > Stop in /usr/ports/multimedia/transcode. > ----------------------------------------- I had the same problem today, it's probably a bug in the port ... Haven't had the time to look into it. -- Martin Tournoij carpetsmoker@rwxrwxrwx.net http://www.daemonforums.org QOTD: There is nothing wrong with abstinence, in moderation. From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 14:45:56 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF9D61065682 for ; Fri, 8 Aug 2008 14:45:56 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-178-20-70.dsl.pipex.com [81.178.20.70]) by mx1.freebsd.org (Postfix) with SMTP id E78E38FC16 for ; Fri, 8 Aug 2008 14:45:55 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 18060 invoked by uid 98); 8 Aug 2008 15:15:58 +0100 Received: from 192.168.0.2 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.2):. Processed in 0.035501 secs); 08 Aug 2008 14:15:58 -0000 Received: from main.lerwick.hopto.org (HELO ?192.168.0.2?) (192.168.0.2) by lerwick.hopto.org with SMTP; 8 Aug 2008 15:15:58 +0100 From: Craig Butler To: Martin Tournoij In-Reply-To: <20080808135842.GA71650@rwxrwxrwx.net> References: <489C4DC0.3030806@eskk.nu> <20080808135842.GA71650@rwxrwxrwx.net> Content-Type: text/plain Date: Fri, 08 Aug 2008 15:18:40 +0100 Message-Id: <1218205120.70877.3.camel@main.lerwick.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org, freebsd-ports@freebsd.org, leslie@eskk.nu Subject: Re: multimedia/transcode won't build X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 14:45:56 -0000 On Fri, 2008-08-08 at 15:58 +0200, Martin Tournoij wrote: > On Fri, Aug 08, 2008 at 03:44:32PM +0200, Leslie Jensen wrote: > > Hello > > > > I have the above problem. > > > > I have tried make deinstall and then reinstall, same error. > > > > Any hints? > > > > Thanks > > /Leslie > > > > > > ----------------------------------------- > > In file included from import_nuv.c:19: > > ../../libtc/tc_lzo.h:13:23: error: lzo/lzo1x.h: No such file or directory > > ../../libtc/tc_lzo.h:14:25: error: lzo/lzoutil.h: No such file or directory > > import_nuv.c: In function 'nuv_decode_video': > > import_nuv.c:473: warning: pointer targets in assignment differ in > > signedness > > import_nuv.c:480: error: 'lzo_uint' undeclared (first use in this function) > > import_nuv.c:480: error: (Each undeclared identifier is reported only once > > import_nuv.c:480: error: for each function it appears in.) > > import_nuv.c:480: error: expected ';' before 'len' > > import_nuv.c:486: warning: implicit declaration of function > > 'lzo1x_decompress' > > import_nuv.c:487: error: 'len' undeclared (first use in this function) > > import_nuv.c:487: error: 'LZO_E_OK' undeclared (first use in this function) > > import_nuv.c:509: warning: pointer targets in passing argument 2 of > > 'RTjpeg_deco > > mpressYUV420' differ in signedness > > import_nuv.c: In function 'import_nuv_decode': > > import_nuv.c:624: warning: pointer targets in assignment differ in > > signedness > > gmake[3]: *** [import_nuv_la-import_nuv.lo] Error 1 > > gmake[3]: Leaving directory > > `/usr/ports/multimedia/transcode/work/transcode-1.0. > > 6/import/nuv' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/multimedia/transcode/work/transcode-1.0. > > 6/import' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/multimedia/transcode/work/transcode-1.0. > > 6' > > gmake: *** [all] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/multimedia/transcode. > > *** Error code 1 > > > > Stop in /usr/ports/multimedia/transcode. > > ----------------------------------------- > > I had the same problem today, it's probably a bug in the port ... Haven't had > the time to look into it. > have you got /usr/ports/archivers/lzo installed ? it looks like the port is trying to pull in an include files from it... Cheers Craig B ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 15:05:28 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65DC8106566C for ; Fri, 8 Aug 2008 15:05:28 +0000 (UTC) (envelope-from frtzkatz@yahoo.com) Received: from web63009.mail.re1.yahoo.com (web63009.mail.re1.yahoo.com [69.147.96.220]) by mx1.freebsd.org (Postfix) with SMTP id 0030F8FC0C for ; Fri, 8 Aug 2008 15:05:27 +0000 (UTC) (envelope-from frtzkatz@yahoo.com) Received: (qmail 43601 invoked by uid 60001); 8 Aug 2008 15:05:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=ULa4FshcsTuKyBT7Fqsk8Av7+sksC1rxWWYo4Qz8N+2OoJgGaOsdjyJa+6vsIp8NNdTspsRyMMBaRmTwAZlsqyYj57A3cdRJg+TURPfu0vuSv7sPmQyUeaVwq40fIQHVKKlUXZS7NxC56lGXWumLv98RdUxvQYCPq8mzHngSRo8=; Received: from [71.104.221.209] by web63009.mail.re1.yahoo.com via HTTP; Fri, 08 Aug 2008 08:05:26 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Fri, 8 Aug 2008 08:05:26 -0700 (PDT) From: Fritz Katz To: freebsd-multimedia@freebsd.org In-Reply-To: <20080807120015.34C32106568F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <230623.43578.qm@web63009.mail.re1.yahoo.com> Subject: Re: How to create several dsp units? Help needed X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: frtzkatz@yahoo.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 15:05:28 -0000 > On Wednesday, August 6, 2008 "Alexander Motin" wrote: > ... > > As I understand I need somehow to create several /dev/dspX > and possibly several /dev/mixerX devices to let applications > operate them independently. Is it possible to do within the > same pcm0 hardware device? > > Second pcm_addchan() call creates only pcm0:play:dsp0.p1, > but I need something like pcm0:play:dsp1.p0. Is in possible > or dsp0 is hard bound to the pcm0? > > If dsp0 hard bound to pcm0 then is it possible to create > pcm1 dynamically within same hardware? > _________________ There is some example code in: /usr/src/sys/dev/bktr/bktr_os.c for the 'bktr' driver which allows a PCI TV-tuner card with the old 'Brooktree' chipset to function in FreeBSD environs. It creates three devices attached to the same card: /dev/bktr /dev/tuner /dev/vbi I hope this is applicable to what you are trying to do. Regards, -- Fritz Katz From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 18:19:18 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE6C7106566B for ; Fri, 8 Aug 2008 18:19:18 +0000 (UTC) (envelope-from ka0zoz@sixone.org) Received: from ezri.elitehosts.com (webmail.elitehosts.com [209.67.29.110]) by mx1.freebsd.org (Postfix) with ESMTP id 228648FC1A for ; Fri, 8 Aug 2008 18:19:17 +0000 (UTC) (envelope-from ka0zoz@sixone.org) Received: from [70.58.222.124] (helo=[192.168.168.171]) by ezri.elitehosts.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KRVdi-0002Ye-Ce for multimedia@freebsd.org; Fri, 08 Aug 2008 13:20:37 -0400 Message-ID: <489C805F.1060709@sixone.org> Date: Fri, 08 Aug 2008 12:20:31 -0500 From: Aaron Sloan User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: multimedia@freebsd.org Content-Type: multipart/mixed; boundary="------------040003040905010708050708" Cc: Subject: transcode build problem. pcbsd user X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 18:19:19 -0000 This is a multi-part message in MIME format. --------------040003040905010708050708 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit optional package support ---------------------------------------- IBP no X11 yes libmpeg2 no libpostproc no freetype2 yes avifile no lame no ogg yes vorbis yes theora yes libdvdread yes pvm3 no libdv no libquicktime no lzo no a52 no libmpeg3 no libxml2 yes mjpegtools no sdl yes libfame no imagemagick no libjpeg yes bsdav no iconv yes ERROR: requirement failed: cannot link against libavcodec libavcodec can be found in the following packages: FFmpeg http://www.ffmpeg.org/ ERROR: requirement failed: cannot compile mpeg2dec/mpeg2.h mpeg2dec/mpeg2.h can be found in the following packages: mpeg2dec http://libmpeg2.sourceforge.net/ ERROR: requirement failed: cannot link against libmpeg2 libmpeg2 can be found in the following packages: mpeg2dec http://libmpeg2.sourceforge.net/ ERROR: option '--enable-libdv' failed: cannot compile libdv/dv.h libdv/dv.h can be found in the following packages: libdv http://libdv.sourceforge.net/ ERROR: option '--enable-libdv' failed: cannot link against libdv libdv can be found in the following packages: libdv http://libdv.sourceforge.net/ Please see the INSTALL file in the top directory of the transcode sources for more information about building transcode with this configure script. ===> Script "configure" failed unexpectedly. Please report the problem to multimedia@FreeBSD.org [maintainer] and attach the "/usr/ports/multimedia/transcode/work/transcode-1.0.6/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/multimedia/transcode. 915resolution-0.5.3,1 libnjb-2.2.6_1 GraphicsMagick-1.1.11 libofa-0.9.3_1 ImageMagick-6.3.6.9 libogg-1.1.3,4 ORBit2-2.14.12 liboldX-1.0.1 OpenEXR-1.6.0 libopensync-0.22_1 aalib-1.4.r5_4 libpaper-1.1.21_3 akode-2.0.2,1 librsvg2-2.22.2 akode-plugins-mpc-2.0.2,1 libsamplerate-0.1.3 akode-plugins-mpeg-2.0.2,1 libsndfile-1.0.17_2 akode-plugins-oss-2.0.2,1 libthai-0.1.5_3 akode-plugins-resampler-2.0.2,1 libtheora-1.0.b2 akode-plugins-xiph-2.0.2_1,1 libtool-1.5.24 amarok-1.4.8_3 libtunepimp-0.5.3_2,1 amspsfnt-1.0_5 libungif-4.1.4_5 appres-1.0.1 libusb-0.1.12_2 apr-db42-1.2.8_3 libvolume_id-0.81.0 arts-1.5.8,1 libvorbis-1.2.0_1,3 artswrapper-1.5.3 libwmf-0.2.8.4_2 aspell-0.60.5_2 libwnck-2.22.1 atk-1.22.0 libwpd-0.8.9_1 autoconf-2.61_2 libwww-5.4.0_4 autoconf-wrapper-20071109 libxine-1.1.11_2 avahi-0.6.21_1 libxkbfile-1.0.4 avahi-app-0.6.21_1 libxkbui-1.0.2_1 bash-3.2.33 libxml2-2.6.31 bdftopcf-1.0.1 libxslt-1.1.22_1 bigreqsproto-1.0.2 linux-atk-1.9.1 bison-2.3_3,1 linux-cairo-1.0.2 bitmap-1.0.3 linux-expat-1.95.8 bitstream-vera-1.10_4 linux-flashplugin-7.0r73 boost-python-1.34.1 linux-fontconfig-2.2.3_7 bsdstats-5.4_1 linux-glib2-2.6.6 cairo-1.4.14,1 linux-gtk2-2.6.10 ccsm-0.6.0 linux-jpeg-6b.34 cdparanoia-3.9.8_8 linux-pango-1.10.2 cdrdao-1.2.2 linux-png-1.2.8_2 cdrtools-2.01_6 linux-tiff-3.7.1 chmlib-0.39_2 linux-xorg-libs-6.8.2_5 cmpsfont-1.0_6 linux_base-fc-4_11 coccinella-0.95.1_1 listres-1.0.1 compat5x-i386-5.4.0.8_9 localedata-5.4 compiz-0.6.2 luit-1.0.2_2 compiz-bcop-0.6.0 lzma-4.57 compiz-fusion-0.6.0 m4-1.4.9,1 compiz-fusion-plugins-extra-0.6.0 mDNSResponder-108 compiz-fusion-plugins-main-0.6.0 mesa-demos-7.0.2 compiz-fusion-plugins-unsupported-0.6.0 mkcomposecache-1.2_1 compizconfig-backend-gconf-0.6.0_1 mkfontdir-1.0.3_1 compizconfig-python-0.6.0.1 mkfontscale-1.0.3 compositeproto-0.4 mpeg2codec-1.2_3 consolekit-0.2.10 mpeg4ip-libmp4v2-1.6.1 cups-base-1.3.7_2 mplayer-0.99.11_3 cups-pstoraster-8.15.4_1 mplayer-skins-1.1.2_6 cups-smb-backend-1.0 nano-2.0.7 curl-7.16.3_1 nas-1.8_1 cyrus-sasl-2.1.22 nasm-2.02,1 damageproto-1.1.0_2 neon-0.26.4 db41-4.1.25_4 net-snmp-5.4.1_2 db42-4.2.52_5 netpbm-10.26.53 db44-4.4.20.4 nspluginwrapper-0.9.91.5 dbus-1.1.20 nspr-4.7 dbus-glib-0.74 nss-3.11.9_2 dbus-qt3-0.70_1 oclock-1.0.1 dd_rescue-1.13 openldap-client-2.3.41 dejavu-2.24 openldap-server-2.3.42 denyhosts-2.6_1 openslp-1.2.1_2 desktop-file-utils-0.15_1 ortp-0.13.0 dmidecode-2.9 oss-4.0.b1015 dmxproto-2.2.2 p5-XML-NamespaceSupport-1.09_1 docbook-4.1_3 p5-XML-Parser-2.36 docbook-sk-4.1.2_4 p5-XML-SAX-0.16 docbook-xml-4.2_1 p5-XML-SAX-Expat-0.39 docbook-xsl-1.71.1_2 p5-XML-Simple-2.18 doxygen-1.5.2 p5-gettext-1.05_1 doxygen-1.5.5 p5-type1inst-0.6.1_5 dri-7.0.1,2 pango-1.20.2 dvipsk-tetex-5.95a_2 pccts-1.33.33 e2fsprogs-1.40.8 pciids-20080312 editres-1.0.3 pcre-7.6 emerald-0.5.2_1 perl-5.8.8_1 emerald-themes-0.5.2 pilot-link-0.12.2,1 encodings-1.0.2,1 pinentry-0.7.3_1 esound-0.2.38 pixman-0.9.6 etherape-0.9.6_3 pkg-config-0.23_1 evieext-1.0.2 pkgdb.db expat-2.0.1 png-1.2.26 fastest_cvsup-0.2.9_5 policykit-0.7_5 fftw3-3.1.2 poppler-0.6.4 fish-1.22.3_2 poppler-data-0.2.0 fixesproto-4.0 poppler-qt-0.6.4 flac-1.2.1 popt-1.7_4 fluxbox-1.0.0_2 portaudio-18.1_2 font-adobe-100dpi-1.0.0_1 portupgrade-2.3.1,2 font-adobe-75dpi-1.0.0 printproto-1.0.3 font-adobe-utopia-100dpi-1.0.1 pth-2.0.7 font-adobe-utopia-75dpi-1.0.1 pwcbsd-1.4.1_1 font-adobe-utopia-type1-1.0.1 py25-cairo-1.4.0_1 font-alias-1.0.1 py25-gobject-2.14.1 font-arabic-misc-1.0.0 py25-gtk-2.12.1 font-bh-100dpi-1.0.0 py25-kde-3.16.1,1 font-bh-75dpi-1.0.0 py25-numeric-24.2 font-bh-lucidatypewriter-100dpi-1.0.0 py25-qt-3.17.4,2 font-bh-lucidatypewriter-75dpi-1.0.0 py25-reportlab2-2.0 font-bh-ttf-1.0.0 py25-sip-4.7.4,1 font-bh-type1-1.0.0 py25-xml-0.8.4 font-bitstream-100dpi-1.0.0 pyrex-0.9.6.4 font-bitstream-75dpi-1.0.0 python25-2.5.2_1 font-bitstream-type1-1.0.0 qca-tls-1.0_3 font-cronyx-cyrillic-1.0.0 qmake-3.3.8_1 font-cursor-misc-1.0.0 qscintilla-1.7.1_2 font-daewoo-misc-1.0.0 qt-3.3.8_6 font-dec-misc-1.0.0 randrproto-1.2.1 font-ibm-type1-1.0.0 rarian-0.6.0_1 font-isas-misc-1.0.0 rdesktop-1.5.0_3 font-jis-misc-1.0.0 recordproto-1.13.2 font-micro-misc-1.0.0 renderproto-0.9.3 font-misc-cyrillic-1.0.0 resourceproto-1.0.2 font-misc-ethiopic-1.0.0 rgb-1.0.1 font-misc-meltho-1.0.0_1 rstart-1.0.2 font-misc-misc-1.0.0 ruby-1.8.6.111_2,1 font-mutt-misc-1.0.0 ruby18-bdb-0.6.2 font-schumacher-misc-1.0.0 samba-3.0.28,1 font-screen-cyrillic-1.0.1 samba-libsmbclient-3.0.28 font-sony-misc-1.0.0 sane-backends-1.0.19 font-sun-misc-1.0.0 scripts-1.0.1 font-util-1.0.1 scrnsaverproto-1.1.0 font-winitzki-cyrillic-1.0.0 sdl-1.2.13_1,2 font-xfree86-type1-1.0.0 sdocbook-xml-1.1,1 fontcacheproto-0.1.2 sessreg-1.0.3 fontconfig-2.5.0,1 setxkbmap-1.0.4 fontsproto-2.0.2 shared-mime-info-0.23_1 fonttosfnt-1.0.3 shc-3.8.6 foomatic-db-20070124_1 showfont-1.0.1_1 foomatic-db-engine-20070124,1 smproxy-1.0.2 foomatic-filters-3.0.2_4 speex-1.2.b2,1 freetype2-2.3.5 sqlite3-3.5.6 fribidi-0.10.9 startup-notification-0.9_1 fslsfonts-1.0.1 subversion-1.4.6_1 fstobdf-1.0.2 sudo-1.6.9.15_1 gail-1.20.1 swig-1.3.35 gamin-0.1.9_1 t1lib-5.1.2,1 gawk-3.1.5_1 taglib-1.4_2 gconf2-2.22.0 tcl-8.4.18,1 gd-2.0.35,1 teTeX-base-3.0_12 gdb-6.6 teTeX-texmf-3.0_5 gdbm-1.8.3_3 tex-texmflocal-1.9 getopt-1.1.4 texi2html-1.76_1,1 gettext-0.16.1_3 tidy-20000804_2 ghostscript-gpl-8.61_4 tiff-3.8.2_1 gio-fam-backend-2.16.3 tk-8.4.18,2 gle-3.1.0_1 tk-wrapper-1.1 glib-1.2.10_12 tmake-1.7_3 glib-2.16.3 trapproto-3.4.3 glproto-1.4.8 twm-1.0.3_3 gmake-3.81_2 unrar-3.71.b1,5 gnome-icon-theme-2.20.0_1 unzip-5.52_5 gnome-keyring-2.20.1 v4l_compat-1.0.20060801 gnome-mime-data-2.18.0_2 vcdimager-0.7.23_4 gnome-vfs-2.20.0_2 videoproto-2.2.2 gnome_subr-1.0 viewres-1.0.1 gnomehier-2.3_10 vorbis-tools-1.2.0_1,3 gnupg-2.0.8 wavpack-4.41.0 gnutls-2.2.2 win32-codecs-3.1.0.r1,1 gocr-0.45 wv2-0.2.3_1 gpgme-1.1.5 x11perf-1.4.1 graphviz-2.18_1 xauth-1.0.2 gsfonts-8.11_4 xbacklight-1.1 gtar-1.19 xbiff-1.0.1 gtk-1.2.10_18 xbitmaps-1.0.1 gtk-2.12.9_1 xcalc-1.0.2 gtk-engines2-2.14.1 xclipboard-1.0.1 gtk-qt-engine-0.8 xclock-1.0.3 gutenprint-5.1.7 xcmiscproto-1.1.2 gutenprint-base-5.1.7 xcmsdb-1.0.1 gutenprint-cups-5.1.7_2 xconsole-1.0.3 gutenprint-foomatic-5.1.7 xcursor-themes-1.0.1_1 gutenprint-ijs-5.1.7 xcursorgen-1.0.2 hal-0.5.11.r2_8 xdbedizzy-1.0.2 help2man-1.36.4_1 xditview-1.0.1 hicolor-icon-theme-0.10_2 xdm-1.1.6_3 hplip-2.8.2_1 xdpyinfo-1.0.2_1 iceauth-1.0.2 xdriinfo-1.0.2 ico-1.0.2 xedit-1.0.2 icon-naming-utils-0.8.6 xev-1.0.2 ilbc-r3951 xextproto-7.0.2 ilmbase-1.0.0_2 xf86-input-keyboard-1.2.2_1 imlib2-1.4.1.000,2 xf86-input-mouse-1.2.3_1 inputproto-1.4.2.1 xf86-video-apm-1.1.1_1 intltool-0.37.1 xf86-video-ark-0.6.0_1 iso-codes-2.0_2 xf86-video-ati-6.8.0_1 iso8879-1986_2 xf86-video-chips-1.1.1_1 iwi-firmware-2.4_7 xf86-video-cirrus-1.1.0_1 iwi-firmware-kmod-3.0_3 xf86-video-cyrix-1.1.0_1 ja-vlgothic-20080327 xf86-video-dummy-0.2.0_1 jackit-0.103.0_1 xf86-video-fbdev-0.3.1_1 jasper-1.900.1_6 xf86-video-glint-1.1.1_3 jbigkit-1.6 xf86-video-i128-1.2.1_1 jpeg-6b_4 xf86-video-i740-1.1.0_1 kaffeine-0.8.6 xf86-video-imstt-1.1.0_1 kaffeine-mozilla-0.2_7 xf86-video-intel-2.2.1 kbproto-1.0.3 xf86-video-mga-1.4.7,1 kchmviewer-3.1 xf86-video-neomagic-1.1.1_1 kde-3.5.8_1 xf86-video-newport-0.2.1_1 kde-style-lipstik-2.2.3 xf86-video-nsc-2.8.3 kde-windeco-crystal-1.0.5 xf86-video-nv-2.1.8 kde-xdg-env-1.0_3,1 xf86-video-radeonhd-1.2.0 kdeaccessibility-3.5.8 xf86-video-rendition-4.1.3_1 kdeaddons-konq-plugins-3.5.8 xf86-video-s3-0.5.0_1 kdeadmin-3.5.8 xf86-video-s3virge-1.9.1_1 kdeartwork-3.5.8 xf86-video-savage-2.1.3 kdeartwork-xscreensaver-kde-3.5.8 xf86-video-siliconmotion-1.5.1 kdebase-3.5.8_1 xf86-video-sis-0.9.3_2 kdebase-kompmgr-3.5.8 xf86-video-tdfx-1.3.0_2 kdegraphics-3.5.8_1 xf86-video-tga-1.1.0_1 kdegraphics-kooka-3.5.8 xf86-video-trident-1.2.3_1 kdehier-1.0_11 xf86-video-tseng-1.1.1_1 kdelibs-3.5.8 xf86-video-vesa-1.3.0_1 kdemultimedia-3.5.8_1 xf86-video-vga-4.1.0_1 kdenetwork-3.5.8 xf86-video-via-0.2.2_2 kdenetwork-kopete-0.12.7 xf86-video-vmware-10.15.2 kdepim-3.5.8 xf86-video-voodoo-1.1.1_1 kdeutils-3.5.8 xf86bigfontproto-1.1.2 kdmtheme-1.1.3_1 xf86dga-1.0.2 kmplayer-0.10.0c,2 xf86dgaproto-2.0.3 lcms-1.17,1 xf86driproto-2.0.3 libFS-1.0.0_1 xf86miscproto-0.9.2 libGL-7.0.1 xf86rushproto-1.1.2 libGLU-7.0.1 xf86vidmodeproto-2.2.2 libICE-1.0.4_1,1 xfd-1.0.1 libIDL-0.8.10 xfindproxy-1.0.1 libSM-1.0.3_1,1 xfontsel-1.0.2 libX11-1.1.3_1,1 xfs-1.0.5_1,1 libXScrnSaver-1.1.2 xfsinfo-1.0.1 libXTrap-1.0.0 xfwp-1.0.1 libXau-1.0.3_2 xgamma-1.0.2 libXaw-1.0.4_1,1 xgc-1.0.1 libXcomposite-0.4.0,1 xhost-1.0.2 libXcursor-1.1.9_1 xineramaproto-1.1.2 libXdamage-1.1.1 xinit-1.0.7 libXdmcp-1.0.2_1 xkbcomp-1.0.3 libXevie-1.0.2 xkbevd-1.0.2 libXext-1.0.3,1 xkbprint-1.0.1 libXfixes-4.0.3_1 xkbutils-1.0.1_1 libXfont-1.3.1_3,1 xkeyboard-config-1.2 libXfontcache-1.0.4 xkill-1.0.1 libXft-2.1.12 xload-1.0.2 libXi-1.1.3,1 xlogo-1.0.1 libXinerama-1.0.2,1 xlsatoms-1.0.1 libXmu-1.0.3,1 xlsclients-1.0.1 libXp-1.0.0,1 xlsfonts-1.0.2 libXpm-3.5.7 xmag-1.0.2 libXprintAppUtil-1.0.1 xman-1.0.3 libXprintUtil-1.0.1 xmessage-1.0.2 libXrandr-1.2.2_1 xmlcatmgr-2.2 libXrender-0.9.4_1 xmodmap-1.0.3 libXres-1.0.3_3 xmore-1.0.1 libXt-1.0.5_1 xorg-7.3_1 libXtst-1.0.3_1 xorg-apps-7.3 libXv-1.0.3_1,1 xorg-cf-files-1.0.2_2 libXvMC-1.0.4_1 xorg-docs-1.4,1 libXxf86dga-1.0.2 xorg-drivers-7.3_1 libXxf86misc-1.0.1 xorg-fonts-100dpi-7.3 libXxf86vm-1.0.1 xorg-fonts-7.3 libao-0.8.8_1 xorg-fonts-75dpi-7.3 libart_lgpl-2.3.20,1 xorg-fonts-cyrillic-7.3 libassuan-1.0.4 xorg-fonts-miscbitmaps-7.3 libaudiofile-0.2.6 xorg-fonts-truetype-7.3 libbonobo-2.20.1_1 xorg-fonts-type1-7.3 libbonoboui-2.20.0 xorg-libraries-7.3_1 libcddb-1.3.0 xorg-protos-7.3_1 libcdio-0.78.2_1 xorg-server-1.4_8,1 libcompizconfig-0.6.0 xphelloworld-1.0.1_1 libcroco-0.6.1 xplsprinters-1.0.1 libdaemon-0.12 xpr-1.0.2 libdca-0.0.5 xprehashprinterlist-1.0.1 libdmx-1.0.2_1 xprop-1.0.3 libdrm-2.3.0 xproto-7.0.10_1 libdvdread-0.9.7_3 xproxymanagementprotocol-1.0.2 libexecinfo-1.1_1 xrandr-1.2.2 libexif-0.6.15 xrdb-1.0.4 libfame-0.9.1_2 xrdp-0.4.0 libfontenc-1.0.4 xrefresh-1.0.2 libfpx-1.2.0.12_1 xrx-1.0.1_1 libgcrypt-1.4.0 xscreensaver-5.05 libglade2-2.6.2 xset-1.0.3 libglut-7.0.1_1 xsetmode-1.0.0 libgmp-4.2.2 xsetpointer-1.0.1 libgnome-2.20.1.1_1 xsetroot-1.0.2 libgnomecanvas-2.20.1.1 xsm-1.0.1 libgnomeui-2.20.1.1 xstdcmap-1.0.1 libgpg-error-1.6 xterm-234 libgpod-0.6.0 xtrans-1.0.4 libgsf-1.14.8 xtrap-1.0.2 libiconv-1.11_1 xv-3.10a_7 libid3tag-0.15.1b xvid-1.1.3,1 libidn-1.2 xvidtune-1.0.1 libijs-0.35_1 xvinfo-1.0.2 libksba-1.0.2 xwd-1.0.1 libltdl-1.5.24 xwininfo-1.0.3 libmad-0.15.1b_2 xwud-1.0.1 libmng-1.0.9 zh-mingunittf-1.08_1 libmodplug-0.8.4 zh-ttfm-0.9.5_3 libmtp-0.2.6.1 zip-2.32 libmusicbrainz-2.1.5 --------------040003040905010708050708 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by transcode configure 1.0.6, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --with-libavcodec-includes=/usr/local/include/ffmpeg --with-libavcodec-libs=/usr/local/lib --with-libdvdread-prefix=/usr/local --with-libiconv-prefix=/usr/local --enable-oss --enable-gtk=no --with-ft-prefix=/usr/local --enable-freetype2 --with-ogg-prefix=/usr/local --enable-ogg --with-vorbis-prefix=/usr/local --enable-vorbis --with-theora-prefix=/usr/local --enable-theora --enable-imagemagick=no --enable-mjpegtools=no --enable-avifile=no --enable-sdl --with-sdl-prefix=/usr/local --enable-libxml2 --with-libxml2-prefix=/usr/local --with-pal-yuv=YV12 --enable-libdv --enable-libquicktime=no --with-a52=no --disable-lame --enable-lzo=no --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd6.3 ## --------- ## ## Platform. ## ## --------- ## hostname = pcbsd uname -m = i386 uname -r = 6.3-RELEASE-p1 uname -s = FreeBSD uname -v = FreeBSD 6.3-RELEASE-p1 #6: Fri Apr 11 13:03:49 EDT 2008 root@pcbsd:/usr/obj/usr/src/sys/PCBSD /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2437: checking build system type configure:2455: result: i386-portbld-freebsd6.3 configure:2477: checking host system type configure:2492: result: i386-portbld-freebsd6.3 configure:2514: checking target system type configure:2529: result: i386-portbld-freebsd6.3 configure:2573: checking for a BSD-compatible install configure:2629: result: /usr/bin/install -c -o root -g wheel configure:2640: checking whether build environment is sane configure:2683: result: yes configure:2711: checking for a thread-safe mkdir -p configure:2750: result: autotools/install-sh -c -d configure:2763: checking for gawk configure:2779: found /usr/local/bin/gawk configure:2790: result: gawk configure:2801: checking whether gmake sets $(MAKE) configure:2822: result: yes configure:3013: checking whether to enable maintainer-specific portions of Makefiles configure:3022: result: no configure:3085: checking for gcc configure:3112: result: cc configure:3350: checking for C compiler version configure:3357: cc --version >&5 cc (GCC) 3.4.6 [FreeBSD] 20060305 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3360: $? = 0 configure:3367: cc -v >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 configure:3370: $? = 0 configure:3377: cc -V >&5 cc: `-V' option must have argument configure:3380: $? = 1 configure:3403: checking for C compiler default output file name configure:3430: cc -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:3433: $? = 0 configure:3471: result: a.out configure:3488: checking whether the C compiler works configure:3498: ./a.out configure:3501: $? = 0 configure:3518: result: yes configure:3525: checking whether we are cross compiling configure:3527: result: no configure:3530: checking for suffix of executables configure:3537: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:3540: $? = 0 configure:3564: result: configure:3570: checking for suffix of object files configure:3596: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:3599: $? = 0 configure:3622: result: o configure:3626: checking whether we are using the GNU C compiler configure:3655: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:3661: $? = 0 configure:3678: result: yes configure:3683: checking whether cc accepts -g configure:3713: cc -c -g -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:3719: $? = 0 configure:3818: result: yes configure:3835: checking for cc option to accept ISO C89 configure:3909: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:3915: $? = 0 configure:3938: result: none needed configure:3967: checking for style of include used by gmake configure:3995: result: GNU configure:4020: checking dependency style of cc configure:4111: result: gcc3 configure:4130: checking whether cc understands -c and -o together configure:4162: cc -c conftest.c -o conftest2.o >&5 configure:4165: $? = 0 configure:4171: cc -c conftest.c -o conftest2.o >&5 configure:4174: $? = 0 configure:4226: result: yes configure:4244: checking how to run the C preprocessor configure:4284: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:4290: $? = 0 configure:4321: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4327: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | /* end confdefs.h. */ | #include configure:4360: result: cc -E configure:4389: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:4395: $? = 0 configure:4426: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4432: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | /* end confdefs.h. */ | #include configure:4470: checking for grep that handles long lines and -e configure:4544: result: /usr/bin/grep configure:4549: checking for egrep configure:4627: result: /usr/bin/grep -E configure:4633: checking whether cc needs -traditional conftest.c:10:20: termio.h: No such file or directory configure:4675: result: no configure:4798: checking for C++ compiler version configure:4805: c++ --version >&5 c++ (GCC) 3.4.6 [FreeBSD] 20060305 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4808: $? = 0 configure:4815: c++ -v >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 configure:4818: $? = 0 configure:4825: c++ -V >&5 c++: `-V' option must have argument configure:4828: $? = 1 configure:4831: checking whether we are using the GNU C++ compiler configure:4860: c++ -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.cpp >&5 configure:4866: $? = 0 configure:4883: result: yes configure:4888: checking whether c++ accepts -g configure:4918: c++ -c -g -isystem /usr/include -isystem /usr/local/include conftest.cpp >&5 configure:4924: $? = 0 configure:5023: result: yes configure:5048: checking dependency style of c++ configure:5139: result: gcc3 configure:5158: checking for gawk configure:5185: result: gawk configure:5201: checking how to run the C preprocessor configure:5317: result: cc -E configure:5346: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:5352: $? = 0 configure:5383: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:5389: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | /* end confdefs.h. */ | #include configure:5439: checking for a BSD-compatible install configure:5495: result: /usr/bin/install -c -o root -g wheel configure:5506: checking whether ln -s works configure:5510: result: yes configure:5517: checking whether gmake sets $(MAKE) configure:5538: result: yes configure:5558: checking dependency style of cc configure:5649: result: gcc3 configure:5715: checking for gcc configure:5742: result: cc configure:5980: checking for C compiler version configure:5987: cc --version >&5 cc (GCC) 3.4.6 [FreeBSD] 20060305 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5990: $? = 0 configure:5997: cc -v >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 configure:6000: $? = 0 configure:6007: cc -V >&5 cc: `-V' option must have argument configure:6010: $? = 1 configure:6013: checking whether we are using the GNU C compiler configure:6065: result: yes configure:6070: checking whether cc accepts -g configure:6205: result: yes configure:6222: checking for cc option to accept ISO C89 configure:6325: result: none needed configure:6345: checking dependency style of cc configure:6436: result: gcc3 configure:6457: checking for gawk configure:6475: found /usr/local/bin/gawk configure:6487: result: /usr/local/bin/gawk configure:6538: checking for dlopen in configure:6573: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:6579: $? = 0 configure:6597: result: yes configure:6612: checking for dlopen configure:6668: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:6674: $? = 0 configure:6692: result: yes configure:6851: checking for ANSI C header files configure:6881: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:6887: $? = 0 configure:6986: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:6989: $? = 0 configure:6995: ./conftest configure:6998: $? = 0 configure:7015: result: yes configure:7033: checking for dirent.h that defines DIR configure:7062: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7068: $? = 0 configure:7084: result: yes configure:7097: checking for library containing opendir configure:7138: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:7144: $? = 0 configure:7172: result: none required configure:7280: checking for sys/types.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for sys/stat.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for stdlib.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for string.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for memory.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for strings.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for inttypes.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for stdint.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7280: checking for unistd.h configure:7301: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7307: $? = 0 configure:7323: result: yes configure:7354: checking errno.h usability configure:7371: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7377: $? = 0 configure:7391: result: yes configure:7395: checking errno.h presence configure:7410: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:7416: $? = 0 configure:7430: result: yes configure:7458: checking for errno.h configure:7466: result: yes configure:7354: checking fcntl.h usability configure:7371: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7377: $? = 0 configure:7391: result: yes configure:7395: checking fcntl.h presence configure:7410: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:7416: $? = 0 configure:7430: result: yes configure:7458: checking for fcntl.h configure:7466: result: yes configure:7354: checking sys/time.h usability configure:7371: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7377: $? = 0 configure:7391: result: yes configure:7395: checking sys/time.h presence configure:7410: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:7416: $? = 0 configure:7430: result: yes configure:7458: checking for sys/time.h configure:7466: result: yes configure:7344: checking for unistd.h configure:7350: result: yes configure:7354: checking limits.h usability configure:7371: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7377: $? = 0 configure:7391: result: yes configure:7395: checking limits.h presence configure:7410: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:7416: $? = 0 configure:7430: result: yes configure:7458: checking for limits.h configure:7466: result: yes configure:7486: checking for inttypes.h configure:7492: result: yes configure:7496: checking malloc.h usability configure:7513: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 In file included from conftest.c:62: /usr/include/malloc.h:3:2: #error " has been replaced by " configure:7519: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7533: result: no configure:7537: checking malloc.h presence configure:7552: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c In file included from conftest.c:29: /usr/include/malloc.h:3:2: #error " has been replaced by " configure:7558: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include configure:7572: result: no configure:7600: checking for malloc.h configure:7608: result: no configure:7496: checking alloca.h usability configure:7513: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 conftest.c:62:20: alloca.h: No such file or directory configure:7519: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7533: result: no configure:7537: checking alloca.h presence configure:7552: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:29:20: alloca.h: No such file or directory configure:7558: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include configure:7572: result: no configure:7600: checking for alloca.h configure:7608: result: no configure:7623: checking for an ANSI C-conforming const configure:7698: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7704: $? = 0 configure:7719: result: yes configure:7729: checking whether time.h and sys/time.h may both be included configure:7759: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7765: $? = 0 configure:7780: result: yes configure:7790: checking for inline configure:7816: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7822: $? = 0 configure:7840: result: inline configure:7859: checking for size_t configure:7889: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7895: $? = 0 configure:7910: result: yes configure:7922: checking whether byte ordering is bigendian configure:7955: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:7961: $? = 0 configure:7993: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:37: error: syntax error before "big" configure:7999: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:8139: result: no configure:8167: checking for off_t configure:8197: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:8203: $? = 0 configure:8218: result: yes configure:8230: checking __attribute__ ((aligned ())) support configure:8258: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:8264: $? = 0 configure:8258: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:8264: $? = 0 configure:8258: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:8264: $? = 0 configure:8258: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:8264: $? = 0 configure:8258: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:8264: $? = 0 configure:8258: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:8264: $? = 0 configure:8280: result: 64 configure:8296: checking for stdlib.h configure:8302: result: yes configure:8431: checking for GNU libc compatible malloc configure:8465: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:8468: $? = 0 configure:8474: ./conftest configure:8477: $? = 0 configure:8493: result: yes configure:8523: checking for working alloca.h configure:8550: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:33:20: alloca.h: No such file or directory configure:8556: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | if (p) return 0; | ; | return 0; | } configure:8573: result: no configure:8583: checking for alloca configure:8630: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:8636: $? = 0 configure:8653: result: yes configure:8884: checking for vprintf configure:8940: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:57: warning: conflicting types for built-in function 'vprintf' configure:8946: $? = 0 configure:8964: result: yes configure:8971: checking for _doprnt configure:9027: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccyQlTj2.o(.text+0xd): In function `main': : undefined reference to `_doprnt' configure:9033: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:9050: result: no configure:9064: checking whether lstat dereferences a symlink specified with a trailing slash configure:9100: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9103: $? = 0 configure:9109: ./conftest configure:9112: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | struct stat sbuf; | /* Linux will dereference the symlink and fail. | That is better in the sense that it means we will not | have to compile and use the lstat wrapper. */ | return lstat ("conftest.sym/", &sbuf) == 0; | ; | return 0; | } configure:9135: result: no configure:9154: checking whether stat accepts an empty string configure:9184: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9187: $? = 0 configure:9193: ./conftest configure:9196: $? = 0 configure:9212: result: no configure:9228: checking for working strcoll configure:9259: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9262: $? = 0 configure:9268: ./conftest configure:9271: $? = 0 configure:9287: result: yes configure:9297: checking return type of signal handlers configure:9325: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:42: error: void value not ignored as it ought to be configure:9331: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:9346: result: void configure:9363: checking for strtol configure:9419: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9425: $? = 0 configure:9443: result: yes configure:9363: checking for memalign configure:9419: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccyZEMWo.o(.text+0xd): In function `main': : undefined reference to `memalign' configure:9425: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | /* end confdefs.h. */ | /* Define memalign to an innocuous variant, in case declares memalign. | For example, HP-UX 11i declares gettimeofday. */ | #define memalign innocuous_memalign | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memalign (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef memalign | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memalign (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memalign || defined __stub___memalign | choke me | #endif | | int | main () | { | return memalign (); | ; | return 0; | } configure:9443: result: no configure:9363: checking for ftruncate configure:9419: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9425: $? = 0 configure:9443: result: yes configure:9363: checking for gettimeofday configure:9419: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9425: $? = 0 configure:9443: result: yes configure:9363: checking for memset configure:9419: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:63: warning: conflicting types for built-in function 'memset' configure:9425: $? = 0 configure:9443: result: yes configure:9363: checking for strerror configure:9419: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9425: $? = 0 configure:9443: result: yes configure:9463: checking for strncasecmp configure:9519: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9525: $? = 0 configure:9543: result: yes configure:9463: checking for stat configure:9519: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9525: $? = 0 configure:9543: result: yes configure:9463: checking for floor configure:9519: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:67: warning: conflicting types for built-in function 'floor' /var/tmp//ccNh0zpz.o(.text+0xd): In function `main': : undefined reference to `floor' configure:9525: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | /* end confdefs.h. */ | /* Define floor to an innocuous variant, in case declares floor. | For example, HP-UX 11i declares gettimeofday. */ | #define floor innocuous_floor | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char floor (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef floor | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char floor (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_floor || defined __stub___floor | choke me | #endif | | int | main () | { | return floor (); | ; | return 0; | } configure:9543: result: no configure:9463: checking for atexit configure:9519: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9525: $? = 0 configure:9543: result: yes configure:9463: checking for getpagesize configure:9519: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9525: $? = 0 configure:9543: result: yes configure:9463: checking for memmove configure:9519: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:69: warning: conflicting types for built-in function 'memmove' configure:9525: $? = 0 configure:9543: result: yes configure:9463: checking for mkfifo configure:9519: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9525: $? = 0 configure:9543: result: yes configure:9561: checking for vsscanf configure:9617: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:71: warning: conflicting types for built-in function 'vsscanf' configure:9623: $? = 0 configure:9641: result: yes configure:9561: checking for strptime configure:9617: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9623: $? = 0 configure:9641: result: yes configure:9561: checking for alloca configure:9617: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:73: warning: conflicting types for built-in function 'alloca' /var/tmp//ccfkkQWv.o(.text+0xd): In function `main': : undefined reference to `alloca' configure:9623: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | /* end confdefs.h. */ | /* Define alloca to an innocuous variant, in case declares alloca. | For example, HP-UX 11i declares gettimeofday. */ | #define alloca innocuous_alloca | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char alloca (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef alloca | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char alloca (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_alloca || defined __stub___alloca | choke me | #endif | | int | main () | { | return alloca (); | ; | return 0; | } configure:9641: result: no configure:9561: checking for strlcat configure:9617: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9623: $? = 0 configure:9641: result: yes configure:9561: checking for strlcpy configure:9617: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9623: $? = 0 configure:9641: result: yes configure:9652: checking for lrint in -lm configure:9687: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 conftest.c:59: warning: conflicting types for built-in function 'lrint' configure:9693: $? = 0 configure:9711: result: yes configure:9728: checking for getopt_long_only configure:9784: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:9790: $? = 0 configure:9808: result: yes configure:9822: checking whether support lib is needed configure:9824: result: no configure:9877: checking for pthreads in -pthread configure:9905: cc -o conftest -O2 -fno-strict-aliasing -pipe -pthread -D_REENTRANT -D_THREAD_SAFE -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:9911: $? = 0 configure:9930: result: yes configure:9943: checking for build architecture configure:9951: result: Intel Pentium architecture (IA32) configure:10027: checking if $CC groks MMX inline assembly configure:10052: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:10058: $? = 0 configure:10085: result: yes configure:10117: checking for support of 3DNow in assembly code configure:10145: result: yes configure:10178: checking if $CC groks SSE inline assembly configure:10203: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:10209: $? = 0 configure:10236: result: yes configure:10269: checking if $CC can handle SSE2 inline asm configure:10294: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:10300: $? = 0 configure:10327: result: yes configure:10365: checking if $CC groks AltiVec inline assembly configure:10454: result: no configure:10464: checking if $CC groks AltiVec C extensions configure:10559: result: no configure:10578: checking if linker needs -framework vecLib configure:10629: result: configure:10648: checking if cc supports -fomit-frame-pointer flags configure:10673: cc -c -fomit-frame-pointer -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:10679: $? = 0 configure:10694: result: yes configure:10792: checking for a sed that does not truncate output configure:10846: result: /usr/bin/sed configure:10860: checking for ld used by cc configure:10927: result: /usr/bin/ld configure:10936: checking if the linker (/usr/bin/ld) is GNU ld configure:10951: result: yes configure:10956: checking for /usr/bin/ld option to reload object files configure:10963: result: -r configure:10981: checking for BSD-compatible nm configure:11030: result: /usr/bin/nm -B configure:11034: checking how to recognise dependent libraries configure:11210: result: pass_all configure:11453: checking dlfcn.h usability configure:11470: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:11476: $? = 0 configure:11490: result: yes configure:11494: checking dlfcn.h presence configure:11509: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:11515: $? = 0 configure:11529: result: yes configure:11557: checking for dlfcn.h configure:11565: result: yes configure:11588: checking how to run the C++ preprocessor configure:11624: c++ -E -isystem /usr/include -isystem /usr/local/include conftest.cpp configure:11630: $? = 0 configure:11661: c++ -E -isystem /usr/include -isystem /usr/local/include conftest.cpp conftest.cpp:65:28: ac_nonexistent.h: No such file or directory configure:11667: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:11700: result: c++ -E configure:11729: c++ -E -isystem /usr/include -isystem /usr/local/include conftest.cpp configure:11735: $? = 0 configure:11766: c++ -E -isystem /usr/include -isystem /usr/local/include conftest.cpp conftest.cpp:65:28: ac_nonexistent.h: No such file or directory configure:11772: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:11865: checking for g77 configure:11895: result: no configure:11865: checking for xlf configure:11895: result: no configure:11865: checking for f77 configure:11881: found /usr/bin/f77 configure:11892: result: f77 configure:11922: checking for Fortran 77 compiler version configure:11929: f77 --version >&5 GNU Fortran (GCC) 3.4.6 [FreeBSD] 20060305 Copyright (C) 2006 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:11932: $? = 0 configure:11939: f77 -v >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 configure:11942: $? = 0 configure:11949: f77 -V >&5 f77: `-V' option must have argument configure:11952: $? = 1 configure:11960: checking whether we are using the GNU Fortran 77 compiler configure:11979: f77 -c conftest.F >&5 configure:11985: $? = 0 configure:12002: result: yes configure:12008: checking whether f77 accepts -g configure:12025: f77 -c -g conftest.f >&5 configure:12031: $? = 0 configure:12047: result: yes configure:12077: checking the maximum length of command line arguments configure:12186: result: 262144 configure:12197: checking command to parse /usr/bin/nm -B output from cc object configure:12302: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:12305: $? = 0 configure:12309: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:12312: $? = 0 configure:12364: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 configure:12367: $? = 0 configure:12405: result: ok configure:12409: checking for objdir configure:12424: result: .libs configure:12516: checking for ar configure:12532: found /usr/bin/ar configure:12543: result: ar configure:12612: checking for ranlib configure:12628: found /usr/bin/ranlib configure:12639: result: ranlib configure:12708: checking for strip configure:12724: found /usr/bin/strip configure:12735: result: strip configure:13021: checking if cc supports -fno-rtti -fno-exceptions configure:13039: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:13043: $? = 0 configure:13056: result: no configure:13071: checking for cc option to produce PIC configure:13281: result: -fPIC configure:13289: checking if cc PIC flag -fPIC works configure:13307: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -fPIC -DPIC conftest.c >&5 configure:13311: $? = 0 configure:13324: result: yes configure:13352: checking if cc static flag -static works configure:13380: result: yes configure:13390: checking if cc supports -c -o file.o configure:13411: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -o out/conftest2.o conftest.c >&5 configure:13415: $? = 0 configure:13437: result: yes configure:13463: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:14418: result: yes configure:14439: checking whether -lc should be explicitly linked in configure:14444: cc -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:14447: $? = 0 configure:14462: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:14465: $? = 1 configure:14477: result: yes configure:14485: checking dynamic linker characteristics configure:15061: result: freebsd6.3 ld.so configure:15070: checking how to hardcode library paths into programs configure:15095: result: immediate configure:15109: checking whether stripping libraries is possible configure:15114: result: yes configure:15237: checking for shl_load configure:15293: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//cc9yiVEu.o(.text+0xd): In function `main': : undefined reference to `shl_load' configure:15299: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:15316: result: no configure:15321: checking for shl_load in d configure:15356: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c d >&5 cc: d: No such file or directory configure:15362: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:15380: result: no configure:15385: checking for dlopen configure:15464: result: yes configure:15697: checking whether a program can dlopen itself configure:15771: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -DHAVE_DLFCN_H -L/usr/local/lib -Wl,--export-dynamic conftest.c >&5 configure:15774: $? = 0 configure:15792: result: yes configure:15797: checking whether a statically linked program can dlopen itself configure:15871: cc -o conftest -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -DHAVE_DLFCN_H -L/usr/local/lib -Wl,--export-dynamic -static conftest.c >&5 configure:15874: $? = 0 Service unavailable configure:15892: result: no configure:15915: checking if libtool supports shared libraries configure:15917: result: yes configure:15920: checking whether to build shared libraries configure:15941: result: yes configure:15944: checking whether to build static libraries configure:15948: result: no configure:16040: creating libtool configure:16628: checking for ld used by c++ configure:16695: result: /usr/bin/ld configure:16704: checking if the linker (/usr/bin/ld) is GNU ld configure:16719: result: yes configure:16770: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:17704: result: yes configure:17722: c++ -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.cpp >&5 configure:17725: $? = 0 configure:17844: checking for c++ option to produce PIC configure:18118: result: -fPIC configure:18126: checking if c++ PIC flag -fPIC works configure:18144: c++ -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -fPIC -DPIC conftest.cpp >&5 configure:18148: $? = 0 configure:18161: result: yes configure:18189: checking if c++ static flag -static works configure:18217: result: yes configure:18227: checking if c++ supports -c -o file.o configure:18248: c++ -c -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -o out/conftest2.o conftest.cpp >&5 configure:18252: $? = 0 configure:18274: result: yes configure:18300: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:18328: result: yes configure:18395: checking dynamic linker characteristics configure:18971: result: freebsd6.3 ld.so configure:18980: checking how to hardcode library paths into programs configure:19005: result: immediate configure:19531: checking if libtool supports shared libraries configure:19533: result: yes configure:19536: checking whether to build shared libraries configure:19556: result: yes configure:19559: checking whether to build static libraries configure:19563: result: no configure:19573: checking for f77 option to produce PIC configure:19783: result: -fPIC configure:19791: checking if f77 PIC flag -fPIC works configure:19809: f77 -c -g -O2 -fno-strict-aliasing -pipe -fPIC conftest.f >&5 configure:19813: $? = 0 configure:19826: result: yes configure:19854: checking if f77 static flag -static works configure:19882: result: yes configure:19892: checking if f77 supports -c -o file.o configure:19913: f77 -c -g -O2 -fno-strict-aliasing -pipe -o out/conftest2.o conftest.f >&5 configure:19917: $? = 0 configure:19939: result: yes configure:19965: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:20900: result: yes configure:20967: checking dynamic linker characteristics configure:21543: result: freebsd6.3 ld.so configure:21552: checking how to hardcode library paths into programs configure:21577: result: immediate configure:25125: checking if cc supports -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe flags configure:25150: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:25156: $? = 0 configure:25171: result: yes configure:25181: checking if c++ supports -O2 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 flags configure:25206: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:25212: $? = 0 configure:25227: result: yes configure:25236: checking if fast integers are available configure:25264: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:25270: $? = 0 configure:25276: result: yes configure:25300: checking for pkg-config configure:25318: found /usr/local/bin/pkg-config configure:25331: result: /usr/local/bin/pkg-config configure:25343: checking for X configure:25458: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:25464: $? = 0 configure:25513: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lX11 >&5 configure:25519: $? = 0 configure:25578: result: libraries , headers configure:25739: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lX11 >&5 configure:25745: $? = 0 configure:25902: checking for gethostbyname configure:25958: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:25964: $? = 0 configure:25981: result: yes configure:26126: checking for connect configure:26182: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:26188: $? = 0 configure:26205: result: yes configure:26277: checking for remove configure:26333: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:26339: $? = 0 configure:26356: result: yes configure:26428: checking for shmat configure:26484: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 configure:26490: $? = 0 configure:26507: result: yes configure:26588: checking for IceConnectionNumber in -lICE configure:26623: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lICE >&5 configure:26629: $? = 0 configure:26647: result: yes configure:26687: checking for XvQueryExtension in -lXv configure:26722: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lXv -lSM -lICE -lXext -lX11 >&5 configure:26728: $? = 0 configure:26746: result: yes configure:26783: checking X11/Xaw/Simple.h usability configure:26800: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:26806: $? = 0 configure:26820: result: yes configure:26824: checking X11/Xaw/Simple.h presence configure:26839: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:26845: $? = 0 configure:26859: result: yes configure:26887: checking for X11/Xaw/Simple.h configure:26895: result: yes configure:26924: checking for XpmFreeAttributes in -lXpm configure:26959: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lXpm -lSM -lICE -lXext -lX11 >&5 configure:26965: $? = 0 configure:26983: result: yes configure:27007: checking for gzopen in -lz configure:27042: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lz >&5 configure:27048: $? = 0 configure:27066: result: yes configure:27083: checking for sin in -lm configure:27118: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib conftest.c -lm -lc -lz >&5 conftest.c:78: warning: conflicting types for built-in function 'sin' configure:27124: $? = 0 configure:27142: result: yes configure:27204: checking ffmpeg/avcodec.h usability configure:27221: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 conftest.c:105:28: ffmpeg/avcodec.h: No such file or directory configure:27227: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27241: result: no configure:27245: checking ffmpeg/avcodec.h presence configure:27260: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:72:28: ffmpeg/avcodec.h: No such file or directory configure:27266: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:27280: result: no configure:27308: checking for ffmpeg/avcodec.h configure:27316: result: no configure:27204: checking libavcodec/avcodec.h usability configure:27221: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 conftest.c:105:32: libavcodec/avcodec.h: No such file or directory configure:27227: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27241: result: no configure:27245: checking libavcodec/avcodec.h presence configure:27260: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:72:32: libavcodec/avcodec.h: No such file or directory configure:27266: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:27280: result: no configure:27308: checking for libavcodec/avcodec.h configure:27316: result: no configure:27386: checking for pkgconfig support for libavcodec configure:27393: result: no configure:27450: checking how to determine LIBAVCODEC_CFLAGS configure:27454: result: user configure:27648: checking how to determine LIBAVCODEC_LIBS configure:27652: result: user configure:27697: checking for avcodec_thread_init in -lavcodec configure:27732: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lavcodec -lm -lz >&5 /usr/bin/ld: cannot find -lavcodec configure:27738: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char avcodec_thread_init (); | int | main () | { | return avcodec_thread_init (); | ; | return 0; | } configure:27756: result: no configure:28010: checking for pkgconfig support for libmpeg2 configure:28017: result: no configure:28074: checking how to determine LIBMPEG2_CFLAGS configure:28097: result: default configure:28128: checking mpeg2dec/mpeg2.h usability configure:28145: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c >&5 conftest.c:105:28: mpeg2dec/mpeg2.h: No such file or directory configure:28151: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:28165: result: no configure:28169: checking mpeg2dec/mpeg2.h presence configure:28184: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c conftest.c:72:28: mpeg2dec/mpeg2.h: No such file or directory configure:28190: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:28204: result: no configure:28232: checking for mpeg2dec/mpeg2.h configure:28239: result: no configure:28272: checking how to determine LIBMPEG2_LIBS configure:28295: result: default configure:28321: checking for mpeg2_init in -lmpeg2 configure:28356: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/lib conftest.c -lmpeg2 -lm -lz >&5 /usr/bin/ld: cannot find -lmpeg2 configure:28362: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mpeg2_init (); | int | main () | { | return mpeg2_init (); | ; | return 0; | } configure:28380: result: no configure:28447: checking for internal static framebuffer support configure:28462: result: yes configure:28472: checking for network streaming support configure:28487: result: no configure:28507: checking for internal NUV support configure:28537: result: yes configure:28555: checking whether v4l support is requested configure:28570: result: no configure:28861: checking whether bktr support is requested configure:28876: result: no configure:29330: checking whether sunau support is requested configure:29345: result: no configure:29515: checking whether OSS support is requested configure:29530: result: yes configure:29550: checking sys/soundcard.h usability configure:29567: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:29573: $? = 0 configure:29587: result: yes configure:29591: checking sys/soundcard.h presence configure:29606: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c configure:29612: $? = 0 configure:29626: result: yes configure:29654: checking for sys/soundcard.h configure:29662: result: yes configure:29858: checking decore.h usability configure:29875: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 conftest.c:108:20: decore.h: No such file or directory configure:29881: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | #define STATBUFFER 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:29895: result: no configure:29899: checking decore.h presence configure:29914: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:75:20: decore.h: No such file or directory configure:29920: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | #define STATBUFFER 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | /* end confdefs.h. */ | #include configure:29934: result: no configure:29962: checking for decore.h configure:29970: result: no configure:30014: checking encore2.h usability configure:30031: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 conftest.c:108:21: encore2.h: No such file or directory configure:30037: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | #define STATBUFFER 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:30051: result: no configure:30055: checking encore2.h presence configure:30070: cc -E -isystem /usr/include -isystem /usr/local/include conftest.c conftest.c:75:21: encore2.h: No such file or directory configure:30076: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | #define STATBUFFER 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | /* end confdefs.h. */ | #include configure:30090: result: no configure:30118: checking for encore2.h configure:30126: result: no configure:30155: checking for default xvid configure:30165: result: xvid4 configure:30171: checking whether ibp and lors support is requested configure:30186: result: no configure:30707: checking whether libpostproc support is requested configure:30722: result: no configure:31199: checking whether freetype2 support is requested configure:31214: result: yes configure:31254: checking for pkgconfig support for freetype2 configure:31261: result: no configure:31273: checking for freetype-config configure:31291: found /usr/local/bin/freetype-config configure:31304: result: /usr/local/bin/freetype-config configure:31318: checking how to determine FREETYPE2_CFLAGS configure:31332: result: /usr/local/bin/freetype-config configure:31372: checking ft2build.h usability configure:31389: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include conftest.c >&5 configure:31395: $? = 0 configure:31409: result: yes configure:31413: checking ft2build.h presence configure:31428: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include conftest.c configure:31434: $? = 0 configure:31448: result: yes configure:31476: checking for ft2build.h configure:31483: result: yes configure:31516: checking how to determine FREETYPE2_LIBS configure:31530: result: /usr/local/bin/freetype-config configure:31565: checking for FT_Init_FreeType in -lfreetype configure:31600: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lfreetype -lz -Wl,--rpath -Wl,/usr/local/lib -lm -lz >&5 configure:31606: $? = 0 configure:31624: result: yes configure:31699: checking whether avifile support is requested configure:31714: result: no configure:32209: checking whether lame support is requested configure:32224: result: no configure:33115: checking whether ogg support is requested configure:33130: result: yes configure:33170: checking for pkgconfig support for ogg configure:33177: result: yes configure:33234: checking how to determine OGG_CFLAGS configure:33243: result: pkg-config configure:33288: checking ogg/ogg.h usability configure:33305: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c >&5 configure:33311: $? = 0 configure:33325: result: yes configure:33329: checking ogg/ogg.h presence configure:33344: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c configure:33350: $? = 0 configure:33364: result: yes configure:33392: checking for ogg/ogg.h configure:33399: result: yes configure:33432: checking how to determine OGG_LIBS configure:33441: result: pkg-config configure:33481: checking for ogg_stream_init in -logg configure:33516: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -logg -lm -lz >&5 configure:33522: $? = 0 configure:33540: result: yes configure:33608: checking whether vorbis support is requested configure:33623: result: yes configure:33663: checking for pkgconfig support for vorbis configure:33670: result: yes configure:33727: checking how to determine VORBIS_CFLAGS configure:33736: result: pkg-config configure:33781: checking vorbis/codec.h usability configure:33798: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c >&5 configure:33804: $? = 0 configure:33818: result: yes configure:33822: checking vorbis/codec.h presence configure:33837: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c configure:33843: $? = 0 configure:33857: result: yes configure:33885: checking for vorbis/codec.h configure:33892: result: yes configure:33925: checking how to determine VORBIS_LIBS configure:33934: result: pkg-config configure:33974: checking for vorbis_info_init in -lvorbis configure:34009: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lvorbis -L/usr/local/lib -lvorbis -lm -logg -lm -lz >&5 configure:34015: $? = 0 configure:34033: result: yes configure:34101: checking whether theora support is requested configure:34116: result: yes configure:34156: checking for pkgconfig support for theora configure:34163: result: yes configure:34175: checking for theora-config configure:34206: result: no configure:34220: checking how to determine THEORA_CFLAGS configure:34229: result: pkg-config configure:34274: checking theora/theora.h usability configure:34291: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c >&5 configure:34297: $? = 0 configure:34311: result: yes configure:34315: checking theora/theora.h presence configure:34330: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c configure:34336: $? = 0 configure:34350: result: yes configure:34378: checking for theora/theora.h configure:34385: result: yes configure:34418: checking how to determine THEORA_LIBS configure:34427: result: pkg-config configure:34467: checking for theora_info_init in -ltheora configure:34502: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -ltheora -L/usr/local/lib -ltheora -logg -lm -lz >&5 configure:34508: $? = 0 configure:34526: result: yes configure:34594: checking whether libdvdread support is requested configure:34609: result: yes configure:34649: checking for pkgconfig support for libdvdread configure:34656: result: no configure:34713: checking how to determine LIBDVDREAD_CFLAGS configure:34732: result: prefix configure:34911: checking how to determine LIBDVDREAD_LIBS configure:34930: result: prefix configure:34960: checking for DVDOpen in -ldvdread configure:34995: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -ldvdread -lm -lm -lz >&5 configure:35001: $? = 0 configure:35019: result: yes configure:35070: checking dvdread/dvd_reader.h usability configure:35087: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c >&5 configure:35093: $? = 0 configure:35107: result: yes configure:35111: checking dvdread/dvd_reader.h presence configure:35126: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/local/include conftest.c configure:35132: $? = 0 configure:35146: result: yes configure:35174: checking for dvdread/dvd_reader.h configure:35181: result: yes configure:35383: checking whether pvm3 support is requested configure:35398: result: no configure:35947: checking whether libdv support is requested configure:35962: result: yes configure:36002: checking for pkgconfig support for libdv configure:36009: result: no configure:36066: checking how to determine LIBDV_CFLAGS configure:36089: result: default configure:36120: checking libdv/dv.h usability configure:36137: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c >&5 conftest.c:114:22: libdv/dv.h: No such file or directory configure:36143: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | #define STATBUFFER 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | #define HAVE_FREETYPE2 1 | #define HAVE_OGG 1 | #define HAVE_VORBIS 1 | #define HAVE_THEORA 1 | #define HAVE_LIBDVDREAD_INC 1 | #define HAVE_LIBDVDREAD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:36157: result: no configure:36161: checking libdv/dv.h presence configure:36176: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c conftest.c:81:22: libdv/dv.h: No such file or directory configure:36182: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | #define STATBUFFER 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | #define HAVE_FREETYPE2 1 | #define HAVE_OGG 1 | #define HAVE_VORBIS 1 | #define HAVE_THEORA 1 | #define HAVE_LIBDVDREAD_INC 1 | #define HAVE_LIBDVDREAD 1 | /* end confdefs.h. */ | #include configure:36196: result: no configure:36224: checking for libdv/dv.h configure:36231: result: no configure:36264: checking how to determine LIBDV_LIBS configure:36287: result: default configure:36313: checking for dv_encoder_new in -ldv configure:36348: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/lib conftest.c -ldv -lm -lz >&5 /usr/bin/ld: cannot find -ldv configure:36354: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "transcode" | #define PACKAGE_TARNAME "transcode" | #define PACKAGE_VERSION "1.0.6" | #define PACKAGE_STRING "transcode 1.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "transcode" | #define VERSION "1.0.6" | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define ATTRIBUTE_ALIGNED_MAX 64 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_STRTOL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STAT 1 | #define HAVE_ATEXIT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKFIFO 1 | #define HAVE_VSSCANF 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_LIBM_LRINT 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define SYS_BSD 1 | #define ARCH_X86 1 | #define HAVE_ASM_MMX 1 | #define HAVE_MMX 1 | #define HAVE_ASM_3DNOW 1 | #define HAVE_3DNOW 1 | #define HAVE_ASM_SSE 1 | #define HAVE_SSE 1 | #define HAVE_ASM_SSE2 1 | #define HAVE_SSE2 1 | #define HAVE_DLFCN_H 1 | #define HAVE_X11 1 | #define HAVE_LIBXV 1 | #define HAVE_X11_XAW_SIMPLE_H 1 | #define HAVE_XAW_SIMPLE 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBM 1 | #define STATBUFFER 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | #define HAVE_FREETYPE2 1 | #define HAVE_OGG 1 | #define HAVE_VORBIS 1 | #define HAVE_THEORA 1 | #define HAVE_LIBDVDREAD_INC 1 | #define HAVE_LIBDVDREAD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dv_encoder_new (); | int | main () | { | return dv_encoder_new (); | ; | return 0; | } configure:36372: result: no configure:36563: checking whether libquicktime support is requested configure:36578: result: no configure:37055: checking whether lzo support is requested configure:37070: result: no configure:37548: checking whether a52 support is requested configure:37563: result: no configure:38043: checking use libac3 as default decoder configure:38045: result: yes configure:38047: WARNING: internal libac3 decoder is deprecated and will be removed in future releases. configure:38081: checking whether libmpeg3 support is requested configure:38096: result: no configure:39089: checking whether libxml2 support is requested configure:39104: result: yes configure:39144: checking for pkgconfig support for libxml2 configure:39151: result: yes configure:39163: checking for xml2-config configure:39194: result: /usr/local/bin/xml2-config configure:39208: checking how to determine LIBXML2_CFLAGS configure:39217: result: pkg-config configure:39262: checking libxml/parser.h usability configure:39279: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include conftest.c >&5 configure:39285: $? = 0 configure:39299: result: yes configure:39303: checking libxml/parser.h presence configure:39318: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include conftest.c configure:39324: $? = 0 configure:39338: result: yes configure:39366: checking for libxml/parser.h configure:39373: result: yes configure:39406: checking how to determine LIBXML2_LIBS configure:39415: result: pkg-config configure:39455: checking for xmlStrcmp in -lxml2 configure:39490: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lxml2 -L/usr/local/lib -lxml2 -lm -lz >&5 configure:39496: $? = 0 configure:39514: result: yes configure:39581: checking whether mjpegtools support is requested configure:39596: result: no configure:40137: checking whether sdl support is requested configure:40152: result: yes configure:40192: checking for pkgconfig support for sdl configure:40199: result: no configure:40211: checking for sdl-config configure:40242: result: /usr/local/bin/sdl-config configure:40256: checking how to determine SDL_CFLAGS configure:40270: result: /usr/local/bin/sdl-config configure:40310: checking SDL.h usability configure:40327: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include/SDL -I/usr/local/include conftest.c >&5 configure:40333: $? = 0 configure:40347: result: yes configure:40351: checking SDL.h presence configure:40366: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/local/include/SDL -I/usr/local/include conftest.c configure:40372: $? = 0 configure:40386: result: yes configure:40414: checking for SDL.h configure:40421: result: yes configure:40454: checking how to determine SDL_LIBS configure:40468: result: /usr/local/bin/sdl-config configure:40503: checking for SDL_Init in -lSDL configure:40538: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lSDL -Wl,-rpath,/usr/local/lib -pthread -lm -lz >&5 configure:40544: $? = 0 configure:40562: result: yes configure:40646: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/local/include/SDL -I/usr/local/include -L/usr/local/lib conftest.c -lm -lz >&5 configure:40649: $? = 0 configure:40655: ./conftest configure:40658: $? = 0 configure:40705: checking whether libfame support is requested configure:40720: result: no configure:41198: checking whether imagemagick support is requested configure:41213: result: no configure:41826: checking whether libjpegmmx support is requested configure:41841: result: no configure:42291: checking whether libjpeg support is requested configure:42306: result: yes configure:42346: checking for pkgconfig support for libjpeg configure:42353: result: no configure:42410: checking how to determine LIBJPEG_CFLAGS configure:42433: result: default configure:42464: checking jpeglib.h usability configure:42481: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c >&5 configure:42487: $? = 0 configure:42501: result: yes configure:42505: checking jpeglib.h presence configure:42520: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c configure:42526: $? = 0 configure:42540: result: yes configure:42568: checking for jpeglib.h configure:42575: result: yes configure:42608: checking how to determine LIBJPEG_LIBS configure:42631: result: default configure:42657: checking for jpeg_CreateCompress in -ljpeg configure:42692: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/lib conftest.c -ljpeg -lm -lz >&5 configure:42698: $? = 0 configure:42716: result: yes configure:42789: checking whether bsdav support is requested configure:42804: result: no configure:43282: checking whether iconv support is requested configure:43297: result: yes configure:43337: checking for pkgconfig support for iconv configure:43344: result: no configure:43401: checking how to determine ICONV_CFLAGS configure:43424: result: default configure:43455: checking iconv.h usability configure:43472: cc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c >&5 configure:43478: $? = 0 configure:43492: result: yes configure:43496: checking iconv.h presence configure:43511: cc -E -isystem /usr/include -isystem /usr/local/include -I/usr/include conftest.c configure:43517: $? = 0 configure:43531: result: yes configure:43559: checking for iconv.h configure:43566: result: yes configure:43599: checking how to determine ICONV_LIBS configure:43622: result: default configure:43748: checking for iconv_open in -liconv configure:43783: cc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include -L/usr/local/lib -L/usr/lib conftest.c -liconv -lm -lz >&5 configure:43789: $? = 0 configure:43807: result: yes configure:44027: checking whether internal libxio support is requested configure:44042: result: no configure:44088: checking if cc supports -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe flags configure:44113: cc -c -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -isystem /usr/include -isystem /usr/local/include conftest.c >&5 configure:44119: $? = 0 configure:44134: result: yes configure:44723: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by transcode config.status 1.0.6, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on pcbsd config.status:45846: creating Makefile config.status:45846: creating aclib/Makefile config.status:45846: creating avilib/Makefile config.status:45846: creating contrib/Makefile config.status:45846: creating contrib/pnmpvn/Makefile config.status:45846: creating docs/Makefile config.status:45846: creating docs/html/Makefile config.status:45846: creating docs/man/Makefile config.status:45846: creating docs/release-notes/Makefile config.status:45846: creating export/Makefile config.status:45846: creating filter/Makefile config.status:45846: creating filter/divxkey/Makefile config.status:45846: creating filter/extsub/Makefile config.status:45846: creating filter/pp/Makefile config.status:45846: creating filter/preview/Makefile config.status:45846: creating filter/subtitler/Makefile config.status:45846: creating filter/tomsmocomp/Makefile config.status:45846: creating filter/yuvdenoise/Makefile config.status:45846: creating import/Makefile config.status:45846: creating import/nuv/Makefile config.status:45846: creating import/v4l/Makefile config.status:45846: creating libac3/Makefile config.status:45846: creating libdldarwin/Makefile config.status:45846: creating libioaux/Makefile config.status:45846: creating libsupport/Makefile config.status:45846: creating libtc/Makefile config.status:45846: creating libvo/Makefile config.status:45846: creating libxio/Makefile config.status:45846: creating pvm3/Makefile config.status:45846: creating src/Makefile config.status:45846: creating testsuite/Makefile config.status:45846: creating tools/Makefile config.status:45846: creating transcode.spec config.status:45846: creating filter/parse_csv.awk config.status:45846: creating filter/filter_list.awk config.status:45846: creating config.h config.status:46127: config.h is unchanged config.status:46173: executing depfiles commands configure:46338: result: ---------------------------------------- Summary for transcode 1.0.6: ---------------------------------------- core options ---------------------------------------- static AV-frame buffering yes network (sockets) streams no NUV format support yes experimental xio no Default xvid export xvid4 A52 default decoder no libavcodec ---------------------------------------- headers libraries build version statically linked no hardware support ---------------------------------------- v4l/v4l2 no OSS yes bktr no sunau no optional package support ---------------------------------------- IBP no X11 yes ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-portbld-freebsd6.3 ac_cv_c_attr_align_try=64 ac_cv_c_attribute_aligned=64 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCASFLAGS_set='' ac_cv_env_CCASFLAGS_value='' ac_cv_env_CCAS_set='' ac_cv_env_CCAS_value='' ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value='-isystem /usr/include -isystem /usr/local/include' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-L/usr/local/lib ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_XMKMF_set='' ac_cv_env_XMKMF_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-portbld-freebsd6.3 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_f77_compiler_gnu=yes ac_cv_func__doprnt=no ac_cv_func_alloca=no ac_cv_func_alloca_works=yes ac_cv_func_atexit=yes ac_cv_func_connect=yes ac_cv_func_dlopen=yes ac_cv_func_floor=no ac_cv_func_ftruncate=yes ac_cv_func_gethostbyname=yes ac_cv_func_getopt_long_only=yes ac_cv_func_getpagesize=yes ac_cv_func_gettimeofday=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memalign=no ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkfifo=yes ac_cv_func_remove=yes ac_cv_func_shl_load=no ac_cv_func_shmat=yes ac_cv_func_stat=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strcoll_works=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strncasecmp=yes ac_cv_func_strptime=yes ac_cv_func_strtol=yes ac_cv_func_vprintf=yes ac_cv_func_vsscanf=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_SDL_h=yes ac_cv_header_X11_Xaw_Simple_h=yes ac_cv_header_alloca_h=no ac_cv_header_decore_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_dvdread_dvd_reader_h=yes ac_cv_header_encore2_h=no ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_ffmpeg_avcodec_h=no ac_cv_header_ft2build_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_libavcodec_avcodec_h=no ac_cv_header_libdv_dv_h=no ac_cv_header_libxml_parser_h=yes ac_cv_header_limits_h=yes ac_cv_header_malloc_h=no ac_cv_header_memory_h=yes ac_cv_header_mpeg2dec_mpeg2_h=no ac_cv_header_ogg_ogg_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_theora_theora_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_vorbis_codec_h=yes ac_cv_host=i386-portbld-freebsd6.3 ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_SDL_SDL_Init=yes ac_cv_lib_Xpm_XpmFreeAttributes=yes ac_cv_lib_Xv_XvQueryExtension=yes ac_cv_lib_avcodec_avcodec_thread_init=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_dv_dv_encoder_new=no ac_cv_lib_dvdread_DVDOpen=yes ac_cv_lib_freetype_FT_Init_FreeType=yes ac_cv_lib_iconv_iconv_open=yes ac_cv_lib_jpeg_jpeg_CreateCompress=yes ac_cv_lib_m_lrint=yes ac_cv_lib_m_sin=yes ac_cv_lib_mpeg2_mpeg2_init=no ac_cv_lib_ogg_ogg_stream_init=yes ac_cv_lib_theora_theora_info_init=yes ac_cv_lib_vorbis_vorbis_info_init=yes ac_cv_lib_xml2_xmlStrcmp=yes ac_cv_lib_z_gzopen=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PATH_TO_AWK=/usr/local/bin/gawk ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_freetype2_config=/usr/local/bin/freetype-config ac_cv_path_libxml2_config=/usr/local/bin/xml2-config ac_cv_path_sdl_config=/usr/local/bin/sdl-config ac_cv_path_theora_config=no ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_F77=f77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_gmake_set=yes ac_cv_search_opendir='none required' ac_cv_target=i386-portbld-freebsd6.3 ac_cv_try_cflags_ok=yes ac_cv_type_off_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_working_alloca_h=no am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs='' lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=262144 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## A52_CFLAGS='' A52_LIBS='' AC3_CFLAGS='-I$(top_srcdir)/libac3' AC3_LIBS='$(top_builddir)/libac3/libac3_tc.la' ACLIB_CFLAGS='-I$(top_srcdir)/aclib' ACLIB_LIBS='$(top_builddir)/aclib/libac.la' ACLOCAL='${SHELL} /usr/ports/multimedia/transcode/work/transcode-1.0.6/autotools/missing --run aclocal-1.10' ALLOCA='' ALTIVEC_CFLAGS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/multimedia/transcode/work/transcode-1.0.6/autotools/missing --run tar' AR='ar' ARCH_PPC_FALSE='' ARCH_PPC_TRUE='#' ARCH_X86_64_FALSE='' ARCH_X86_64_TRUE='#' ARCH_X86_FALSE='#' ARCH_X86_TRUE='' ASFLAGS='-O2 -fno-strict-aliasing -pipe' AUTOCONF='${SHELL} /usr/ports/multimedia/transcode/work/transcode-1.0.6/autotools/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/multimedia/transcode/work/transcode-1.0.6/autotools/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/multimedia/transcode/work/transcode-1.0.6/autotools/missing --run automake-1.10' AVIFILE_CFLAGS='' AVIFILE_LIBS='' AVILIB_CFLAGS='-I$(top_srcdir)/avilib' AVILIB_LIBS='$(top_builddir)/avilib/libavi.la' AWK='gawk' BSDAV_CFLAGS='' BSDAV_LIBS='' CAN_COMPILE_C_ALTIVEC_FALSE='' CAN_COMPILE_C_ALTIVEC_TRUE='#' CC='cc' CCAS='$(CC)' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-O2 -fno-strict-aliasing -pipe' CCDEPMODE='depmode=gcc3' CFLAGS='-Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe' CPP='cc -E' CPPFLAGS='-isystem /usr/include -isystem /usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLDARWININCL='' DLDARWINLIB='' DLDARWINOBJECTS=' dummy.o' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='f77' FFLAGS='-g -O2 -fno-strict-aliasing -pipe' FREETYPE2_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include' FREETYPE2_LIBS='-L/usr/local/lib -lfreetype -lz -Wl,--rpath -Wl,/usr/local/lib' GREP='/usr/bin/grep' HAVE_3DNOW_FALSE='#' HAVE_3DNOW_TRUE='' HAVE_A52_FALSE='' HAVE_A52_TRUE='#' HAVE_AVIFILE_FALSE='' HAVE_AVIFILE_TRUE='#' HAVE_BKTR_FALSE='' HAVE_BKTR_TRUE='#' HAVE_BSDAV_FALSE='' HAVE_BSDAV_TRUE='#' HAVE_DIVX_DECORE_FALSE='' HAVE_DIVX_DECORE_TRUE='#' HAVE_DIVX_ENCORE2_FALSE='' HAVE_DIVX_ENCORE2_TRUE='#' HAVE_FOMIT_FP_FALSE='#' HAVE_FOMIT_FP_TRUE='' HAVE_FREETYPE2_FALSE='#' HAVE_FREETYPE2_TRUE='' HAVE_GCC2_FALSE='' HAVE_GCC2_TRUE='#' HAVE_GCC4_FALSE='' HAVE_GCC4_TRUE='#' HAVE_GCC_FALSE='#' HAVE_GCC_TRUE='' HAVE_IBP_FALSE='' HAVE_IBP_TRUE='#' HAVE_ICONV_FALSE='#' HAVE_ICONV_TRUE='' HAVE_IMAGEMAGICK_FALSE='' HAVE_IMAGEMAGICK_TRUE='#' HAVE_LAME_FALSE='' HAVE_LAME_TRUE='#' HAVE_LIBDVDREAD_FALSE='#' HAVE_LIBDVDREAD_TRUE='' HAVE_LIBDV_FALSE='' HAVE_LIBDV_TRUE='#' HAVE_LIBFAME_FALSE='' HAVE_LIBFAME_TRUE='#' HAVE_LIBJPEG_FALSE='#' HAVE_LIBJPEG_TRUE='' HAVE_LIBMPEG2_FALSE='' HAVE_LIBMPEG2_TRUE='#' HAVE_LIBMPEG3_FALSE='' HAVE_LIBMPEG3_TRUE='#' HAVE_LIBPOSTPROC_FALSE='' HAVE_LIBPOSTPROC_TRUE='#' HAVE_LIBQUICKTIME_FALSE='' HAVE_LIBQUICKTIME_TRUE='#' HAVE_LIBXML2_FALSE='#' HAVE_LIBXML2_TRUE='' HAVE_LIBXPM_FALSE='#' HAVE_LIBXPM_TRUE='' HAVE_LIBXV_FALSE='#' HAVE_LIBXV_TRUE='' HAVE_LZO_FALSE='' HAVE_LZO_TRUE='#' HAVE_MJPEGTOOLS_FALSE='' HAVE_MJPEGTOOLS_TRUE='#' HAVE_MMX_FALSE='#' HAVE_MMX_TRUE='' HAVE_NUV_FALSE='#' HAVE_NUV_TRUE='' HAVE_OGG_FALSE='#' HAVE_OGG_TRUE='' HAVE_OSS_FALSE='#' HAVE_OSS_TRUE='' HAVE_PVM3_FALSE='' HAVE_PVM3_TRUE='#' HAVE_SDL_FALSE='#' HAVE_SDL_TRUE='' HAVE_SSE2_FALSE='#' HAVE_SSE2_TRUE='' HAVE_SSE_FALSE='#' HAVE_SSE_TRUE='' HAVE_SUNAU_FALSE='' HAVE_SUNAU_TRUE='#' HAVE_THEORA_FALSE='#' HAVE_THEORA_TRUE='' HAVE_V4L_FALSE='' HAVE_V4L_TRUE='#' HAVE_VORBIS_FALSE='#' HAVE_VORBIS_TRUE='' HAVE_X11_FALSE='#' HAVE_X11_TRUE='' HAVE_XAW_SIMPLE_FALSE='#' HAVE_XAW_SIMPLE_TRUE='' IBP_LIBS='' ICONV_CFLAGS='-I/usr/include' ICONV_LIBS='-L/usr/lib -liconv ' IMAGEMAGICK_CFLAGS='' IMAGEMAGICK_LIBS='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LAME_CFLAGS='' LAME_LIBS='' LDFLAGS='-L/usr/local/lib' LIBAVCODEC_BUILD='' LIBAVCODEC_CFLAGS='' LIBAVCODEC_LIBS='' LIBAVCODEC_VERSION='' LIBDVDREAD_CFLAGS='-I/usr/local/include' LIBDVDREAD_LIBS='-L/usr/local/lib -ldvdread -lm' LIBDV_CFLAGS='' LIBDV_LIBS='' LIBFAME_CFLAGS='' LIBFAME_LIBS='' LIBJPEG_CFLAGS='-I/usr/include' LIBJPEG_LIBS='-L/usr/lib -ljpeg ' LIBMPEG2_CFLAGS='' LIBMPEG2_LIBS='' LIBMPEG3_CFLAGS='' LIBMPEG3_LIBS='' LIBOBJS=' ${LIBOBJDIR}lstat$U.o' LIBPOSTPROC_CFLAGS='' LIBPOSTPROC_LIBS='' LIBQUICKTIME_CFLAGS='' LIBQUICKTIME_LIBS='' LIBS='-liconv -lm -lz ' LIBTC_CFLAGS='-I$(top_srcdir)/libtc' LIBTC_LIBS='$(top_builddir)/libtc/libtc.la' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LIBVO_CFLAGS='-I$(top_srcdir)/libvo' LIBVO_LIBS='$(top_builddir)/libvo/libvout.la' LIBXML2_CFLAGS='-I/usr/local/include/libxml2 -I/usr/local/include' LIBXML2_LIBS='-L/usr/local/lib -lxml2 -L/usr/local/lib -lxml2' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo' LZO_CFLAGS='' LZO_LIBS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/multimedia/transcode/work/transcode-1.0.6/autotools/missing --run makeinfo' MJPEGTOOLS_CFLAGS='' MJPEGTOOLS_LIBS='' MOD_PATH='${libdir}/transcode' NET_STREAM_FALSE='' NET_STREAM_TRUE='#' OBJEXT='o' OGG_CFLAGS='-I/usr/local/include' OGG_LIBS='-L/usr/local/lib -logg ' PACKAGE='transcode' PACKAGE_BUGREPORT='' PACKAGE_NAME='transcode' PACKAGE_STRING='transcode 1.0.6' PACKAGE_TARNAME='transcode' PACKAGE_VERSION='1.0.6' PATH_SEPARATOR=':' PATH_TO_AWK='/usr/local/bin/gawk' PKG_CONFIG='/usr/local/bin/pkg-config' PTHREAD_CFLAGS='-pthread -D_REENTRANT -D_THREAD_SAFE' PTHREAD_LIBS='-pthread' PVM3_CFLAGS='' PVM3_LIBS='' PVM3_PVMGS='' RANLIB='ranlib' SDL_CFLAGS='-I/usr/local/include/SDL -I/usr/local/include' SDL_LIBS='-L/usr/local/lib -lSDL -Wl,-rpath,/usr/local/lib -pthread' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' SUPPORT_INCLUDES='' SUPPORT_LIBS='' SUPPORT_OBJECTS=' dummy.o' SYSTEM_DARWIN_FALSE='' SYSTEM_DARWIN_TRUE='#' TCIOAUX_CFLAGS='-I$(top_srcdir)/libioaux' TCIOAUX_LIBS='$(top_builddir)/libioaux/libtcioaux.la' THEORA_CFLAGS='-I/usr/local/include' THEORA_LIBS='-L/usr/local/lib -ltheora -L/usr/local/lib -ltheora -logg' VERSION='1.0.6' VORBIS_CFLAGS='-I/usr/local/include' VORBIS_LIBS='-L/usr/local/lib -lvorbis -L/usr/local/lib -lvorbis -lm -logg' WORDS_BIGENDIAN_FALSE='' WORDS_BIGENDIAN_TRUE='#' XIO_CFLAGS='-I$(top_srcdir)/libxio' XIO_LIBS='' XMKMF='' XVID_DEFAULT='xvid4' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='-lSM -lICE' a52_config='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_F77='f77' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' avifile_config='' bindir='${exec_prefix}/bin' bsdav_config='' build='i386-portbld-freebsd6.3' build_alias='i386-portbld-freebsd6.3' build_cpu='i386' build_os='freebsd6.3' build_vendor='portbld' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' freetype2_config='/usr/local/bin/freetype-config' host='i386-portbld-freebsd6.3' host_alias='' host_cpu='i386' host_os='freebsd6.3' host_vendor='portbld' htmldir='${docdir}' iconv_config='no' imagemagick_config='' includedir='${prefix}/include' infodir='/usr/local/info/' install_sh='$(SHELL) /usr/ports/multimedia/transcode/work/transcode-1.0.6/autotools/install-sh' lame_config='' libavcodec_config='no' libdir='${exec_prefix}/lib' libdv_config='no' libdvdread_config='no' libexecdir='${exec_prefix}/libexec' libfame_config='' libjpeg_config='no' libjpegmmx_config='' libmpeg2_config='no' libmpeg3_config='' libpostproc_config='' libquicktime_config='' libxml2_config='/usr/local/bin/xml2-config' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lzo_config='' mandir='/usr/local/man' mjpegtools_config='' mkdir_p='$(top_builddir)/autotools/install-sh -c -d' ogg_config='no' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' pvm3_config='' sbindir='${exec_prefix}/sbin' sdl_config='/usr/local/bin/sdl-config' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-portbld-freebsd6.3' target_alias='' target_cpu='i386' target_os='freebsd6.3' target_vendor='portbld' theora_config='no' vorbis_config='no' x_includes='' x_libraries='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "transcode" #define PACKAGE_TARNAME "transcode" #define PACKAGE_VERSION "1.0.6" #define PACKAGE_STRING "transcode 1.0.6" #define PACKAGE_BUGREPORT "" #define PACKAGE "transcode" #define VERSION "1.0.6" #define HAVE_LIBDL 1 #define HAVE_DLOPEN 1 #define STDC_HEADERS 1 #define HAVE_DIRENT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIMITS_H 1 #define HAVE_INTTYPES_H 1 #define TIME_WITH_SYS_TIME 1 #define ATTRIBUTE_ALIGNED_MAX 64 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_ALLOCA 1 #define HAVE_VPRINTF 1 #define HAVE_STRCOLL 1 #define RETSIGTYPE void #define HAVE_STRTOL 1 #define HAVE_FTRUNCATE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MEMSET 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STAT 1 #define HAVE_ATEXIT 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MEMMOVE 1 #define HAVE_MKFIFO 1 #define HAVE_VSSCANF 1 #define HAVE_STRPTIME 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_LIBM_LRINT 1 #define HAVE_GETOPT_LONG_ONLY 1 #define SYS_BSD 1 #define ARCH_X86 1 #define HAVE_ASM_MMX 1 #define HAVE_MMX 1 #define HAVE_ASM_3DNOW 1 #define HAVE_3DNOW 1 #define HAVE_ASM_SSE 1 #define HAVE_SSE 1 #define HAVE_ASM_SSE2 1 #define HAVE_SSE2 1 #define HAVE_DLFCN_H 1 #define HAVE_X11 1 #define HAVE_LIBXV 1 #define HAVE_X11_XAW_SIMPLE_H 1 #define HAVE_XAW_SIMPLE 1 #define HAVE_LIBXPM 1 #define HAVE_LIBZ 1 #define HAVE_LIBM 1 #define STATBUFFER 1 #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_OSS 1 #define HAVE_FREETYPE2 1 #define HAVE_OGG 1 #define HAVE_VORBIS 1 #define HAVE_THEORA 1 #define HAVE_LIBDVDREAD_INC 1 #define HAVE_LIBDVDREAD 1 #define HAVE_LIBXML2 1 #define HAVE_SDL 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBICONV 1 #define HAVE_ICONV 1 configure: exit 1 --------------040003040905010708050708-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 8 19:45:03 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB145106564A for ; Fri, 8 Aug 2008 19:45:03 +0000 (UTC) (envelope-from hlfw@datalync.com) Received: from merlin.vrmetro.com (merlin.vrmetro.com [209.124.34.18]) by mx1.freebsd.org (Postfix) with ESMTP id 90BB28FC0C for ; Fri, 8 Aug 2008 19:45:02 +0000 (UTC) (envelope-from hlfw@datalync.com) Received: from fbsd.hq.datalync.com (ip70-187-86-3.ga.at.cox.net [70.187.86.3]) by merlin.vrmetro.com (8.9.3p2/8.9.0) with ESMTP id PAA97103 for ; Fri, 8 Aug 2008 15:29:28 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by fbsd.hq.datalync.com (8.13.8/8.13.8) with ESMTP id m78JTRq6071179 for ; Fri, 8 Aug 2008 15:29:27 -0400 (EDT) (envelope-from hlfw@datalync.com) From: fred To: multimedia@freebsd.org Date: Fri, 8 Aug 2008 15:29:26 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808081529.27177.hlfw@datalync.com> Cc: Subject: mod to make gspca load for FreeBSD 7 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 19:45:04 -0000 Ran into a problem with the latest linux-kmod-compat module on FreeBSD 7. the gspca driver still had an unresolved reference to msleep. Looks like the FreeBSD version test in linux_compat.c:linux_msleep() was not working and ended up compiling for a FreeBSD6 kernel. I replaced the FreeBSD version test in linux/module.h void linux_msleep(int ms); #if defined(msleep) #undef msleep #define bsd_sleep _sleep #else #define bsd_sleep msleep #endif #define msleep_compat(ms) linux_msleep(ms) #define msleep(ms) linux_msleep(ms) And changed linux_compat.c:linux_msleep() to just call bsd_sleep instead of calling _sleep() or msleep() based on version. Wondering why the FreeBSD msleep() is used in place of tsleep() ? From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 9 20:16:29 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAD151065674 for ; Sat, 9 Aug 2008 20:16:29 +0000 (UTC) (envelope-from fj@panix.com) Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) by mx1.freebsd.org (Postfix) with ESMTP id D8F6E8FC1B for ; Sat, 9 Aug 2008 20:16:28 +0000 (UTC) (envelope-from fj@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by l2mail1.panix.com (Postfix) with ESMTP id 99E065C20B for ; Sat, 9 Aug 2008 15:58:54 -0400 (EDT) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id B707F34814 for ; Sat, 9 Aug 2008 15:58:53 -0400 (EDT) Received: by panix5.panix.com (Postfix, from userid 16484) id A5BF3241E0; Sat, 9 Aug 2008 15:58:53 -0400 (EDT) Date: Sat, 9 Aug 2008 15:58:53 -0400 From: Joe Altman To: freebsd-multimedia@freebsd.org Message-ID: <20080809195853.GA29116@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: Grip, via GNOME, requires Kerberos: what were they thinking? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2008 20:16:29 -0000 I like Grip, a lot. I've ripped gigs and gigs of CDs to FLAC. Unfortunately, it depends on the Tentacular Array named The Gnome Project. On a brand new install of FreeBSD 7.0, updated today and yesterday, Kerberos is required to obtain Grip. AFAICT, according to the Makefile for gnomevfs2, required by Grip, there is no "OFF" knob: # $FreeBSD: ports/devel/gnome-vfs/Makefile,v 1.134 2008/06/06 14:33:36 edwin Exp $ .if defined(WITHOUT_KERBEROS) @${ECHO_CMD} "${PKGNAME}: KERBEROS is required." @${FALSE} .endif No ifs, no ands, no buts, and I've lost my grip. There is most certainly not an OFF knob for gnome-vfs. I cannot imagine why a single user desktop must have Kerberos. There is probably no solution beyond sucking it up and rebuilding from source to have Kerberos, but this thing called The Gnu Object Modelling Environment is just flat bizarre. Is there lore for how things end up like this? Maybe a Dilbert cartoon?