1 | | This issue causes ports that build against libclamav to fail as clamav.h includes cltypes.h which is not installed. A current example is p5-mail-clamav (log file attached). |
| 1 | This issue causes ports that build against libclamav to fail as clamav.h includes cltypes.h which is not installed. A current example is p5-mail-clamav . |
| 2 | |
| 3 | {{{ |
| 4 | /usr/bin/clang -c -I"/opt/local/var/macports/build/_opt_github.com_macports_macports-ports_perl_p5-mail-clamav/p5.28-mail-clamav/work/Mail-ClamAV-0.29" -I/opt/local/include -fno-common -DPERL_DARWIN -mmacosx-version-min=10.14 -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fno-strict-aliasing -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" "-I/opt/local/lib/perl5/5.28/darwin-thread-multi-2level/CORE" ClamAV.c |
| 5 | In file included from ClamAV.xs:11: |
| 6 | /opt/local/include/clamav.h:68:10: fatal error: 'cltypes.h' file not found |
| 7 | #include "cltypes.h" |
| 8 | ^~~~~~~~~~~ |
| 9 | 1 error generated. |
| 10 | }}} |
| 11 | |