[Mono-dev] windows build of a mono embedded app [part 2]

2011-12-19 Thread Jonathan Shore
So I got around some compilation issues (thanks Robert) in building an embedded mono application on windows. I resolved my build issues by explicitly using MinGW g++ as opposed to cygwin's. Although cygwin g++ appears to be some variant of MinGW, was not able to get it to work. Moving to

Re: [Mono-dev] windows build of a mono embedded app [part 2]

2011-12-19 Thread Robert Jordan
On 19.12.2011 18:49, Jonathan Shore wrote: This successfully creates a dll. The problem is that when trying to load this dll into R, complains that cannot find libmono-2.0.As I do most of my work on OSX and Linux, have not yet determined what governs the DLL search path.Also,

Re: [Mono-dev] windows build of a mono embedded app [part 2]

2011-12-19 Thread Jonathan Shore
On Dec 19, 2011, at 2:59 PM, Robert Jordan wrote: On 19.12.2011 18:49, Jonathan Shore wrote: Questions: - what windows libraries and/or options do I need to add to the MinGW g++ link line to resolve dependencies for the static library Again, the static libmono is unsupported under

Re: [Mono-dev] Windows build

2008-07-18 Thread Leszek Ciesielski
A sidenote (and an argument for msys): folks behind Windows git port are currently finishing their migration from cygwin to msys because of performance reasons. 2008/7/17 Jonathan Chambers [EMAIL PROTECTED]: I started looking at using msys to build mono a few months ago. I got distracted by

Re: [Mono-dev] Windows build

2008-07-18 Thread Michael Jerris
Is there a compelling reason (other than the fact that the managed code does not yet build off the msvc build system) to support msys or cygwin at all? Mike On Jul 18, 2008, at 11:34 AM, Leszek Ciesielski wrote: A sidenote (and an argument for msys): folks behind Windows git port are

Re: [Mono-dev] Windows build

2008-07-18 Thread Kornél Pál
Hi, Michael Jerris wrote: Is there a compelling reason (other than the fact that the managed code does not yet build off the msvc build system) to support msys or cygwin at all? Both of them are using the same open source compilers and tools (cygwin is a kind of Linux API implementation

Re: [Mono-dev] Windows build

2008-07-17 Thread Kornél Pál
Hi, msys could be a better choice because cygwin uses it's own runtime that has to be avoided by using -mno-cygwin and I believe that msys is easier to install but I'm not sure that it's currently properly supported by Mono. In the previous version of the buildbot page there was a button to

Re: [Mono-dev] Windows build

2008-07-17 Thread Jonathan Chambers
I started looking at using msys to build mono a few months ago. I got distracted by some other things (mainly the beginning of the Win64 port), but I would be willing to pick it up again if there is interest. It would probably be a good thing, IMO. Thanks, Jonathan On Thu, Jul 17, 2008 at 3:08

Re: [Mono-dev] Windows build

2008-07-16 Thread Kornél Pál
@lists.ximian.com Betreff: Re: [Mono-dev] Windows build Andreas Nahr [EMAIL PROTECTED] wrote on 15.07.2008 22:34:00: Could somebody please fix the windows build? It has been broken for ages now... Happy Hacking Andreas Hi Andreas, What exactly is broken in Windows build? I built Mono

Re: [Mono-dev] Windows build

2008-07-16 Thread Jonathan Chambers
yesterday after my posting. Greetings Andreas -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] Im Auftrag von Miha Vrhovnik Gesendet: Mittwoch, 16. Juli 2008 07:15 An: mono-devel-list@lists.ximian.com Betreff: Re: [Mono-dev] Windows build

Re: [Mono-dev] Windows build

2008-07-16 Thread Kornél Pál
- [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]] Im Auftrag von Miha Vrhovnik Gesendet: Mittwoch, 16. Juli 2008 07:15 An: mono-devel-list@lists.ximian.com mailto:mono-devel-list@lists.ximian.com Betreff: Re: [Mono-dev] Windows build

Re: [Mono-dev] Windows build

2008-07-16 Thread Jonathan Chambers
Vrhovnik Gesendet: Mittwoch, 16. Juli 2008 07:15 An: mono-devel-list@lists.ximian.com mailto:mono-devel-list@lists.ximian.com Betreff: Re: [Mono-dev] Windows build Andreas Nahr [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

Re: [Mono-dev] Windows build

2008-07-16 Thread Robert Jordan
An: mono-devel-list@lists.ximian.com mailto:mono-devel-list@lists.ximian.com Betreff: Re: [Mono-dev] Windows build Andreas Nahr [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote on 15.07.2008 22:34:00: Could somebody please

Re: [Mono-dev] Windows build

2008-07-16 Thread Kornél Pál
Hi, Robert Jordan wrote: It seems that the proper symbol on x86 (32bit) is indeed __image_base__, but it must be declared w/out the underscore: Thanks for pointing this out. I have tested the patch with cygwin and MSVC as well and commited the fix in the hope that it will not break old

Re: [Mono-dev] Windows build

2008-07-16 Thread Andrew Jorgensen
On Wed, 2008-07-16 at 08:47 -0400, Jonathan Chambers wrote: I reverted your changes related to __ImageBase yesterday in hopes of getting something working. The build machine has historically had a (very) old version of cygwin, as upgrading cygwin in the past has cause problems. However,

[Mono-dev] Windows build

2008-07-15 Thread Andreas Nahr
Could somebody please fix the windows build? It has been broken for ages now... Happy Hacking Andreas ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Windows build

2008-07-15 Thread Miha Vrhovnik
Andreas Nahr [EMAIL PROTECTED] wrote on 15.07.2008 22:34:00: Could somebody please fix the windows build? It has been broken for ages now... Happy Hacking Andreas Hi Andreas, What exactly is broken in Windows build? I built Mono successfully in both Cygwin environment and using VS 2005.

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-25 Thread Andy Hume
@lists.ximian.com Subject: Re: [Mono-dev] windows build breakage? (missing CreateString) Hello Andy, When I saw your e-mail concerning your broken environment I forgot to mention an issue I had during my first steps here, and Andreia helped me to fix it: http://twitter.com/marcoscobena/statuses

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-21 Thread Atsushi Eno
Hi, Ok, thanks Rodrigo. So, I tried get-monolite-latest before asking, but looks like it does not work because system-installed mcs takes precedence and it did not match the runtime. I copied mcs/class/lib/monolite/mscorlib.dll to /usr/local/lib/mono/1.0 and now it builds here. Atsushi Eno

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-21 Thread Marcos Cobeña Morián
To: Rodrigo Kumpera Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] windows build breakage? (missing CreateString) Hi, Ok, thanks Rodrigo. So, I tried get-monolite-latest before asking, but looks like it does not work because system-installed mcs takes precedence

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-21 Thread Andy Hume
CLR is used... Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: 21 September 2007 09:10 To: Rodrigo Kumpera Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] windows build breakage? (missing CreateString) Hi

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-21 Thread Paolo Molaro
On 09/21/07 Atsushi Eno wrote: Recently (I think it's been since middle of this week or so) I have been unsuccessful to build non-bootstrap mono on windows, it complains about missing CreateString. Is it only me or is the build broken? Note that it won't show up as monobuild status as it is

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-21 Thread Atsushi Eno
Andy Hume wrote: I wonder whether its anything to do with https://bugzilla.novell.com/show_bug.cgi?id=325109 which I'd like to It has nothing to do with mcs running under .NET/CLR. Atsushi Eno ___ Mono-devel-list mailing list

[Mono-dev] windows build breakage? (missing CreateString)

2007-09-20 Thread Atsushi Eno
Recently (I think it's been since middle of this week or so) I have been unsuccessful to build non-bootstrap mono on windows, it complains about missing CreateString. Is it only me or is the build broken? Note that it won't show up as monobuild status as it is non-bootstrap build.) Making

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-20 Thread Rodrigo Kumpera
Hi Eno, Most of us had this issue, but it's a matter of making sure that you have a matching mono binary with mscorlib. If you are running mono from the build tree you must have MONO_PATH configured, otherwise, like my setup, just 'make install' it. If that doesn't help, you might need to

Re: [Mono-dev] Windows build errors

2006-02-08 Thread Atsushi Eno
Many many guys had experienced it ;-) (it is not only about Windows build). For those who are not aware of what the build (make) does, just try make clean under mono. For those who know a bit more, it would go away if you cleanup System.dll and System.Configuration.dll both in 2.0. In general,

Re: [Mono-dev] windows build error at sys.web 2.0

2006-01-19 Thread Chris Toshok
Hm, I added some extra build stuff to deal with the circular dependency between System.Web and System.Web.Services. Are things still broken for you? Chris On Thu, 2006-01-19 at 13:00 +0900, Atsushi Eno wrote: Hi, Isn't the latest svn broken for windows build (or just me) ? I'm getting the

[Mono-dev] windows build error at sys.web 2.0

2006-01-18 Thread Atsushi Eno
Hi, Isn't the latest svn broken for windows build (or just me) ? I'm getting the attached error under 2.0 System.Web, with a runtime error below: ** ERROR **: file class.c: line 2100 (mono_class_init): assertion failed: (class) aborting... The build error shows it could not resolve some types

Re: [Mono-dev] windows build broken? SIGSEGV

2005-11-03 Thread Kornél Pál
Subject: Re: [Mono-dev] windows build broken? SIGSEGV I am at r52500 with that error. On 11/2/05, Kevin Thompson [EMAIL PROTECTED] wrote: I got the same error. On 10/31/05, Atsushi Eno [EMAIL PROTECTED] wrote: Hi, I wonder if it happens to all, but Windows build got broken on my box after

Re: [Mono-dev] windows build broken? SIGSEGV

2005-11-03 Thread Atsushi Eno
Hi, Ok, I ended up to revert the patches. Atsushi Eno Zoltan Varga wrote: Hi, I can't repro this on my windows box. Also, I can only look into this next week, since I will be on holiday this week. Feel free to revert these two patches:

Re: [Mono-dev] windows build broken? SIGSEGV

2005-11-02 Thread Kevin Thompson
I got the same error.On 10/31/05, Atsushi Eno [EMAIL PROTECTED] wrote: Hi,I wonder if it happens to all, but Windows build got broken on my boxafter r52396 (r52395 worked fine), saying thatCreating ../../build/deps/basic_System.dll.response ...MONO_PATH=../../class/lib/basic;$MONO_PATH

Re: [Mono-dev] windows build broken? SIGSEGV

2005-11-02 Thread Kevin Thompson
I am at r52500 with that error.On 11/2/05, Kevin Thompson [EMAIL PROTECTED] wrote: I got the same error.On 10/31/05, Atsushi Eno [EMAIL PROTECTED] wrote: Hi,I wonder if it happens to all, but Windows build got broken on my boxafter r52396 (r52395 worked fine), saying thatCreating

[Mono-dev] windows build broken? SIGSEGV

2005-10-31 Thread Atsushi Eno
Hi, I wonder if it happens to all, but Windows build got broken on my box after r52396 (r52395 worked fine), saying that Creating ../../build/deps/basic_System.dll.response ... MONO_PATH=../../class/lib/basic;$MONO_PATH /home/atsushi/svn/mono/runtime/mono -wrapper ../../class/lib/basic/mcs.exe