cc-create-define-alist on w32

2005-05-04 Thread Nick Roberts
> The recently introduced `cc-create-define-alist' causes the following > problem with Emacs on MinGW: When I load a C program into a buffer the > process "/lib/cpp" gets called. However, with MinGW "cpp.exe" is by > default in "...\MinGW\bin\" and an error is reported. and > I'm running e

Re: cc-create-define-alist on w32

2005-05-04 Thread Eduardo Dominguez
I'm running Mac OSX 10.4. It has both cpp and gcc, both in /usr/bin. Thanks! On 5/3/05, Nick Roberts <[EMAIL PROTECTED]> wrote: > > > The recently introduced `cc-create-define-alist' causes the following > > problem with Emacs on MinGW: When I load a C program into a buffer the > > process "/

cc-create-define-alist on w32

2005-05-03 Thread martin rudalics
The recently introduced `cc-create-define-alist' causes the following problem with Emacs on MinGW: When I load a C program into a buffer the process "/lib/cpp" gets called. However, with MinGW "cpp.exe" is by default in "...\MinGW\bin\" and an error is reported. __