[Mono-dev] problem while compile svn from mac os x

2006-01-03 Thread cartuchoGL
I get mono and mcs svn versions (r55007), it's compile fine on my debian box, but at mac os x not. I install automake 1.8.5 with fink because with automake version built-in mac os x break autogen.sh When run ./autogen.sh --prefix=/usr/local at mono directory end ok but show this warning

Re: [Mono-dev] problem with mono 1.1.12.1

2006-01-02 Thread cartuchoGL
22209: syntax error near unexpected token `BASE_DEPENDENCIES,' ./configure: line 22209: `PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 = $GLIB_REQUIRED_VERSION)' I tried remove line 22209 at configure then configure end correctly but make fails. Any ideas? */cartuchoGL [EMAIL PROTECTED

[Mono-dev] problem with mono 1.1.12.1

2005-12-27 Thread cartuchoGL
Hello, I have a program will use Datasets and run fine with mono 1.1.9 compiled with gmcs, but with 1.1.12.1 throw an exception System.NotImplementedException, the same app compiled with mcs not fail. This piece of code fail when run if compiled with gmcs //* gmcs -warn:4 Example10.cs

Re: [Mono-dev] problem with mono 1.1.12.1

2005-12-27 Thread cartuchoGL
2.0 databinding to a DropDwonList not implemented. He also blogged about this problem on Monologue at _http://www.joeaudette.com/Default.aspx?pageid=101_ */cartuchoGL [EMAIL PROTECTED]/* wrote: Hello, I have a program will use Datasets and run fine with mono 1.1.9 compiled