[OGo-Users] Help: compile OgO on x86_64 / Ubuntu 7.10
Albrecht Dreß
users@opengroupware.org
Wed, 09 Jan 2008 13:21:29 +0100
Hi all,
I am currently trying to install OgO on a x86_64 Ubuntu 7.1 box, but
unfortunately failed so far...
First tried to install opengroupware.org-1.0.0-finally-r1862.tar.gz and
sope-4.4.0-cell-r1160.tar.gz, but I couldn't convince the sope apps
/not/ to use the system-supplied libobjc.
I now try to build sope-4.7.1-fwd-r1502.tar.gz (for
opengroupware.org-1.1.7-close-r1987.tar.gz), as there the build
instructions state I can use the system libobjc. Building
libFoundation works, but now I have a puzzling effect: I ran "Defaults
write a b 42; Defaults read a" which returned
<snip>
{
4c4cb = 42;
}
</snip>
The file itself contains
<snip>
{
4cb = 42;
}</snip>
Any idea what goes wrong here?
Thanks in advance, Albrecht.