Message from discussion
You must have MC VC++ in your path to build
Received: by 10.68.238.198 with SMTP id vm6mr13915875pbc.3.1328617334968;
Tue, 07 Feb 2012 04:22:14 -0800 (PST)
Path: lh20ni270413pbb.0!nntp.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.mozilla.org!news.mozilla.org.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 07 Feb 2012 06:22:14 -0600
Return-Path: <ted.mielcza...@gmail.com>
X-Original-To: dev-bui...@lists.mozilla.org
Delivered-To: dev-bui...@lists.mozilla.org
X-Virus-Scanned: amavisd-new at mozilla.org
Authentication-Results: notorious.mozilla.org (amavisd-new); dkim=pass
header...@gmail.com
Received-SPF: pass (gmail.com ... _spf.google.com: 209.85.215.50 is authorized
to use 'ted.mielcza...@gmail.com' in 'mfrom' identity
(mechanism 'ip4:209.85.128.0/17' matched))
receiver=notorious.mozilla.org; identity=mailfrom;
envelope-from="ted.mielcza...@gmail.com";
helo=mail-lpp01m010-f50.google.com; client-ip=209.85.215.50
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=mime-version:sender:in-reply-to:references:date
:x-google-sender-auth:message-id:subject:from:to:cc:content-type;
bh=vIkIF9E3k1KSV45o9GDdz1a2c3fMInQptyWyvycOaIM=;
b=bXFhn043upiC/jUNoAfrFxI1muSGg3/YH85voVAYjF4g9iwMO0u2zQ2pQM6VY6rlFt
nVnNtr7RcWcRG7pG3th8ohcTq8o53WwfwjcvGjziJnyRRwnd6Pex6cCObrn+3XRGgj+K
Ae7PBZmr4+v0PPfvCTsWMBpfqHUrBaFwJhGak=
MIME-Version: 1.0
Sender: ted.mielcza...@gmail.com
In-Reply-To: <ae14b4b5-99a0-4690-a703-50cedb82860e@s7g2000vby.googlegroups.com>
References: <ae14b4b5-99a0-4690-a703-50cedb82860e@s7g2000vby.googlegroups.com>
Date: Tue, 7 Feb 2012 07:22:07 -0500
Subject: Re: You must have MC VC++ in your path to build
From: Ted Mielczarek <t...@mielczarek.org>
To: Alex <alexkonto...@gmail.com>
Cc: dev-bui...@lists.mozilla.org
X-BeenThere: dev-bui...@lists.mozilla.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Discussion about building Mozilla products
<dev-builds.lists.mozilla.org>
List-Unsubscribe: <https://lists.mozilla.org/options/dev-builds>,
<mailto:dev-builds-requ...@lists.mozilla.org?subject=unsubscribe>
List-Post: <mailto:dev-bui...@lists.mozilla.org>
List-Help: <mailto:dev-builds-requ...@lists.mozilla.org?subject=help>
List-Subscribe: <https://lists.mozilla.org/listinfo/dev-builds>,
<mailto:dev-builds-requ...@lists.mozilla.org?subject=subscribe>
Newsgroups: mozilla.dev.builds
Message-ID: <mailman.8128.1328617333.31724.dev-bui...@lists.mozilla.org>
Lines: 12
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 63.245.208.166
X-AuthenticatedUsername: NoAuthUser
X-Trace: sv3-h1fjUManrYDnmoqCz0macZeyAUGSeVRZVVvGPSILzqI5JcJV00cBDW3RXmluUNy0+X/Tc2nyC45dCpk!v01qLztO+9vgGCpqjZnL3mHBXRERHc5XuqoIeIdOo0EdDoHRaWOJ2gjIAdZ1WkCAmVyyBJmJQLTJ!ywCfP48v1h/sBhoode3qmsG84dZ5T7qz
X-Complaints-To: ab...@mozilla.org
X-DMCA-Complaints-To: ab...@mozilla.org
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 3424
Content-Type: text/plain; charset=ISO-8859-1
On Sat, Feb 4, 2012 at 9:33 AM, Alex <alexkonto...@gmail.com> wrote:
> I'm attempting to build Firefox with PGI 11.10, but keep getting stuck
> at this error:
> http://i44.tinypic.com/28ahwgn.png
What does config.log say? You're failing this test here:
http://mxr.mozilla.org/mozilla-central/source/configure.in#702
Presumably your choice of compiler there doesn't understand some of
the arguments being passed to what configure expects is VC++.
-Ted