<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/strigi/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/strigi/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 02 Aug 2016 21:42:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/strigi/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Building Strigi-0.7.8 with mingw-w64 fails</title><link>https://sourceforge.net/p/strigi/patches/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Without dlfcn: &lt;a href="http://pastebin.com/AKvqnjr4" rel="nofollow"&gt;http://pastebin.com/AKvqnjr4&lt;/a&gt;&lt;br/&gt;
With dlfcn: &lt;a href="http://pastebin.com/8vJYDUBp" rel="nofollow"&gt;http://pastebin.com/8vJYDUBp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are many missing or conflicting declarations, e.g.:&lt;/p&gt;
&lt;p&gt;```&lt;br/&gt;
D:/msys64/usr/include/sys/types.h:129:18: error: conflicting declaration 'typedef long int time_t'&lt;br/&gt;
 typedef &lt;em&gt;TIME_T&lt;/em&gt; time_t;&lt;br/&gt;
                  ^~~~~~&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;D:/msys64/mingw64/x86_64-w64-mingw32/include/crtdefs.h:138:20: note: previous declaration as 'typedef &lt;strong&gt;time64_t time_t'&lt;br/&gt;
 typedef &lt;/strong&gt;time64_t time_t;&lt;br/&gt;
 ```&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mateusz Mikuła</dc:creator><pubDate>Tue, 02 Aug 2016 21:42:32 -0000</pubDate><guid>https://sourceforge.net8f16e6c20c1b76d41e9d2320c1cf8017915d61c0</guid></item><item><title>#4 Strigi-0.7.8 fails to configure when building with GCC-6</title><link>https://sourceforge.net/p/strigi/patches/4/?limit=25#1e21</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Patch to fix building with GCC-6&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Levine</dc:creator><pubDate>Sat, 14 May 2016 16:10:27 -0000</pubDate><guid>https://sourceforge.net14ded8c8902f942ebb74f6aa7460346a02668f1a</guid></item><item><title>Strigi-0.7.8 fails to configure when building with GCC-6</title><link>https://sourceforge.net/p/strigi/patches/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Building Strigi-0.7.8 fails with:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="x"&gt;CMake Error at libstreams/cmake/MacroEnsureVersion.cmake:27 (MATH):&lt;/span&gt;
&lt;span class="x"&gt;  math cannot parse the expression: "x86_646*10000 + x86_641*100 + x86_640":&lt;/span&gt;
&lt;span class="x"&gt;  syntax error, unexpected exp_NUMBER, expecting &lt;/span&gt;&lt;span class="p"&gt;$&lt;/span&gt;&lt;span class="nv"&gt;end&lt;/span&gt;&lt;span class="x"&gt; (8)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;and&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="x"&gt;CMake Error at libstreamanalyzer/cmake/MacroEnsureVersion.cmake:27 (MATH):&lt;/span&gt;
&lt;span class="x"&gt;  math cannot parse the expression: "x86_646*10000 + x86_641*100 + x86_640":&lt;/span&gt;
&lt;span class="x"&gt;  syntax error, unexpected exp_NUMBER, expecting &lt;/span&gt;&lt;span class="p"&gt;$&lt;/span&gt;&lt;span class="nv"&gt;end&lt;/span&gt;&lt;span class="x"&gt; (8)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Levine</dc:creator><pubDate>Sat, 14 May 2016 16:08:09 -0000</pubDate><guid>https://sourceforge.net3aa315257446bb2ab3d46de7c464261fce3d9d11</guid></item><item><title>Make search function in searchclient discoverable</title><link>https://sourceforge.net/p/strigi/patches/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The search function (bottom field) in the searchclient is hard to discover, and that the interface switches to a different mode is neat, but unexpected. &lt;/p&gt;
&lt;p&gt;This patch adds a label before the search input field. &lt;/p&gt;
&lt;p&gt;Future improvements could separate the mainview widget more clearly from the searchbox. For example, by putting a horizontal line in, and by moving the search field to the top.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Buchner</dc:creator><pubDate>Fri, 04 Jun 2010 13:04:39 -0000</pubDate><guid>https://sourceforge.neta41b637be0ca2edcb5f5edcecd332faa88f2b1c8</guid></item><item><title> use sys/inotify.h</title><link>https://sourceforge.net/p/strigi/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some time ago glibc did not yet have inotify support, which forced several applications (including strigi) to ship their own copy of the required headers.&lt;/p&gt;
&lt;p&gt;Especially considering that this also requires updating the syscall numbers each time a new architecture wants to get supported it's the best to instead switch to #include &amp;lt;sys/inotify.h&amp;gt; now.&lt;/p&gt;
&lt;p&gt;src/daemon/events/inotifytest.cpp was already using sys/inotify.h&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Bunk</dc:creator><pubDate>Wed, 24 Sep 2008 06:27:16 -0000</pubDate><guid>https://sourceforge.netd8c5f0fb5d7b6af8db2d03e08e098063a61d2c41</guid></item><item><title>patch for xapian compilation</title><link>https://sourceforge.net/p/strigi/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;From the strigi-devel mailing list:&lt;/p&gt;
&lt;p&gt;I am including a patch for getting xapian  included as optional&lt;br /&gt;
backend in cmake.&lt;/p&gt;
&lt;p&gt;The patch is quite comprehensive, so I thought, I should apply for&lt;br /&gt;
repository access. But that has not come through, so sending patch to&lt;br /&gt;
the forum.&lt;/p&gt;
&lt;p&gt;I would also want to work on getting xapian backend working seemlessly&lt;br /&gt;
with strigi.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;s&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
Supreet Sethi&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Egon Willighagen</dc:creator><pubDate>Sat, 15 Mar 2008 13:16:27 -0000</pubDate><guid>https://sourceforge.net569a83949caf0b773ca32571d86c01f6a67c3da5</guid></item></channel></rss>