Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails for freebsd 11 #28

Open
hqx opened this issue May 8, 2017 · 3 comments
Open

Build fails for freebsd 11 #28

hqx opened this issue May 8, 2017 · 3 comments

Comments

@hqx
Copy link

hqx commented May 8, 2017

Following the installation steps, configure went fine, but make fails with

make: "Makefile" line 15: Missing dependency operator
make: "Makefile" line 18: Need an operator
make: "Makefile" line 20: Need an operator
make: "Makefile" line 23: Missing dependency operator
make: "Makefile" line 25: Need an operator
make: "Makefile" line 27: Need an operator
make: "Makefile" line 30: Missing dependency operator
...

FreeBSD 11.0 ; mysqldump-secure v0.16.3 (or master @ 0.16.3-5-ga51d5f3)
Am I missing some dependencies, some special version of make?

@cytopia
Copy link
Owner

cytopia commented May 8, 2017

@hqx I am not sure if it is GNU make syntax.
Could you try again with gmake and report back please.

@hqx
Copy link
Author

hqx commented May 8, 2017

ok, it works with gmake.
(I thought I've read something like "Posix -- no special gnu tools required" somewhere ;-)

@cytopia
Copy link
Owner

cytopia commented May 8, 2017

@hqx you are definitely right. I will have to fix it. Was my first attempt with Make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants