[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CEDET calls cpp -E -dM -x c++ /dev/null
From: |
Lennart Borgman |
Subject: |
CEDET calls cpp -E -dM -x c++ /dev/null |
Date: |
Wed, 1 Jul 2009 21:06:17 +0200 |
CEDET does the call above in semantic-gcc-setup. Doing that from the
command line using MingGW on w32 fails.
It fails because /dev/null is not valid on w32. Shouldn't it be NUL
there? However looking through Emacs lisp sources I see several uses
of just /dev/null. Wouldn't it be better to use some defsubst for
this?
Now, if the command instead is
cpp -E -dM -x c++ nul
it fails for me with
cpp: installation problem, cannot exec `cc1plus': No such file or directory
Does it work for anyone else using MinGW? What should perhaps be used instead?
- CEDET calls cpp -E -dM -x c++ /dev/null,
Lennart Borgman <=
- Re: CEDET calls cpp -E -dM -x c++ /dev/null, Eli Zaretskii, 2009/07/01
- Re: CEDET calls cpp -E -dM -x c++ /dev/null, Lennart Borgman, 2009/07/01
- Re: CEDET calls cpp -E -dM -x c++ /dev/null, Eli Zaretskii, 2009/07/01
- Re: CEDET calls cpp -E -dM -x c++ /dev/null, Eric M. Ludlam, 2009/07/01
- Re: CEDET calls cpp -E -dM -x c++ /dev/null, Lennart Borgman, 2009/07/02