From owner-freebsd-gnome Tue Jan 28 13:38:32 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F9DB37B405 for ; Tue, 28 Jan 2003 13:38:31 -0800 (PST) Received: from hotmail.com (f27.sea2.hotmail.com [207.68.165.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D8A43FA3 for ; Tue, 28 Jan 2003 13:38:29 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 Jan 2003 13:38:25 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Tue, 28 Jan 2003 21:38:25 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: gnome@freebsd.org Subject: gstreamer-0.5.2 has been failed.. (cutter.c) Date: Tue, 28 Jan 2003 16:38:25 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jan 2003 21:38:25.0492 (UTC) FILETIME=[969D3140:01C2C715] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Here's error what I am getting.. ========================================== arch=pentium3 -c -o cutter-cutter.o `test -f 'cutter.c' || echo './'`cutter.c cc1: warnings being treated as errors cutter.c: In function `cut_start': cutter.c:48: warning: passing arg 1 of `time' from incompatible pointer type cutter.c:49: warning: passing arg 1 of `localtime' from incompatible pointer typ e gmake[3]: *** [cutter-cutter.o] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.5. 2/examples/cutter' gmake[2]: *** [all-recursive] Error 1 ========================================== ***work/gstreamer-0.5.2/examples/cutter/cutter.c It looks like it needs to change from time.h to sys/time.h and add something like.. struct timeval tv; time_t seconds; I am just guessing, so I will learn from your patch when you get it fix. Hope, I am close thought. :-) Cheers, Mezz _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message