From mboxrd@z Thu Jan 1 00:00:00 1970 From: kinkabrain@gmail.com (Kinka Huang) Date: Thu, 18 Sep 2014 22:19:40 +0800 Subject: linux master cannot compile successfully In-Reply-To: References: Message-ID: <541AE9FC.8060908@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hey, I just pull linux-master and checkout tag v3.17-rc5. I think linux-master should always compiles successfully, but it seems I am wrong? I got the error: In file included from drivers/gpu/drm/nouveau/core/core/client.c:29:0: drivers/gpu/drm/nouveau/core/include/nvif/unpack.h:1:1: error: expected identifier or ?(? before ?.? token ../../../nvif/unpack.h ^ drivers/gpu/drm/nouveau/core/core/client.c:43:29: error: field ?v0? has incomplete type struct nvif_notify_rep_v0 v0; ^ etc... The file drivers/gpu/drm/nouveau/core/include/nvif/unpack.h should contain just "../../../nvif/unpack.h"? Why? Is it just an error or I did something wrong? Thanks.