From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 19:02:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 254F516A404 for ; Wed, 28 Mar 2007 19:02:30 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 061DB13C465 for ; Wed, 28 Mar 2007 19:02:30 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn05.u.washington.edu (hymn05.u.washington.edu [140.142.12.184]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2SJ2TLn005321 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 28 Mar 2007 12:02:29 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn05.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2SJ2TOh001980 for ; Wed, 28 Mar 2007 12:02:29 -0700 X-Auth-Received: from [192.55.52.4] by hymn05.u.washington.edu via HTTP; Wed, 28 Mar 2007 12:02:29 PDT Date: Wed, 28 Mar 2007 12:02:29 -0700 (PDT) From: youshi10@u.washington.edu To: freebsd-questions@freebsd.org In-Reply-To: <20070328145620.33dc08aa@deimos.mars.bsd> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.28.115033 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Help with port that uses scons X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 19:02:30 -0000 On Wed, 28 Mar 2007, Alejandro Pulver wrote: > Hello. > > I am updating a port that now uses "scons" to build. It reads the > environment variables correctly, but passes CCFLAGS as a single > argument to the compiler, resulting in an error. > > The port (the install part isn't done yet) is available here: > > http://people.freebsd.org/~alepulver/boswars.shar > > Any help would be appreciated. > > Thanks and Best Regards, > Ale If the last line is your problem with SCONS_ARGS, stuff isn't passed in quoted, and IIRC CPPFLAGS should be CXXFLAGS for all applications (I could be wrong about scons though..). -Garrett