Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fails to compile: can't locate t/test-prep.pl, test errors #49
Comments
plantarum
commented
Nov 18, 2016
|
As a workaround, changing the require lines in the test files t/multx.t, t/join.t, t/mcf.t from
to
Seems to work. I don't know anything about perl or prove, so I don't know why this is the case. I'm using:
|
SilasK
commented
Jul 21, 2017
|
Perfect this worked for me too! I just had to add a semicolon at the end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plantarum commentedNov 18, 2016
Hi,
I've cloned your repo and attempted to build with:
This fails with the following messages at the end of the run:
test-prep.plis present in thet/directory of the repository, and I'm running make from the root directory of the repository.I'm running on:
Linux 4.7.0-1-amd64 #1 SMP Debian 4.7.8-1 (2016-10-19) x86_64 GNU/Linux
libgsl-dev 2.2.1+dfsg-1
Thanks for any suggestions!
Tyler