Open drscriptt opened 2 hours ago
I've build it successfully without issue. Did you first build libsnert? What was the ./configure summary for libsnert? Once libsnert is built, then configure milter-clamc and make.
I'm not set up to do a pull request.
You can download tarballs instead of cloning a repo, just need curl(1)
or similar tool to download from GitHub:
I cannot duplicate this issue. I can only assume that somehow the builds were not in a clean state. Try make distclean; ./configure ...
for libsnert and milter-clamc.
Hi,
I'm having trouble compiling milter-clamc as downloaded from GitHub. I'm getting the following error when trying to compile:
It seems as if the following maros don't have values in them:
I am able to successfully compile milter-clamc after populating values in those macros with values from VERSION in the makefile and BUILD_ID.TXT.
Changing config.h from this:
to this:
allows me to build milter-clamc without any problems.
I don't know if I'm using the proper values (I patterned off of other milters for where they got their values) and I'm not set up to do a pull request. So I hope that this issue report will suffice.
Thank you for all of your work and great software!