From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Problems running C code in org-mode under Windows Date: Mon, 26 Mar 2012 16:04:58 -0700 Message-ID: <40C7B1BFC291ED4E9D10436D07736A334702B60A32@EXMAIL7.haas.uc.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCIyP-0002Ay-7k for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 19:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCIyN-00083B-2Y for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 19:05:12 -0400 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:1529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCIyM-00082W-Si for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 19:05:10 -0400 Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" Here's a simple org file that's supposed to run some C code and print the r= esult: ---------------------- * Sample C code #+name: RHS.c #+begin_src C :noweb yes :tangle RHS.c #include <
> #+end_src #+name: main #+begin_src C int main(int argc, char *argv[]) { int lst[argc-1]; int i; for(i=3D1;i