From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 3 09:47:44 2006 Return-Path: X-Original-To: gnome@freebsd.org 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 1AB1916A400 for ; Mon, 3 Apr 2006 09:47:44 +0000 (UTC) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id B071F43D48 for ; Mon, 3 Apr 2006 09:47:43 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id E2B046114; Mon, 3 Apr 2006 11:47:42 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 1021) id E3F816107; Mon, 3 Apr 2006 11:47:43 +0200 (CEST) Date: Mon, 3 Apr 2006 11:47:43 +0200 From: Jean-Baptiste Quenot To: steve@energistic.com, gnome@freebsd.org Message-ID: <20060403094743.GH19483@vision.anyware> Mail-Followup-To: Jean-Baptiste Quenot , steve@energistic.com, gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: 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, 03 Apr 2006 09:47:44 -0000 Hello, Side Note: I upgraded Gnome successfully to 2.14 this weekend, thanks to the marcusmerge script. The only problem was about howl/avahi, I had to restart the build. Unfortunately, ekiga is not in the release. I'm trying to build ekiga, here is the command-line so far: LDFLAGS="-L/usr/local/lib -pthread" ./configure --with-pwlib-dir=/usr/local checking for PWLib includes in /usr/local/include/... checking for /usr/local/include/ptlib/pprocess.h... yes checking for read in -lpt... yes checking for PWLib version... configure: error: Sorry but the recommended PWLib version is 1.10.0 As you can see, it requires PWLib 10.0, so I tried to update the devel/pwlib port. Unfortunately I get a compile error in pwlib: g++ -O1 -I/usr/local/include -DP_USE_PRAGMA -D_REENTRANT -pthread -Wall -g -D_DEBUG -DNDEBUG -I/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/include -O -pipe -O1 -I/usr/local/include -felide-constructors -Wreorder -c ../common/vconvert.cxx -o /usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/lib/obj_d/vconvert.o ../common/vconvert.cxx: In constructor `PColourConverter::PColourConverter(const PString&, const PString&, unsigned int, unsigned int)': ../common/vconvert.cxx:415: error: `jdec' undeclared (first use this function) ../common/vconvert.cxx:415: error: (Each undeclared identifier is reported only once for each function it appears in.) ../common/vconvert.cxx: At global scope: ../common/vconvert.cxx:523: 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:2017: error: `jdec' undeclared (first use this function) ../common/vconvert.cxx: In member function `bool PStandardColourConverter::MJPEGtoYUV420PSameSize(const BYTE*, BYTE*)': ../common/vconvert.cxx:2109: error: `jdec' undeclared (first use this function) gmake[3]: *** [/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/lib/obj_d/vconvert.o] Error 1 gmake[3]: Leaving directory `/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0/src/ptlib/unix' gmake[2]: *** [debug] Error 2 gmake[2]: Leaving directory `/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0' gmake[1]: *** [libs] Error 2 gmake[1]: Leaving directory `/usr/local-home/jbq/usr/ports/pwlib/work/pwlib_v1_10_0' gmake: *** [debuglibs] Error 2 *** Error code 2 Stop in /usr/local-home/jbq/usr/ports/pwlib. Any idea? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/