On Wed, 12 Sep 2001, Dan Sugalski wrote: > > > changing parrot.h to do #include "parrot/config.h" and > > > then changing > > > Makefile to add -I./include to CCFLAGS. > One thing to keep in mind is that the directory may not be sufficient on > some platforms. VMS, specifically, ignores the directory portion of the > include filename. (And the suffix, generally, but that's separate) Hmm. So would you suggest adding -I[.include] -I[.include.parrot] for VMS as well? (My VMS days were a very long time ago.) > Not, mind, that I'm proposing prepending parrot_ to all the filenames, > though that's an option certainly. That would be fun on 8.3 filesystems :-). -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042
- #include "config.h" or #include "parrot/c... Andy Dougherty
- Re: #include "config.h" or #include "... Benjamin Stuhl
- Re: #include "config.h" or #include "... Dan Sugalski
- Re: #include "config.h" or #include &... 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