From owner-freebsd-ports@FreeBSD.ORG Fri May 17 14:37:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E400BD48 for ; Fri, 17 May 2013 14:37:00 +0000 (UTC) (envelope-from pierre@geobsd.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id CB9C4FFD for ; Fri, 17 May 2013 14:37:00 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UdLm9-0000ga-Sj for freebsd-ports@freebsd.org; Fri, 17 May 2013 07:36:53 -0700 Date: Fri, 17 May 2013 07:36:53 -0700 (PDT) From: GeoBSD To: freebsd-ports@freebsd.org Message-ID: <1368801413862-5812449.post@n5.nabble.com> In-Reply-To: <5195FB7D.8040002@gwdg.de> References: <20130517083358.GB63515@geobsd.com> <5195FB7D.8040002@gwdg.de> Subject: Re: QGIS With Grass Plugin doesn't build (kpty.cpp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 14:37:00 -0000 - Compilation goes further when adding : #define HAVE_UTEMPTER, - But root problem is still the same. It comes from functions KPty::login() and KPty:logout(). CMakeFiles/grassplugin.dir/qtermwidget/kpty.cpp.o: In function `KPty::login(char const*, char const*)': kpty.cpp:(.text+0x21e): undefined reference to `addToUtmp' CMakeFiles/grassplugin.dir/qtermwidget/kpty.cpp.o: In function `KPty::logout()': kpty.cpp:(.text+0x3d7): undefined reference to `removeLineFromUtmp' - I'm not sure if it is correct to use HAVE_UTEMPTER instead of HAVE_UTMPX (which is the standard) - It's a vicious circle. It will better if we can modify the file "kpty.cpp" to be directly compatible with FreeBSD and submit it to QGIS developpers. Any help will be (very) appreciated. -- View this message in context: http://freebsd.1045724.n5.nabble.com/QGIS-With-Grass-Plugin-doesn-t-build-kpty-cpp-tp5812385p5812449.html Sent from the freebsd-ports mailing list archive at Nabble.com.