Menu

How to compile libvmime w/ Visual C++ 2005 ?

Help
Anonymous
2006-02-09
2013-04-25
  • Anonymous

    Anonymous - 2006-02-09

    Hello,

    I tried to compile the library with VC++ 2005.
    I read the doc, so I added the libiconv and gettext library and tried to build the provided solution file.

    I got 13 errors.

    Many of them are :
    - Cannot open include file: 'gnutls/gnutls.h': No such file or directory
    - Cannot open include file: 'gsasl.h': No such file or directory

    Can someone help ?
    Thanks.

     
    • Vincent Richard

      Vincent Richard - 2006-02-09

      Hello,

      This is because support for TLS and SASL is enabled (this is the default). You can either disable it or install the required libraries (GNU TLS and GNU SASL for Windows).

      If you want to disable TLS and SASL support:
      - set the #define's to 0 in vmime/config.hpp (VMIME_HAVE_SASL_SUPPORT and VMIME_HAVE_TLS_SUPPORT)
      - remove all the files in /net/tls/* and /security/sasl/* from the project

      Vincent

       

Log in to post a comment.

MongoDB Logo MongoDB