Brent --

> First of all, 'cp' is NOT always available, yet you used it in the
> Makefile.  I edited the Makefile to change the 'cp' to 'copy' and turned
> slashes to backslashes.  Then, I get a ton of errors about stuff like
> this:
> 
>       include\parrot\jit_struct.h(7) : error C2059: syntax error : '}'
> 
> 'cl' understandably doesn't like the empty braces.  Don't use them.  I
> started to fill them with NULLs (converting them to warnings), but gave
> up when I realized there were at least A HUNDRED errors.  Christ.

Sorry for the inconvenience. I don't have a WinX dev system to test
stuff on, and didn't think about those issues last night. The *intent*
was that it wouldn't screw folks up on arch's that don't have JIT
support in the tree.

So, I'd like to help get things fixed.

I see Simon already changed 'cp ...' to 'perl -MFile::Copy...'. I just
changed that to '$(PERL) -MFile::Copy...'.

I'm tinkering with the struct emitting code in jit2h.pl right now...

> (P.S. I'm really cranky and tired right now, so please disregard the
> tone of this message.)

np.


Regards,
 
-- Gregor
 ____________________________________________________________________ 
/            Inspiration >> Innovation >> Excellence (TM)            \

   Gregor N. Purdy                         [EMAIL PROTECTED]
   Focus Research, Inc.               http://www.focusresearch.com/
   8080 Beckett Center Drive #203                  513-860-3570 vox
   West Chester, OH 45069                          513-860-3579 fax
\____________________________________________________________________/

[[EMAIL PROTECTED]]$ ping osama.taliban.af
PING osama.taliban.af (68.69.65.68) from 20.1.9.11 : 56 bytes of data.
>From 85.83.77.67: Time to live exceeded

Reply via email to