Re: [SOGo] SOPE 1.3.7 doesn't compile with gcc 4.6.x patch

2011-07-28 Thread Ludovic Marcotte

On 28/07/11 10:48, Fabrice Durand wrote:

just a very little patch to compil sope on a Fedora Core 15.

Fixed, pushed. Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOPE 1.3.7 doesn't compile with gcc 4.6.x patch

2011-07-28 Thread Fabrice Durand
Hi,
just a very little patch to compil sope on a Fedora Core 15.

Regards

Fabrice Durand
diff -ruN SOPE.ori/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m SOPE/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m
--- SOPE.ori/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m	2011-07-28 09:03:44.0 +0200
+++ SOPE/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m	2011-07-28 16:29:55.404956544 +0200
@@ -51,7 +51,7 @@
 
   for (i = 0; i < count; i++) {
 [a addObject: NSStringFromSelector(method_getName(*m))];
-m++
+m++;
   }
 
   free(p);