From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 20 04:15:40 2012 Received: (at submit) by debbugs.gnu.org; 20 Mar 2012 08:15:40 +0000 Received: from localhost ([127.0.0.1]:57667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S9uE6-0000QG-E3 for submit@debbugs.gnu.org; Tue, 20 Mar 2012 04:15:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40389) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S9tzK-0008WR-BG for submit@debbugs.gnu.org; Tue, 20 Mar 2012 04:00:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9tVi-0007gg-Bg for submit@debbugs.gnu.org; Tue, 20 Mar 2012 03:29:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:51968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9tVi-0007gW-65 for submit@debbugs.gnu.org; Tue, 20 Mar 2012 03:29:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9tVc-00071X-2j for bug-gnu-emacs@gnu.org; Tue, 20 Mar 2012 03:29:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9tVV-0007dP-Du for bug-gnu-emacs@gnu.org; Tue, 20 Mar 2012 03:29:31 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:48390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9tVV-0007cn-43 for bug-gnu-emacs@gnu.org; Tue, 20 Mar 2012 03:29:25 -0400 Received: by bkwq16 with SMTP id q16so6109912bkw.0 for ; Tue, 20 Mar 2012 00:29:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3S5W6uMlu5RPn+T4VvVdy8HhGvbnL0tdTEL9JQ2vllE=; b=KENCNLPHnFT5tie0QzbF6jpG/wT0siere4UDe3Pcq+/voSXiGR9ou6/VqQH2BqP+AX zkeqXVofS7SbxNog6/9ol0bqk7JWAYriFUnkdJmKz8v1hiQDV4jZ3+BfnnsuCTv9jgvy 9djub/KQuvQC5GWXWpfGSugPUcj2KOU7jfH9RW0cS0fiRIvNmG5L/sqbru/UFKMbyQXk D8wtw4HGbiXbZHNoWDYyeI3ol0wDRfDGk/sdO+RvVU0u45cz8mQQQ38bvGbaCXzWhIDd Df+E335jOmb9DRnvEHEkgWOc/7lfH3N+ZYviXPQkrZFA2CDX13TF5jmmMnFYMyQpRYQh 3Vsw== MIME-Version: 1.0 Received: by 10.204.156.216 with SMTP id y24mr3756381bkw.60.1332228562451; Tue, 20 Mar 2012 00:29:22 -0700 (PDT) Received: by 10.205.35.135 with HTTP; Tue, 20 Mar 2012 00:29:22 -0700 (PDT) Date: Tue, 20 Mar 2012 12:59:22 +0530 Message-ID: Subject: Info required to compile a file. Error is attached here From: Chethan HB To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=0015175cdfd0397dc104bba7a2c3 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 20 Mar 2012 04:15:29 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --0015175cdfd0397dc104bba7a2c3 Content-Type: text/plain; charset=ISO-8859-1 Hi, When I compile a file using compile option which is available in emacs (I mean tools->compile) error is popped saying, -*- mode: compilation; default-directory: "~/emacs-23.1/bin/" -*- Compilation started at Tue Mar 20 12:38:44 make -k make: *** No targets specified and no makefile found. Stop. Compilation exited abnormally with code 2 at Tue Mar 20 12:38:44 Installing info: C:\emacs\emacs-23.1\bin I have kept hello.cpp in C:\emacs\emacs-23.1\bin. Also tried keeping hello.cpp in diff location. hello.cpp // Begining to C++ #include using namespace std; int main() { cout<<"Hello world"<Hi,
=A0
When I compile a file using compile option which is available in emacs= (I mean tools->compile) error is popped saying,
=A0
-*- mode: compilation; default-directory: &quo= t;~/emacs-23.1/bin/" -*-
Compilation started at Tue Mar 20 12:38:44
=A0
make -k
make: *** No targets specified and no makefile= found. =A0Stop.
=A0
Compilation exited abnormally with code 2 at T= ue Mar 20 12:38:44
=A0
Installing info:
=A0
C:\emacs\emacs-23.1\bin
=A0
I have kept hello.cpp in C:\emacs\emacs-23.1\bin. Also tried keeping h= ello.cpp in diff location.
=A0
hello.cpp
=A0
// Begining to C++
=A0
#include <iostream>
=A0
using namespace std;
int main()
{
cout<<"Hello world"<<endl;
=A0
return 0;
}
=A0
What could could be the mistake that I am facing?
=A0
=A0
--
Regards
Chethan HB
=A0
"Life is just a moment between a breath and none. Hope I do enoug= h to add meaning to it."
=A0
=A0
--0015175cdfd0397dc104bba7a2c3-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 20 12:53:21 2012 Received: (at 11045) by debbugs.gnu.org; 20 Mar 2012 16:53:21 +0000 Received: from localhost ([127.0.0.1]:58250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA2JF-00055j-AU for submit@debbugs.gnu.org; Tue, 20 Mar 2012 12:53:21 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43336) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA2JC-00055Z-KG for 11045@debbugs.gnu.org; Tue, 20 Mar 2012 12:53:19 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SA1pX-0001zg-AQ; Tue, 20 Mar 2012 12:22:39 -0400 From: Glenn Morris To: Chethan HB Subject: Re: bug#11045: Info required to compile a file. Error is attached here References: X-Spook: Delta Force Security Council Noriega undercover X-Ran: (Chethan HB's message of "Tue, 20 Mar 2012 12:59:22 +0530") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11045 Cc: 11045@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Chethan HB wrote: > make -k > make: *** No targets specified and no makefile found. Stop. Hello, I don't think this is an Emacs bug. The same question was asked a few days ago on the help-gnu-emacs list, which is the right place. Eg http://lists.gnu.org/archive/html/help-gnu-emacs/2012-03/msg00135.html Please ask on help-gnu-emacs if you need more help. > What could could be the mistake that I am facing? You need to install a compiler on your machine, and figure out how to call it from a command prompt from outside Emacs. Then just enter the same thing at the M-x compile prompt as you did at the command prompt. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 20 12:57:27 2012 Received: (at control) by debbugs.gnu.org; 20 Mar 2012 16:57:27 +0000 Received: from localhost ([127.0.0.1]:58256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA2NC-0005FD-Uc for submit@debbugs.gnu.org; Tue, 20 Mar 2012 12:57:27 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43413) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA2NB-0005F6-B6 for control@debbugs.gnu.org; Tue, 20 Mar 2012 12:57:25 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SA1tY-0002sD-4J for control@debbugs.gnu.org; Tue, 20 Mar 2012 12:26:48 -0400 Date: Tue, 20 Mar 2012 12:26:48 -0400 Message-Id: Subject: control message for bug 11045 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) tag 11045 notabug close 11045 From unknown Sun Jun 22 17:17:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 18 Apr 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator