[MonoDevelop] Monodevelop on Mac OSX using guide
Danny
list at kroeger.dk
Sun Mar 19 18:24:23 EST 2006
I'm trying to install Monodevelop on my OS X 10.4.5 mac using the
"Running on OSX" guide (www.monodevelop.org/Running_On_OSX)
I have succesfully compiled many of the packages but one is really
causing me headache.
First when I tried to install gnome-vfs 2.12.2 i got the error:
ld: Undefined symbols:
_res_9_dn_expand
_res_9_init
_res_9_search
/usr/bin/libtool: internal link edit command failed
make[3]: *** [libgnomevfs-2.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I got around this by doing:
export CFLAGS="-DBIND_8_COMPAT=1"
But know when i compile it I get the following error:
gnome-vfs-dns-sd.c: In function 'unicast_resolve_sync':
gnome-vfs-dns-sd.c:663: error: 'T_SRV' undeclared (first use in this
function)
gnome-vfs-dns-sd.c:663: error: (Each undeclared identifier is
reported only once
gnome-vfs-dns-sd.c:663: error: for each function it appears in.)
make[3]: *** [gnome-vfs-dns-sd.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I haven't been able to get around this in any ways. The ./configure
script only warns about the missing FAM support which should be
normal according to the guide.
Hope someone can help me resolve this.
More information about the Monodevelop-list
mailing list