Open resuna opened 6 years ago
Ah, needs GNU make.
Hey Peter, that's a git build, right? Can you verify though that a tarball-build would indeed work with bsd make?
As expected, the tarball build v0.4.3.tar.gz has the same failure mode
ltrcc.c:54:21: fatal error: version.c: No such file or directory
#include "version.c"
^
compilation terminated.
gmake works.
Ah thanks for verifying. The tarball does work with AIX's make for me because version.c is already included and doesn't need regenerating.
Will have to fix this on a real BSD machine, I just hope it's not a timestamp issue or something.
Thanks for the report.
This is addressed in d34083e and should be fixed now.
There seems to be a build ordering issue or something.
Then
You'd think the "GEN version.c" bit would have DTRT...?