Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread crashfourit
S Sent via the Samsung Galaxy S® 6, an AT&T 4G LTE smartphone Original message From: Timotheus Pokorra Date: 06/05/2015 11:31 AM (GMT-06:00) To: Cyd Haselton Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] mono 4.0.0 xbuild won't build project Hello Cyd,

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Cyd Haselton
Working now, after building timezone data and re-building mono: /bld/pash/Pash-Project-Pash-bc07215 $ mcs DateTime.cs /bld/pash/Pash-Project-Pash-bc07215 $ mono DateTime.exe Hello World 06/05/2015 23:51:13/bld/pash/Pash-Project-Pash-bc07215 $ And, as it turns out, so is xbuild: XBuild Engine Ver

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Cyd Haselton
Yes I am bulding on android, specifically in an app that emulates a linux-type filesystem. I thought, since it is listed on the supported platforms page and since the sources include PLATFORM_ANDROID and TARGET_ANDROID, that building on android would be ok. I found a bug report for an issue I

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Atsushi Eno
Wait, you are building mono _on_ Android? I don't think mono supports custom Android build. Things WON'T work and it is quite as expected. That's not a bug at all. We Xamarin don't even use full mono stack. xbuild is totally out of mobile scope. Atsushi Eno On 2015年06月06日 00:26, Cyd Haselt

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Timotheus Pokorra
Hello Cyd, > System.DateTime.Now > System.TimeZoneNotFoundException: Exception of type > 'System.TimeZoneNotFoundException' was thrown. This sounds familiar. I had that recently on Fedora for ppc64le. see my comment: https://bugzilla.redhat.com/show_bug.cgi?id=1224945#c1 The exception is thrown

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Cyd Haselton
It does NOT work as written It DOES work after removing + DateTime.Now On June 5, 2015 10:16:34 AM CDT, "Alexander Köplinger" wrote: >It's just a simple helloworld as well, but with datetime output: > >using System; > >namespace HelloWorld { >public class Program { >public static v

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Alexander Köplinger
It's just a simple helloworld as well, but with datetime output: using System; namespace HelloWorld { public class Program { public static void Main(string[] args) { Console.WriteLine("Hello World " + DateTime.Now); } } } If this doesn't work, then there's

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Cyd Haselton
Unfortunately the latest build...with ncurses this time...didn't change anything. Same output for xbuild. Alexander, could you send the code for the Project.exe you sent me? On June 5, 2015 3:25:42 AM CDT, "Alexander Köplinger" wrote: >Can you try this simple Hello World exe to confirm basic

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Cyd Haselton
For the hell of it, I;m going to rebuild with #define HAVE_CURSES_H 1 and see what happens. Feel free to send more tests...it may be a while before I can get to them On June 5, 2015 3:25:42 AM CDT, "Alexander Köplinger" wrote: >Can you try this simple Hello World exe to confirm basic Mono is

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Cyd Haselton
Interesting output for your Program.exe /bld/mono/mono-4.0.0 $ mono Program.exe -v /bld/mono/mono-4.0.0 $ mono -v Program.exe /bld/mono/mono-4.0.0 $ mono Program.exe

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Cyd Haselton
Will try it after this latest re-build is complete. FYI, after building and installing mono the first time I was able to successfully compile and run the console Hello World example from this link: http://www.mono-project.com/docs/getting-started/mono-basics/. On June 5, 2015 3:25:42 AM CDT, "

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Alexander Köplinger
Can you try this simple Hello World exe to confirm basic Mono is working and it's something specific to xbuild: https://dl.dropboxusercontent.com/u/21102229/Program.zip (it just prints the current date). I believe there's some terminal requirements, but not sure. Redirecting output to a file