[OGo-Users] [solved?] compile OgO on x86_64 / Ubuntu 7.10
Sebastian Reitenbach
users@opengroupware.org
Fri, 11 Jan 2008 15:32:39 +0100
users@opengroupware.org wrote:
> Am 11.01.2008 14:33:56 schrieb(en) Sebastian Reitenbach:
> > Do you now have a 64 bit ogo running or 32 Bit, in case of a 64 bit
> > version installed?
>
> Built as 64 bit version, using gcc-4.1.3. Building the 32-bit version
> is a PITA, as the 32-bit versions of libobjc are not detected
> automatically, so the makefiles had to be tweaked...
>
> > 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:
>
> Thanks a lot for that hint - the version here needs that patch! Not so
> difficult to re-build everything now, using the script...
>
> Do you have any clue regarding the configuration, so that ogo-webui
> reads the proper NSGlobalDomain.plist file?
No idea, but these paths are somewhere in libFoundation encoded.
but the user Defaults were always found.
Maybe when you run ogo-webui-1.1 with strace, you should see where it is
looking for the defaults file.
Also when you use Defaults write NSGlobalDomain blah blubb
Into which file ends will that saved up?
Maybe its easier to just strace the Defaults command.
kind regads
Sebastian