<?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/exaro/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/exaro/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Jul 2012 14:44:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/exaro/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Build fails; need #include &lt;unistd.h&gt;</title><link>https://sourceforge.net/p/exaro/patches/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Build fails with gcc 4.7:&lt;br /&gt;
/tmp/yaourt-tmp-root/aur-exaro/src/exaro_2.0.0/apps/designer/main.cpp: In function ‘int main(int, char**)’:&lt;br /&gt;
/tmp/yaourt-tmp-root/aur-exaro/src/exaro_2.0.0/apps/designer/main.cpp:122:203: error: ‘syscall’ was not declared in this scope&lt;br /&gt;
/tmp/yaourt-tmp-root/aur-exaro/src/exaro_2.0.0/apps/designer/main.cpp:126:201: error: ‘syscall’ was not declared in this scope&lt;br /&gt;
make[2]: *** [apps/designer/CMakeFiles/exaro.dir/main.cpp.o] Error 1&lt;br /&gt;
make[1]: *** [apps/designer/CMakeFiles/exaro.dir/all] Error 2&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;
&lt;p&gt;All it needs is this added to that main.cpp:&lt;br /&gt;
#include &amp;lt;unistd.h&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hoodbild</dc:creator><pubDate>Thu, 26 Jul 2012 14:44:39 -0000</pubDate><guid>https://sourceforge.net7024439a2e227f6903c7c09b3d05d05eb5671221</guid></item><item><title>eXaro ARABIC + FRENCH translations</title><link>https://sourceforge.net/p/exaro/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here is the ARABIC + FRENCH translated files for eXaro, it contain some mistakes and need corrections !&lt;/p&gt;
&lt;p&gt;This archive contain also 2 batch files (prepare.bat &amp;amp; install.bat) for generate and install eXaro translated files on Ms Windows Systems.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mtbadi39</dc:creator><pubDate>Sun, 16 Aug 2009 11:52:42 -0000</pubDate><guid>https://sourceforge.net506dbe68b83f133de64e7869ef9e70e09e9626b2</guid></item><item><title>Patch for compilation in MSVC 2005 + Qt4.5</title><link>https://sourceforge.net/p/exaro/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please find attached a patch to allow eXaro library+plugins (noy tested with the designer) in Visual C++ 2005 with Qt 4.5.&lt;/p&gt;
&lt;p&gt;3 files were patched:&lt;br /&gt;
libs/report/globals.h&lt;br /&gt;
libs/report/page.cpp&lt;br /&gt;
plugins/report/items/charts/barchart/barchart.cpp&lt;/p&gt;
&lt;p&gt;These were the issues:&lt;br /&gt;
1) #warning is not portable. So a WARNING macro was added to globals.h following this suggested patch for KDE:&lt;br /&gt;
&lt;a href="http://mail.kde.org/pipermail/kde-windows/2007-December/001657.html" rel="nofollow"&gt;http://mail.kde.org/pipermail/kde-windows/2007-December/001657.html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://mail.kde.org/pipermail/kde-windows/attachments/20071205/cfa799d0/attachment.ksh" rel="nofollow"&gt;http://mail.kde.org/pipermail/kde-windows/attachments/20071205/cfa799d0/attachment.ksh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then all #warning were replaced like this:&lt;br /&gt;
#ifdef __GNUC__&lt;br /&gt;
#warning I dont know way but this is not working &lt;br /&gt;
#else&lt;br /&gt;
#pragma WARNING( I dont know way but this is not working  )&lt;br /&gt;
#endif&lt;/p&gt;
&lt;p&gt;2) pow function wants the first argument to be specified as double, so pow(10, ... was replaced with pow(10.0, ...)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enrico Detoma</dc:creator><pubDate>Sat, 18 Apr 2009 13:00:54 -0000</pubDate><guid>https://sourceforge.net31c9cb50c736eacc00098ab14c414910c6f991eb</guid></item></channel></rss>