EUforum Messages
- Powered by Euphoria -
Post Reply Previous Next All Messages
Date: Fri May 9 05:15
From: Jeremy Cowgar <jeremy at cowg?r?com>
Subject: Re: Revision 417 -- tests are broke

Matt Lewis wrote:
> 
> CChris wrote:
> > 
> > 
> > At revision 424:
> > All tests for sequence.e and search.e pass under Eu 3.1.1 .
> > 
> > I cannot yet compile Eu 4.0 under WinXP, OpenWatcom 1.7, getting these errors,
> > already reported iirc:
> 
> <snip>
> 
> This is only slightly helpful.  What did you do to get these?  What you
> probably want to do is:
> 

Matt,

I've been able to help everyone who has come to IRC build 4.0. No one has been
unable to build. What I've found is EUDIR and/or EUINC env vars are set wrong
causing the .c files generated from a few include\ files to be incorrect. For
instance, wildcard.e use to include upper() and lower(), but now sequence.e
does. The Makefiles look for sequence.c in intobj (and others) but if generated
off old 3.1 builds, sequence.c will not exist.

Once the EUDIR and EUINC vars are set correctly, no one has had a problem building.

--
Jeremy Cowgar
http://jeremy.cowgar.com

 
Post Reply Previous Next All Messages