From owner-freebsd-stable@FreeBSD.ORG Tue Apr 17 19:03:45 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0C51106566C for ; Tue, 17 Apr 2012 19:03:45 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 877368FC08 for ; Tue, 17 Apr 2012 19:03:45 +0000 (UTC) Received: by yenl9 with SMTP id l9so3968201yen.13 for ; Tue, 17 Apr 2012 12:03:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=b2HtX/gS+d8PzJZoQ0T8ZsZ/k2+gwo39fZDwDYZ3w6k=; b=ZNQ4RvDMSw/1YF06qYmUOh9aC88XD5ZMeuUHJAGmybC2dCD7waDLZgVZfjArtUF51i L4kqKSOGVqrV0iVwTHuQMZvzyTB+BtVQNJTgKm3M/4GPw1ERw3gUWaIrzLnsFExFyK3h g3seaCGQOIB2MUDGmh8OtROlmcs33jJSJ9zWRcJZXaaO8mmYACshJxW07bI5he9BHwHG oirGa98SqIJMGSmmBZXuOQcpeh8QLxI+BXm48lVMJ3I7yNX1nVEXdxU/nrdyuojqLm63 dsUF5rDQL+lf7sL1mLqAXmTm5K7/6Czba2H0CEiQupWprHB3kd4MnSr1Jnq8kEooAwa1 USaw== MIME-Version: 1.0 Received: by 10.60.14.226 with SMTP id s2mr23199868oec.29.1334689424626; Tue, 17 Apr 2012 12:03:44 -0700 (PDT) Received: by 10.60.17.34 with HTTP; Tue, 17 Apr 2012 12:03:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Apr 2012 21:03:44 +0200 Message-ID: From: Zenny To: Rainer Duffner Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: environment declared, yet problem to compile HipHop in FreeBSD9-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 19:03:46 -0000 On Tue, Apr 17, 2012 at 8:45 PM, Rainer Duffner wrote: > > Am 17.04.2012 um 20:41 schrieb Zenny: > > > Hi: > > > > I tried to follow the instructions here > > ( > https://github.com/facebook/hiphop-php/wiki/Building-and-Installing-on-FreeBSD-8.2 > ), > > everything went well except when I tried to 'cmake .', got > > configuration error: > > > > "CMake Error at CMakeLists.txt:5 (message): > > You should set the HPHP_HOME environmental > > -- Configuring incomplete, errors occurred!" > > > > Is there any different way to set environment? Thanks in advance! > > > Which shell are you using? > > tcsh => setenv VAR bla-value > Using csh, so I used set VAR. setenv didn't work. > > Rainer