<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/exaro/patches/" rel="alternate"/><link href="https://sourceforge.net/p/exaro/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/exaro/patches/</id><updated>2012-07-26T14:44:39Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Build fails; need #include &lt;unistd.h&gt;</title><link href="https://sourceforge.net/p/exaro/patches/3/" rel="alternate"/><published>2012-07-26T14:44:39Z</published><updated>2012-07-26T14:44:39Z</updated><author><name>hoodbild</name><uri>https://sourceforge.net/u/hoodbild/</uri></author><id>https://sourceforge.net7024439a2e227f6903c7c09b3d05d05eb5671221</id><summary type="html">&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;</summary></entry><entry><title>eXaro ARABIC + FRENCH translations</title><link href="https://sourceforge.net/p/exaro/patches/2/" rel="alternate"/><published>2009-08-16T11:52:42Z</published><updated>2009-08-16T11:52:42Z</updated><author><name>mtbadi39</name><uri>https://sourceforge.net/u/mtbadi39/</uri></author><id>https://sourceforge.net506dbe68b83f133de64e7869ef9e70e09e9626b2</id><summary type="html">&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;</summary></entry><entry><title>Patch for compilation in MSVC 2005 + Qt4.5</title><link href="https://sourceforge.net/p/exaro/patches/1/" rel="alternate"/><published>2009-04-18T13:00:54Z</published><updated>2009-04-18T13:00:54Z</updated><author><name>Enrico Detoma</name><uri>https://sourceforge.net/u/enricodetoma/</uri></author><id>https://sourceforge.net31c9cb50c736eacc00098ab14c414910c6f991eb</id><summary type="html">&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;</summary></entry></feed>