From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Qtwebengine Date: Mon, 27 Jul 2015 10:35:55 +0200 Message-ID: <20150727083555.GA5389@debian> References: <20150726095545.GA29093@debian> <20150726110200.GA7976@debian> <87egjvexuy.fsf@gmail.com> <878ua2vda1.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJdtY-0000OQ-VJ for guix-devel@gnu.org; Mon, 27 Jul 2015 04:36:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJdtV-0004yh-Q7 for guix-devel@gnu.org; Mon, 27 Jul 2015 04:36:24 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:49416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJdtV-0004yU-GV for guix-devel@gnu.org; Mon, 27 Jul 2015 04:36:21 -0400 Content-Disposition: inline In-Reply-To: <878ua2vda1.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Sun, Jul 26, 2015 at 05:07:18PM -0400, Mark H Weaver wrote: > On that subject: I vaguely recall you saying that the system 'pcre' > couldn't be used by Qt before because it wasn't built with > --enable-pcre16. I added that feature to 'pcre' in the last > core-updates cycle, in commit 16f71908308106d098fa44104e177e328c593359. The configure log of qt 5 contains this line: PCRE ................... system So it seems to work now. Andreas