Re: [Mono-dev] Mono Wizard

2013-03-11 Thread Autif Khan
It depends on what kind of wizard Do you mean like Oz or Gandalf or Dumbledore? For Oz, you should try one of the brick roads - i think yellow. I am not sure happens with red. For Gandalf - You will need white - grey has been out of development for a while. Lastly, Dumbledore, after a major

Re: [Mono-dev] Mono and Clang

2013-03-06 Thread Autif Khan
On Tue, Mar 5, 2013 at 3:35 PM, Alex Rønne Petersen a...@alexrp.com wrote: Hi list, Has anyone managed to build Mono with Clang? If so, do the resulting binaries pass the test suite? Thanks, Alex Fascinating. I did not know about clang until today. Apparently it is available on Ubuntu

[Mono-dev] Segmentation fault executing mono runtime tests on OpenIndiana

2012-10-14 Thread Autif Khan
I am trying to get to the bottom of why some of the runtime tests fail on OpenIndiana (an OpenSolaris clone). Here is the information about the test that I am running, the standard output provided by mono -v, a stack trace and a snippet from the mono source file (v 2.11.4).

Re: [Mono-dev] Mono on SMARTOS

2012-10-10 Thread Autif Khan
On Tue, Oct 9, 2012 at 3:42 PM, Andres G. Aragoneses kno...@gmail.com wrote: On 09/10/12 14:53, Autif Khan wrote: On Tue, Oct 9, 2012 at 8:11 AM, Fatih Soydan [Personal] fatihsoy...@fatihsoydan.com wrote: Hi; Are there any pre compiled packages for smartos ? SmartOS seems to be catching

Re: [Mono-dev] Mono on SMARTOS

2012-10-09 Thread Autif Khan
On Tue, Oct 9, 2012 at 8:11 AM, Fatih Soydan [Personal] fatihsoy...@fatihsoydan.com wrote: Hi; Are there any pre compiled packages for smartos ? SmartOS seems to be catching fire :-) While there are no binaries, there are some tweaks needed to compile mono on SmartOS. Take a look at the

Re: [Mono-dev] Compiling mono? I give up [not proceeding] - if anything obvious i'm doing wrong let me know

2012-04-30 Thread Autif Khan
On Mon, Apr 30, 2012 at 9:47 PM, Rob Wilkens robwilk...@gmail.com wrote: [apologies if duplicated - i sent from wrong account at first and don't think it went through] I hate trying to get other people's program's to build properly on a different computer than it was originally built on/for,

Re: [Mono-dev] Cross-compile mono to MIPS SOC w/CodeSourcery 3.93?

2012-03-28 Thread Autif Khan
Hello--- I'm trying to cross-compile mono 2.10.2 from the source tarball.  My build machine is an x86 Linux PC running Fedora (could use one of the other distros of that makes things easier).  The target is a SOC with a vanilla MIPS 24Kc core (little-endian, no FPU). I found some

Re: [Mono-dev] Cross-compile mono to MIPS SOC w/CodeSourcery 3.93?

2012-03-28 Thread Autif Khan
Hello--- I'm trying to cross-compile mono 2.10.2 from the source tarball.  My build machine is an x86 Linux PC running Fedora (could use one of the other distros of that makes things easier).  The target is a SOC with a vanilla MIPS 24Kc core (little-endian, no FPU). I found some

Re: [Mono-dev] Image.PropertyItems empty with mono

2012-02-17 Thread Autif Khan
Hi, i'm porting a c# appliction to work with both .net and mono (for MacOS). The app should read an image and rotate it using the exif information for orientation. But when opening the image with mono it only gives me an empty PropertyItems array. I tried it with several mono versions

Re: [Mono-dev] How to combine Mono with Application Binaries for redistribution

2012-02-15 Thread Autif Khan
I developed an applicaiton using MonoDevelop. It runs fine from the machine I developed on Chrome (OpenSUSE 11.4)  with the related Mono products. I need my application to work on CentOS. I want to build a tar.gz or something similar that I can distribute to CentOS. Is there anyway to compile

Re: [Mono-dev] [Newbie] Force to run a c# apps with Mono Runtime

2012-02-13 Thread Autif Khan
On Sat, Feb 11, 2012 at 1:44 PM, Nixeus transfai...@free.fr wrote: Hello, I have an apps in c# designed for Mono. I don't have the source code, but just the EXE. I would like to force that this exe will be run with the MONO runtime. So in order to doignt this,i would like to create a c#

[Mono-dev] libMonoPosixHelper and libMonoSupportW not being built when --disable-mcs-build

2012-01-25 Thread autif khan
I am cross compiling mono and have success with it. The process as described is: 1) Compile mono on build/host machine for the libraries 2) Cross Compile mono with --disable-mcs-build and copy the .NET libraries to the target system. However, I have to use --disable-mcs-build mono_cv_uscore=no

Re: [Mono-dev] libMonoPosixHelper and libMonoSupportW not being built when --disable-mcs-build

2012-01-25 Thread autif khan
tools msvc docs On Wed, Jan 25, 2012 at 11:19 AM, autif khan autif.ml...@gmail.com wrote: I am cross compiling mono and have success with it. The process as described is: 1) Compile mono on build/host machine for the libraries 2) Cross Compile mono with --disable-mcs-build and copy the .NET

Re: [Mono-dev] libMonoPosixHelper and libMonoSupportW not being built when --disable-mcs-build

2012-01-25 Thread autif khan
I looked thru git to see how this evolved. It lead me to commit 9c48ce0cec7f37fd9f90be75cf7887d014048b25 by Gonzalo. I was hoping he could shed some light on this. I just dont want this to bite me down the road. On Wed, Jan 25, 2012 at 12:59 PM, autif khan autif.ml...@gmail.com wrote: I believe

Re: [Mono-dev] How to access AOTed assembly code?

2012-01-25 Thread autif khan
Kamal, Can you please include the following: 1) which gcc 2) output of gcc --version 3) gcc helloworld.c - and then the output of file a.out (just have main(){printf(HW\n;)} in helloworld.c These will eliminate cross compiler as an issue. 4) The full command that is executed before you get

[Mono-dev] libtool version mismatch

2012-01-24 Thread autif khan
I have been working on writing a recipe for mono for open embedded (OE). I have successfully written one for lbgdiplus and am making headway with mono. Mono comes with libtool version 2.2.6, OE uses 2.4 After ./configure, when make is being executed, I am getting the following error for the

[Mono-dev] Cross compilation issue

2012-01-19 Thread autif khan
I am trying to cross compile mono with success. However, there is a step that I am not able to figure out. The steps are as follows: 1) Compile mono for the host system - to save the mcs for later use 2) Cross Compile mono with --disable-mcs-build 3) Copy mcs directory from 1 into 2 4) Profit I