> 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
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 "/
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.
__