Okeydokey.

As all header files are already included as "parrot/x.h" then the following
should be done:

1.) create an include/parrot directory under the main source directory
2.) move all .h files into include/parrot
3.) add -I./include to Configure.pl

any objections?

-----Original Message-----
From: Andy Dougherty
To: Gibbs Tanton - Tgibbs
Cc: 'Dan Sugalski '; '[EMAIL PROTECTED] '
Sent: 9/14/2001 1:24 PM
Subject: RE: Half-completed parrot/parrot.h conversion?

On Fri, 14 Sep 2001, Gibbs Tanton - Tgibbs wrote:
> Ok,
> I'll fix it to where all header files are in a separate parrot
subdirectory.

Sigh.  Here's my original proposal again.

> 
>       cd parrot     # Or wherever you've got the parrot source.
>       mkdir include
>       mkdir include/parrot
>       mv *.h include/parrot
> 
> changing parrot.h to do  #include "parrot/config.h" and
> then changing
> Makefile to add -I./include to CCFLAGS.

The reason you don't just want a parrot/ subdirectory is that you might
want to build an executable named 'parrot' that would conflict with the
directory name.

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to