all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* c-macro-expand with C++?
@ 2005-06-02 22:46 Hattuari
  0 siblings, 0 replies; only message in thread
From: Hattuari @ 2005-06-02 22:46 UTC (permalink / raw)


I've been trying to use c-macro-expand (for the first time in any language)
with C++ code.  It doesn't seem to know how to find the standard headers. 
I'm a bit confused by that since I am under the impression that GCC looks
in its own installation directories automatically.  

Here's an example of what the output looks like:

In file included from /home/hattons/opt/org/osg/include/osg/StateSet:18,
                 from /home/hattons/opt/org/osg/include/osg/Node:19,
                 from <stdin>:17:
/home/hattons/opt/org/osg/include/osg/StateAttribute:21:20: typeinfo: No
such file or directory
/home/hattons/opt/org/osg/include/osg/StateAttribute:22:19: utility: No such
file or directory
/home/hattons/opt/org/osg/include/osg/StateAttribute:23:18: vector: No such
file or directory
In file included from /home/hattons/opt/org/osg/include/osg/Uniform:25,
                 from /home/hattons/opt/org/osg/include/osg/StateSet:21,
                 from /home/hattons/opt/org/osg/include/osg/Node:19,
                 from <stdin>:17:
/home/hattons/opt/org/osg/include/osg/GL2Extensions:24:18: string: No such
file or directory
In file included from /home/hattons/opt/org/osg/include/osg/StateSet:21,
                 from /home/hattons/opt/org/osg/include/osg/Node:19,
                 from <stdin>:17:

I tried giving it /usr/include and /usr/include/g++ (which is where I found
what look to be the standard headers.)

ls /usr/include/g++/
algorithm  cctype   clocale  cstdarg  ctime     exception           
i586-suse-linux  istream   map      queue      streambuf  vector
backward   cerrno   cmath    cstddef  cwchar    exception_defines.h  iomanip         
iterator  memory   set        string
bits       cfloat   complex  cstdio   cwctype   ext                  ios             
limits    new      sstream    typeinfo
bitset     ciso646  csetjmp  cstdlib  cxxabi.h  fstream              iosfwd          
list      numeric  stack      utility
cassert    climits  csignal  cstring  deque     functional          
iostream         locale    ostream  stdexcept  valarray

Can this be made to work?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-02 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-02 22:46 c-macro-expand with C++? Hattuari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.