emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /lib/cpp not found in c-mode


From: Nick Roberts
Subject: Re: /lib/cpp not found in c-mode
Date: Tue, 3 May 2005 16:05:01 +1200

 > Don't know about others, but the reason why I don't use c-macro-expand is
 > because it basically can't work right without parsing my Makefile(s) to know
 > which include dirs should be used.  And since it doesn't do that, I've found
 > it of little use.

OK. I see now. For Emacs, the source seems to have the same flags. So, in
that case, I guess you could do something like:

(setq c-macro-cppflags "-Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/nick/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include")

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]