From owner-freebsd-questions@FreeBSD.ORG Sun Mar 31 11:35:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C33FB5DB; Sun, 31 Mar 2013 11:35:54 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep16.mx.upcmail.net (fep16.mx.upcmail.net [62.179.121.36]) by mx1.freebsd.org (Postfix) with ESMTP id E56408CA; Sun, 31 Mar 2013 11:35:53 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130331113545.WZWV20733.viefep16-int.chello.at@edge03.upcmail.net>; Sun, 31 Mar 2013 13:35:45 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge03.upcmail.net with edge id JBbk1l00y0i5fp603Bbkq9; Sun, 31 Mar 2013 13:35:45 +0200 X-SourceIP: 178.84.132.32 Message-ID: <51581F8F.2010600@rainbow-runner.nl> Date: Sun, 31 Mar 2013 13:35:43 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Matthias Apitz Subject: Re: Problems with ekiga3 build References: <3108039.oy3zg9g7JA@zeus> <20130307060112.GA2348@tinyCurrent> <20130331100200.GA17107@tinyCurrent> In-Reply-To: <20130331100200.GA17107@tinyCurrent> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 130331-0, 31-03-2013), Outbound message X-Antivirus-Status: Clean Cc: gnome@freebsd.org, freebsd-questions@freebsd.org, Derrick Dantavious Edwards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Mar 2013 11:35:54 -0000 On 31-3-2013 12:02, Matthias Apitz wrote: > El día Thursday, March 07, 2013 a las 07:01:12AM +0100, Matthias Apitz escribió: > >> El día Wednesday, March 06, 2013 a las 04:00:36PM -0500, Derrick Dantavious Edwards escribió: >> >>> Hi, >>> I continue to get this error when I attempt to compile ekiga3. Any ideas? >>> >>> FreeBSD 10.0-CURRENT #0 r247527: Fri Mar 1 00:38:04 EST 2013 >>> >>> v/r >>> >>> Derrick >>> Stop in /usr/ports/net/ekiga3. >>> >> I can't comment on the error in question, but maybe better you compile >> Ekiga (PTlib, ...) directly from the sources from git; in the Ekiga Wiki >> there is a small guide (maybe outdated, if so I could update this) Would be good to see the error. If this this problem happens on 10.0 only then you could try to add USE_GCC=any to the makefile and see if that fixes the problem. > I've tried to build Ekiga from SVN (ptlib, opal) and git (Ekiga), but it > now depends on: > > ... > checking for GTK... no > configure: error: Package requirements (gtk+-3.0 >= 3.4.0 > gnome-icon-theme >= 3.0.0) were not met: > > No package 'gtk+-3.0' found > Requested 'gnome-icon-theme >= 3.0.0' but version of gnome-icon-theme is 2.30.3 > > So, we FreeBSD folks, have no chance to build Ekiga 4.0.x :-( > > matthias > I'm looking into updating the ptlib/opal/ekiga ports. So ekiga 4 will happen. Btw if you can't wait for that, gtk30 was updated to 3.6, and you can get a more recent gnome-icon-theme port from our devel repo. -Koop