[OGo-Users] [solved?] compile OgO on x86_64 / Ubuntu 7.10
Sebastian Reitenbach
users@opengroupware.org
Fri, 11 Jan 2008 15:47:54 +0100
users@opengroupware.org wrote:
> Am 11.01.2008 14:47:43 schrieb(en) Albrecht Dre=DF:
> > 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...
probably yes, but the problem mentioned before was the only problem I ran
into yet. Maybe I take a look into it on the weekend when I find the time.
Sebastian