From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: CEDET calls cpp -E -dM -x c++ /dev/null Date: Wed, 1 Jul 2009 21:58:06 +0200 Message-ID: References: <83ws6s2oss.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246478314 20323 80.91.229.12 (1 Jul 2009 19:58:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 19:58:34 +0000 (UTC) Cc: alexott@gmail.com, eric@siege-engine.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 01 21:58:28 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MM5wi-0004Vo-KJ for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 21:58:20 +0200 Original-Received: from localhost ([127.0.0.1]:45263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM5wi-0001mf-26 for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 15:58:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM5wc-0001k5-OV for emacs-devel@gnu.org; Wed, 01 Jul 2009 15:58:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM5wY-0001Yl-Td for emacs-devel@gnu.org; Wed, 01 Jul 2009 15:58:14 -0400 Original-Received: from [199.232.76.173] (port=43079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM5wY-0001YD-OK for emacs-devel@gnu.org; Wed, 01 Jul 2009 15:58:10 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:36306) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM5wW-0007v7-9r; Wed, 01 Jul 2009 15:58:08 -0400 Original-Received: by fxm17 with SMTP id 17so669535fxm.42 for ; Wed, 01 Jul 2009 12:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fhPcgjmR7pHmBAcvH4x2XcO0mLn/a4ow9LlXu+IL6ok=; b=HjAvLDq8a3wRTvBj5wz4uJ4hoAgpGE8GTWFIr4yplMye9auXZqLs6ROzSKNxRPFRyF NFnFZ/LlFmanjrwH0vC3Fc/54b274xTcdZX46xMRZ0OM9vyOpl3/gMC/Sx5Po6Vfd6JE s10ifCxcSn0lJ6temmcXQ80jV0Gc4Ox27SN5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=IznTWbXv8mroMU4fbokyXmFqjdDq4Fgr6UZMci8krstrkSet271ENwyfhXfUREB6Ur F5o0P1bEj4MV5COpX3dAzpfS631IUEPU40t99x2ut9JjhrduIsDzwAqL73mYWcQUEX/I TRDrI30anMQid123PBbFe4wBQkIvR0TEZWWg0= Original-Received: by 10.239.134.132 with SMTP id 4mr808267hbz.131.1246478286889; Wed, 01 Jul 2009 12:58:06 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111875 Archived-At: On Wed, Jul 1, 2009 at 9:25 PM, Lennart Borgman wrote: >>> Now, if the command instead is >>> >>> =C2=A0 =C2=A0 cpp -E -dM -x c++ nul >>> >>> it fails for me with >>> >>> =C2=A0 cpp: installation problem, cannot exec `cc1plus': No such file o= r directory >> >> This works for me. =C2=A0What version of cpp do you have? =C2=A0I have t= his: >> >> =C2=A0 =C2=A0D:\usr\eli\data>cpp --version >> =C2=A0 =C2=A0cpp (GCC) 3.4.2 (mingw-special) >> =C2=A0 =C2=A0Copyright (C) 2004 Free Software Foundation, Inc. >> =C2=A0 =C2=A0This is free software; see the source for copying condition= s. =C2=A0There is NO >> =C2=A0 =C2=A0warranty; not even for MERCHANTABILITY or FITNESS FOR A PAR= TICULAR PURPOSE. > > cpp (GCC) 3.4.5 (mingw-vista special r3) > Copyright (C) 2004 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. =C2=A0There= is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS= E. > > Hm, maybe I am using a release candidate ...? Reinstalled. Still same version, but now it works.