Re: [Mono-dev] gtk-sharp on android possible?

2012-12-03 Thread Elmar Haneke
I have been developing applications for linux/windows by using mono and gtk-sharp. Once you have GTK+ libs for Android it should be not to complicated to use GTK# binding there. I don't know any Android-port of GTK+ perhaps you should ask on an Gnome-list about that. Elmar

Re: [Mono-dev] gtk-sharp on android possible?

2012-12-03 Thread Alan
There's no known port of Gtk+ and it's dependencies for Android. If such a thing were to exist, it may be possible to then run regular gtk# applications, but you would still need to completely rewrite the UI to account for the significantly smaller screen available on handheld devices. It is

[Mono-dev] Building mono on windows

2012-12-03 Thread Michael Stoll
I'm trying to build Mono on Windows 7. The System: Windows 7 Professional x64 Mono 3.0.1 Cygwin 1.7 What I did: Checkout git repository (with Tortoise GIT, no auto CRLF) ./autogen.sh --prefix /usr/local autogen.log (see attachment) make make.log (see attachment) But make fails: MCS

Re: [Mono-dev] Building mono on windows

2012-12-03 Thread Bartosz Przygoda
Hi, I've recently been following this: http://shana.worldofcoding.com/en/mono_cygwin_tutorial.html and got similar issue when I tried with latest make. Instead, they suggest to fetch it from: http://www.go-mono.com/archive/helper/make-3.80-1.tar.bz2 which helped (as far I recall). On 3

Re: [Mono-dev] Building mono on windows

2012-12-03 Thread Michael Stoll
Replaced the make.exe, did a make clean and make, but got the same error. Nevertheless thanks for the advice. Am 03.12.2012 13:01, schrieb Bartosz Przygoda: Hi, I've recently been following this: http://shana.worldofcoding.com/en/mono_cygwin_tutorial.html and got similar issue when I tried

Re: [Mono-dev] Building mono on windows

2012-12-03 Thread Robert Jordan
Hi, On 03.12.2012 12:52, Michael Stoll wrote: I'm trying to build Mono on Windows 7. The System: Windows 7 Professional x64 Mono 3.0.1 Cygwin 1.7 What I did: Checkout git repository (with Tortoise GIT, no auto CRLF) ./autogen.sh --prefix /usr/local autogen.log (see attachment) make make.log

Re: [Mono-dev] Performance of compiled regular expressions?

2012-12-03 Thread Rodrigo Kumpera
Mono's regex engine cannot compile a lot of expressions and it might be your case. In such scenarios it silently fallback to the interpreter. On Sun, Dec 2, 2012 at 9:20 PM, Jordan Earls ea...@lastyearswishes.comwrote: Is there anything I can do to mitigate this problem? I'm using the latest

Re: [Mono-dev] Building mono on windows

2012-12-03 Thread Michael Stoll
Hi Robert, each make call got me the same message, so that didn't help. But I found a solution. By replacing the mcs.exe with one from the binary release I got a better error message. So I found out that the machine.config was not accessible due to access restrictions. Fixed that and the

Re: [Mono-dev] Performance of compiled regular expressions?

2012-12-03 Thread Daniel Lo Nigro
Some of the regular expressions in MarkdownSharp look very complex and I wouldn't be surprised if the Mono engine has trouble with them. If MarkdownSharp is where most of your performance loss is coming from, have you considered caching the HTML output so the parsing doesn't have to happen on

[Mono-dev] Possible System.Web.UI.UpdatePanel bug

2012-12-03 Thread k0l0b0k
Hello. I'm mentioned a weird bug, which ups sometimes by mono people on the internet, and related to nested UpdatePanels on page. So, I have a page, and some nested UpdatePanels, contained in some dynamically loaded UserControls. On the most child panel I have a button, which need to be updated on