From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 23:16:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B45E31065670 for ; Tue, 13 Jul 2010 23:16:31 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id EEA0E8FC08 for ; Tue, 13 Jul 2010 23:16:30 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep12-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20100713231629.YYDO20209.viefep12-int.chello.at@edge03.upcmail.net>; Wed, 14 Jul 2010 01:16:29 +0200 Received: from [192.168.0.104] ([80.56.73.45]) by edge03.upcmail.net with edge id hbGR1e0480ydU7k03bGS2e; Wed, 14 Jul 2010 01:16:28 +0200 X-SourceIP: 80.56.73.45 From: Koop Mast To: Chris Maness In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 14 Jul 2010 01:16:26 +0200 Message-ID: <1279062986.26913.298.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=K3uBg944YaUT+Qsu6bWO0a0V3uPy4DQNslbdoMCD4tw= c=1 sm=0 a=avpEOyXJyB4A:10 a=yQWWgrYGNuUA:10 a=IkcTkHD0fZMA:10 a=AGMDb78TlIHyZ5dHE_wA:9 a=ArbAqBPLw28OHzGYfIsR2IR1IfQA:4 a=QEXdDO2ut3YA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: FreeBSD List Subject: Re: Can anyone Reproduce this Gstreamer-plugins compile error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 23:16:31 -0000 On Tue, 2010-07-13 at 14:52 -0700, Chris Maness wrote: > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.29/sys/ximage' > CC libgstximagesink_la-ximagesink.lo > In file included from ximagesink.c:111: > ximagesink.h:35:33: error: X11/extensions/XShm.h: No such file or > directory > In file included from ximagesink.c:111: > ximagesink.h:150: error: expected specifier-qualifier-list before > 'XShmSegmentInfo' > ximagesink.c: In function 'gst_ximage_buffer_finalize': Seems some files from x11/libXext went missing, try to reinstall that and check gstreamer-plugins again. -Koop