Andy Dougherty writes: > > #include "config.h" > > rather than > > #include <config.h> Isn't the correct solution to this problem to say #include <parrot/config.h> That is, include the subdirectory prefix in all #includes. You -I the directory containing parrot/, and that avoids randomly located config.h files from buggering you up. Nat
- Re: #include "config.h" or #include "parr... Simon Cozens
- Re: #include "config.h" or #include "... Andy Dougherty
- Re: #include "config.h" or #include "... Dave Mitchell
- Re: #include "config.h" or #include &... Benjamin Stuhl
- Re: #include "config.h" or #include "... Dan Sugalski
- Re: #include "config.h" or #include "... Jarkko Hietaniemi
- Re: #include "config.h" or #include &... Dan Sugalski
- Re: #include "config.h" or #include "... Andy Dougherty
- Re: #include "config.h" or #include "... Nathan Torkington
- Re: #include "config.h" or #include "... Simon Cozens
- Re: #include "config.h" or #include &... Mattia Barbon