[Galago-devel] builing on Mac OS X

Onne Gorter onne.gorter at nokia.com
Mon Jun 27 11:20:00 EEST 2005


hi all,

just builded galago lib and daemon on Mac OS X, thought I should say  
something.

libgalago installs just fine;
galago-daemon needs a tiny patch, because you need to link in  
libgobject-2.0. This has to do with the compiler version on Mac OS X,  
which is gcc-4 (powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026  
(Apple Computer, Inc. build 4061)). But then it builds just fine.

The patch actually changes the /configure script, which is not very  
smart. But I didn't feel like tinkering with autoconf/automake and  
friends, because they don't seem to work right away on galago. Mac OS  
X probably comes with the wrong versions, or needs more versions ...  
Hairy business. But the same change can go for configure.ac, incase  
this works right on all systems.

-Onne

hed036-167:/maemo/src ogorter$ diff galago-daemon-0.3.3.orig/ galago- 
daemon-0.3.3/
diff galago-daemon-0.3.3.orig/configure galago-daemon-0.3.3/configure
3811c3811
< pkg_modules="glib-2.0 >= 2.2.2, libgalago >= 0.3.2, dbus-1 >= 0.23,  
dbus-glib-1 >= 0.20"
---
 > pkg_modules="glib-2.0 >= 2.2.2, gobject-2.0 >= 0.15.0, libgalago  
 >= 0.3.2, dbus-1 >= 0.23, dbus-glib-1 >= 0.20"




More information about the galago-devel mailing list