[OGo-Users] [solved?] compile OgO on x86_64 / Ubuntu 7.10

Albrecht Dreß users@opengroupware.org
Fri, 11 Jan 2008 14:59:14 +0100


Am 11.01.2008 14:47:43 schrieb(en) Albrecht Dreß:
> Am 11.01.2008 14:33:56 schrieb(en) Sebastian Reitenbach:
> > Why I ask is, there was a bug fixed regarding 64Bit libFoundation I
> > stumbled into. Nothing that affects the procedure of installation,
> > but later when running ogo, more can you find here:

Running a quick "grep -r __va_copy sope opengroupware.org" reveals that  
the same construct is used in two more files:

sope/sope-gdl1/GDLAccess/FoundationExt/PrintfFormatScanner.m:     
__va_copy(va, args);
sope/libFoundation/Foundation/NSSet.m:    __va_copy(va, argList);

Shouldn't they get the same patch?  I unfortunately don't really  
understand the objc code...

Cheers, Albrecht.