Problemas compilando GTK# en Mac OSX

Estoy siguiendo las instrucciones de como instalar GTK# de la página de mono (punto 7) pero no sé por qué no encuentra mono. Ya lo tengo instalado, por supuesto. Ni el README ni el INSTALL me han resuelto nada.


# ./configure --prefix=/Library/Frameworks/Mono.framework/Versions/1.1.4/

checking for pkg-config... /sw/bin/pkg-config
checking for mono >= 0.96... Package mono was not found in the pkg-config search path.
Perhaps you should add the directory containing `mono.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono' found
checking for csc.exe... no
configure: error: You need to install either mono or .Net

#echo $PKG_CONFIG_PATH /sw/lib/pkgconfig:/usr/X11R6/lib/pkgconfig:/Library/Frameworks/Mono.framework/Versions/1.1.4/lib/pkgconfig

# locate mono.pc
/Library/Frameworks/Mono.framework/Versions/1.0.5/lib/pkgconfig/mono.pc
/Library/Frameworks/Mono.framework/Versions/1.1.4/lib/pkgconfig/mono.pc

# mono -V
Mono JIT compiler version 1.1.4, (C) 2002-2004 Novell, Inc and Contributors. [url]www.go-mono.com[/url]
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
        Globalization: none



¿Que hago mal?

Un saludo.
0 respuestas