From owner-freebsd-current@FreeBSD.ORG Tue Oct 23 04:37:49 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00B0550F for ; Tue, 23 Oct 2012 04:37:48 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id A545D8FC12 for ; Tue, 23 Oct 2012 04:37:48 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so4777878vcb.13 for ; Mon, 22 Oct 2012 21:37:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=+bLnBEjg5hPqhk2/dL7puAx2UPxSEOn/v8QAsRSwKg0=; b=kq0oY0J2zgvUYfZRln9QhtbSV9FK7oq8BCEEmWv4cHcIdAP48UXhtx/4VOZfGmllvH akrGLFp2pPGA/IfaJ3PPSLZpG8NkAEcedvqVieXPJPQp3PTXGfIS3kMXMqdVNJBaot7y IcKqyF8I0E+ve9hnES0HAvsVimhEFceQw1r+sI9hgO/SsXZndXYJuPYFxwXSPrwUVGqn mO35zOAJSCizJ/0fqxc6+BS0p6KXcLFNO5IdTB7a1LBwW5F7rlcBzq7AOhsBwsYqK8Ur XaH87zLUc+fPNaYJW1C61nJZfikZ+AC39Jdm3Op45QyxxtjVeHdww4GuvFYwYCkkK8Sj j5Ig== MIME-Version: 1.0 Received: by 10.58.69.9 with SMTP id a9mr20759763veu.12.1350967067578; Mon, 22 Oct 2012 21:37:47 -0700 (PDT) Received: by 10.58.233.80 with HTTP; Mon, 22 Oct 2012 21:37:47 -0700 (PDT) Date: Tue, 23 Oct 2012 12:37:47 +0800 Message-ID: Subject: Compilation error ('llvm/TableGen/Error.h' file not found) From: Alie Tan To: freebsd-current@freebsd.org X-Gm-Message-State: ALoCoQkPj3G7xkaScZs+lB0clGVApvs1D+8hJa+7uz/Rg3GPY3UYOuKLnR4Dq0lkyXPExfKiy/vG Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 04:37:49 -0000 Hi, I got this compilation error today morning. 'llvm/TableGen/Error.h' file not found http://snakeorladder.com/text.txt With this src.conf http://snakeorladder.com/src.conf Regards, Alie T