构建ClamAV时出现LNK1181错误

时间:2016-01-05 00:07:56

标签: c++ windows visual-studio-2010 build linker

我正在尝试构建ClamAV并遇到链接器错误。我尝试按照答案中的说法进行操作:OpenSSL errors - ClamAV build on Windows 10用于链接器部分,但是,我在Visual Studio 2010中看不到任何链接器选项。

这是项目属性的样子:enter image description here

Common Properties中也没有任何内容。这些是我得到的错误:

enter image description here

  
      
  • 错误LNK1181:无法打开输入文件' libeay32.lib'
  •   
  • 错误LNK1181:无法打开输入文件' libeay32.lib'
  •   
  • 警告C4090:' =' :不同的' const'限定词
  •   
  • 错误LNK1181:无法打开输入文件' C:\ Users \ Mo \ Desktop \ clamav-0.99 \ win32 \ Win32 \ Release \ libclamav.lib'
  •   
  • 错误LNK1181:无法打开输入文件' libeay32.lib'
  •   
  • 错误LNK1181:无法打开输入文件' C:\ Users \ Mo \ Desktop \ clamav-0.99 \ win32 \ Win32 \ Release \ libclamav.lib'
  •   
  • 错误LNK1181:无法打开输入文件' C:\ Users \ Mo \ Desktop \ clamav-0.99 \ win32 \ Win32 \ Release \ libclamav.lib'
  •   
  • 错误LNK1181:无法打开输入文件' C:\ Users \ Mo \ Desktop \ clamav-0.99 \ win32 \ Win32 \ Release \ libclamav.lib'
  •   
  • 错误LNK1181:无法打开输入文件' C:\ Users \ Mo \ Desktop \ clamav-0.99 \ win32 \ Win32 \ Release \ libclamav.lib'
  •   
  • 无法找到源文件' C:\ clamdeps \ win32 \ openssl \ lib \ ssleay32.dll'对于文件' ssleay32.dll',位于' [TARGETDIR]',该文件可能不存在或被锁定。
  •   
  • 无法找到源文件' C:\ clamdeps \ win32 \ openssl \ lib \ libeay32.dll'对于文件' libeay32.dll',位于' [TARGETDIR]',该文件可能不存在或被锁定。
  •   

有人会对我如何解决这个问题有所了解吗?任何帮助将不胜感激,谢谢!

0 个答案:

没有答案