<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.vmime.org/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>VMime: MIME and Mail Library for C++  - Comments</title>
  <link>http://www.vmime.org/</link>
  <atom:link href="http://www.vmime.org/feed/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>VMime is a powerful C++ mail library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP.</description>
  <language>en</language>
  <pubDate>Sat, 04 Feb 2012 05:39:53 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Build against libgnutls &gt;= 2.8 - Ngoc Tam Nguyen</title>
    <link>http://www.vmime.org/post/Build-against-libgnutls-2.8#c42</link>
    <guid isPermaLink="false">urn:md5:dbdfc9818ed033f2d6546fa5301c373c</guid>
    <pubDate>Tue, 14 Sep 2010 17:55:48 +0200</pubDate>
    <dc:creator>Ngoc Tam Nguyen</dc:creator>
    
    <description>&lt;p&gt;We can fix it by replacing the AM_PATH_LIBGNUTLS(1.2.0, have_gnutls=yes, have_gnutls=no) by PKG_CHECK_MODULES(GNUTLS, gnutls &amp;gt;= 1.2.0, have_gnutls=yes, have_gnutls=no) in the file configure.in and update the configure file by issuing the command &quot;autoreconfig -vfi&quot;.&lt;/p&gt;


&lt;p&gt;Regards, Ngoc Tam&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build against libgnutls &gt;= 2.8 - Al</title>
    <link>http://www.vmime.org/post/Build-against-libgnutls-2.8#c41</link>
    <guid isPermaLink="false">urn:md5:00fc3afe6e45242c4927966545ba9062</guid>
    <pubDate>Tue, 14 Sep 2010 02:43:16 +0200</pubDate>
    <dc:creator>Al</dc:creator>
    
    <description>&lt;p&gt;The solution is to use a version &amp;lt; 2.8. I got it to build with 2.6.6&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build against libgnutls &gt;= 2.8 - Al</title>
    <link>http://www.vmime.org/post/Build-against-libgnutls-2.8#c40</link>
    <guid isPermaLink="false">urn:md5:5c1af2fd22b76cf87c135a1faf2be78d</guid>
    <pubDate>Tue, 14 Sep 2010 02:19:26 +0200</pubDate>
    <dc:creator>Al</dc:creator>
    
    <description>&lt;p&gt;I tried the patch and it goes a little further. Still looking for libgnutils:&lt;/p&gt;


&lt;p&gt;&lt;br /&gt;*** Could not run libgnutls test program, checking why...&lt;br /&gt;
&lt;br /&gt;*** The test program failed to compile or link. See the file config.log for the&lt;br /&gt;
&lt;br /&gt;*** exact error that occured. This usually means LIBGNUTLS was incorrectly installed&lt;br /&gt;
&lt;br /&gt;*** or that you have moved LIBGNUTLS since it was installed. In the latter case, you&lt;br /&gt;
&lt;br /&gt;*** may want to edit the libgnutls-config script: /usr/local/bin/libgnutls-config&lt;/p&gt;


&lt;p&gt;I tried using a pre 2.8 version but there is an issue where gnutils --version returns 2.10.0&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build against libgnutls &gt;= 2.8 - Al</title>
    <link>http://www.vmime.org/post/Build-against-libgnutls-2.8#c39</link>
    <guid isPermaLink="false">urn:md5:81af3871779c19eada94982ef5e8da99</guid>
    <pubDate>Tue, 14 Sep 2010 02:14:27 +0200</pubDate>
    <dc:creator>Al</dc:creator>
    
    <description>&lt;p&gt;Would you care to elaborate? I've tried modifying various files to work around this problem and still have issues.&lt;/p&gt;


&lt;p&gt;So far Vmime appears to be broken?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>New feature: get parsed message from store - ofuct</title>
    <link>http://www.vmime.org/post/New-feature%3A-get-parsed-message-from-store#c38</link>
    <guid isPermaLink="false">urn:md5:d31242c829b48ed546f06b8965e1c136</guid>
    <pubDate>Sun, 12 Sep 2010 23:00:28 +0200</pubDate>
    <dc:creator>ofuct</dc:creator>
    
    <description>&lt;p&gt;Hello.&lt;br /&gt;
Vmime is a great project. And codeblocks is a very good c++ editor, more good from visual studio, and open source so i whant to see Vmime as an codeblocks project.&lt;br /&gt;
Thanh's in advance for the freat project.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build against libgnutls &gt;= 2.8 - Nick</title>
    <link>http://www.vmime.org/post/Build-against-libgnutls-2.8#c33</link>
    <guid isPermaLink="false">urn:md5:ec3d6b224d662fdff83e66855b824d5e</guid>
    <pubDate>Sun, 01 Aug 2010 07:28:28 +0200</pubDate>
    <dc:creator>Nick</dc:creator>
    
    <description>&lt;p&gt;This doesn't actually fix the problem. The file attached to the SF comment only changes a line in SConstruct (not even sure what that is). The file that needs to be changed is m4/libgnutls.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>New feature: get parsed message from store - hakermania</title>
    <link>http://www.vmime.org/post/New-feature%3A-get-parsed-message-from-store#c21</link>
    <guid isPermaLink="false">urn:md5:6b54ca3fdf780a6f1b88a821a0be7d57</guid>
    <pubDate>Sat, 19 Jun 2010 18:16:48 +0200</pubDate>
    <dc:creator>hakermania</dc:creator>
    
    <description>&lt;p&gt;Keep up the excellent work! This lib rocks!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Build against libgnutls &gt;= 2.8 - Kader</title>
    <link>http://www.vmime.org/post/Build-against-libgnutls-2.8#c1</link>
    <guid isPermaLink="false">urn:md5:9bec346df1ec8ed7c6f24af85682623e</guid>
    <pubDate>Fri, 15 Jan 2010 16:52:36 +0100</pubDate>
    <dc:creator>Kader</dc:creator>
    
    <description>&lt;p&gt;Hi,&lt;/p&gt;


&lt;p&gt;I want apply patch but i known't do it.&lt;/p&gt;


&lt;p&gt;i am try :&lt;/p&gt;


&lt;p&gt;patch  configure  fixgnutlsdetect.diff&lt;/p&gt;


&lt;p&gt;It give me this error :&lt;br /&gt;
patching file configure&lt;br /&gt;
Hunk #1 FAILED at 1621.&lt;br /&gt;
1 out of 1 hunk FAILED -- saving rejects to file configure.rej&lt;/p&gt;



&lt;p&gt;Thank you !&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>
