From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 43EEB7856A for ; Mon, 4 Dec 2017 06:16:40 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id vB46Gfg7005902 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 3 Dec 2017 22:16:41 -0800 (PST) Received: from localhost.corp.ad.wrs.com (128.224.162.229) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.361.1; Sun, 3 Dec 2017 22:16:35 -0800 To: Alexander Kanavin , References: <8d0f0ec4-82a6-c63e-2fac-e012e9ee2ec5@windriver.com> <93b6acc4-61a1-1c41-a092-e3580a33f1b9@linux.intel.com> <335280c8-345e-e1c9-9960-ce599eeef52f@linux.intel.com> From: Robert Yang Message-ID: <2951465b-d2ce-809c-df7e-2a2bbd888a91@windriver.com> Date: Mon, 4 Dec 2017 14:16:13 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <335280c8-345e-e1c9-9960-ce599eeef52f@linux.intel.com> Subject: Re: [PATCH 4/5] webkitgtk: fix compile error when len(TMPDIR) == 410 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 06:16:41 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Alexander, On 12/01/2017 05:49 PM, Alexander Kanavin wrote: > On 12/01/2017 10:26 AM, Alexander Kanavin wrote: >> On 12/01/2017 03:46 AM, Robert Yang wrote: >>> The flags.make is generated by cmake, and as I said in the commit message: >>> >>> "The cmake doesn't support relative path, so we have to edit flags.make to fix >>> the problem" >>> >>> I'm not familiar with cmake, please let me know if there is a way to make >>> it generate a relative path in flags.make. >> >> I'll try to find out how it happens, and will get back to you. > > Sadly, looks like you are right. Cmake will prepend a full path to every include > directory, even if they're specified as relative in CmakeLists.txt. > > As this is a common problem, should it go to cmake.bbclass perhaps? I didn't find other cmake recipes have build errors when len(TMPDIR) == 410, so I'm leaning to not add to cmake.bbclass. // Robert > > > Alex >