Euphoria Ticket #619: minGW make test requires binder to be built first

make 
make test 
fails, path to binder wrong as well, needs $(BINDER) or some such so the .exe extension can be included. and binder doesn't exist yet, requires first to run make binder

Details

Type: Bug Report Severity: Normal Category: Build System
Assigned To: unknown Status: Fixed Reported Release: 4.0.1a0
Fixed in SVN #: View VCS: none Milestone: 4.0.1

1. Comment by mattlewis Feb 27, 2011

Yes, the dependencies are tricky. This is a GNU makefile issue. It requires "make all   make tools" before tests can be run.

This is basically due to the way we build the binder, which requires the translator and library to be built first. Other attempts to get this all correct ended up building extra stuff, especially when using -j flags with GNU make.

2. Comment by mattlewis Mar 05, 2011

See: hg:euphoria/rev/4fddcf291a76

changeset: 4696:4fddcf291a76 branch: 4.0 user: Matt Lewis date: Sat Mar 05 09:12:38 2011 -0500 files: docs/release/4.0.1.txt source/Makefile.gnu description:

  • GNU makefile all target builds all binaries
  • fixes ticket 619

Search



Quick Links

User menu

Not signed in.

Misc Menu