From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 9 14:04:58 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 053A516A41F for ; Mon, 9 Jul 2007 14:04:58 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius2.uwa.edu.au (asclepius3.uwa.edu.au [130.95.128.60]) by mx1.freebsd.org (Postfix) with ESMTP id 74A1C13C44B for ; Mon, 9 Jul 2007 14:04:57 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from panacea.kas (localhost.localdomain [127.0.0.1]) by panacea.uwa.edu.au (Postfix) with SMTP id 57FA088D24 for ; Mon, 9 Jul 2007 21:39:50 +0800 (WST) Received: from panacea (localhost.localdomain [127.0.0.1]) by panacea.prekas (Postfix) with ESMTP id 3ED5488BA9 for ; Mon, 9 Jul 2007 21:39:50 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by panacea.extinput (Postfix) with ESMTP id E8B4B89024 for ; Mon, 9 Jul 2007 21:39:46 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 734BC367E0; Mon, 9 Jul 2007 21:39:42 +0800 (WST) Received: from mussel.ucc.gu.uwa.edu.au (mussel.ucc.gu.uwa.edu.au [130.95.13.18]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id 4A5DC367DC; Mon, 9 Jul 2007 21:39:42 +0800 (WST) Received: from zanchey (helo=localhost) by mussel.ucc.gu.uwa.edu.au with local-esmtp (Exim 3.36 #1 (Debian)) id 1I7tSo-0004MP-00; Mon, 09 Jul 2007 21:39:42 +0800 Date: Mon, 9 Jul 2007 21:39:41 +0800 (WST) From: David Adam To: Mayank Jain In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 09072007 #337849, status: clean X-SpamTest-Info: Profile: Formal (1262/070706) X-SpamTest-Info: Profile: Detect Hard [UCS 2006-10-25] X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking Spam - Subject (UCS) [2006-10-25] X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: freebsd-gnome@freebsd.org Subject: Re: Building ekiga requires PWLib 1.10.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:04:58 -0000 On Mon, 9 Jul 2007, Mayank Jain wrote: > Hi > > Can you tell me what resolution you got for the error > > error: `jdec' undeclared (first use this function) > > gmake[1]: Entering directory `/usr/ports/devel/pwlib/work/pwlib_v1_10_3' > set -e; gmake -C src/ptlib/unix opt; gmake -C plugins opt; > gmake[2]: Entering directory > `/usr/ports/devel/pwlib/work/pwlib_v1_10_3/src/ptlib/unix' > g++ -DP_USE_PRAGMA -D_REENTRANT -I/usr/local/include -Wall > -I/usr/ports/devel/pwlib/work/pwlib_v1_10_3/include -Os > -felide-constructors -Wreorder -c ../common/vconvert.cxx -o > /usr/ports/devel/pwlib/work/pwlib_v1_10_3/lib/obj_r/vconvert.o > ../common/vconvert.cxx: In constructor > `PColourConverter::PColourConverter(const PString&, const PString&, unsigned > int, unsigned int)': > ../common/vconvert.cxx:448: error: `jdec' undeclared (first use this > function) > ../common/vconvert.cxx:448: error: (Each undeclared identifier is reported > only once for each function it appears in.) > ../common/vconvert.cxx: At global scope: > ../common/vconvert.cxx:556: error: prototype for `BOOL > PSynonymColour::Convert(const BYTE*, BYTE*, unsigned int, PINDEX*)' does not > match any in class `PSynonymColour' > /usr/local/include/ptlib/vconvert.h:343: error: candidate is: virtual BOOL > PSynonymColour::Convert(const BYTE*, BYTE*, PINDEX*) > ../common/vconvert.cxx: In member function `bool > PStandardColourConverter::MJPEGtoXXXSameSize(const BYTE*, BYTE*, int)': > ../common/vconvert.cxx:2307: error: `jdec' undeclared (first use this > function) > ../common/vconvert.cxx: In member function `bool > PStandardColourConverter::MJPEGtoYUV420PSameSize(const BYTE*, BYTE*)': > ../common/vconvert.cxx:2399: error: `jdec' undeclared (first use this > function) > > > http://lists.freebsd.org/pipermail/freebsd-gnome/2006-April/014047.html As a data point, I have no trouble building PWLib 1.10.7 (under jhbuild) on FreeBSD 6-STABLE. http://jhbuild.bxlug.be/builds/2007-06-08-0005/logs/pwlib/ David Adam zanchey@ucc.gu.uwa.edu.au