mysqldump-secure icon indicating copy to clipboard operation
mysqldump-secure copied to clipboard

Build fails for freebsd 11

Open hqx opened this issue 8 years ago • 3 comments

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?

hqx avatar May 08 '17 00:05 hqx

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

cytopia avatar May 08 '17 07:05 cytopia

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

hqx avatar May 08 '17 07:05 hqx

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

cytopia avatar May 08 '17 07:05 cytopia