From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Qtwebengine Date: Sun, 26 Jul 2015 11:55:45 +0200 Message-ID: <20150726095545.GA29093@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIeu-0002nS-SG for guix-devel@gnu.org; Sun, 26 Jul 2015 05:55:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJIer-0003Zv-JD for guix-devel@gnu.org; Sun, 26 Jul 2015 05:55:52 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:65496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIer-0003ZZ-Aa for guix-devel@gnu.org; Sun, 26 Jul 2015 05:55:49 -0400 Content-Disposition: inline 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: guix-devel@gnu.org Hello, I am trying to update Qt to 5.5.0. Unfortunately, it does not compile; there are error messages such as ../../../src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc: In function ‘boolean gfx:: {anonymous}::FillInputBuffer(j_decompress_ptr)’: ../../../src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc:362:10: error: cannot conve rt ‘bool’ to ‘boolean’ in return return false; ../../../src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc:276:32: error: invalid conv ersion from ‘int’ to ‘boolean’ [-fpermissive] jpeg_start_compress(&cinfo, 1); We might use too aggressive type checking here. Anyway, I seem to recall that we discussed leaving out the building of chromium altogether due to security considerations? In this case, it should be enough to pass the configure flag "-skip qtwebengine". I am trying out a build now, and if you agree and everything goes well, would push like this. Andreas