Re: [Mono-dev] jay cannot open mcs/class/System.XML/System.Xml.XPath/Parser.jay

2011-12-21 Thread Dale Schumacher
Thanks! Compilation succeeded after 0585159 was reverted. Other notes that may be helpful to future Win7/Cygwin builders: No need to use Make v3.80, as recommended in http://shana.worldofcoding.com/en/mono_cygwin_tutorial.html. In fact, it doesn't run. Make v3.82.90 was installed by Cygwin

[Mono-dev] Assertion at mini-arm.c:5559, condition `IS_LDR_PC (code_ptr [0])' not met

2011-12-21 Thread Bassam Tabbara
Hello, We are seeing the following on ARM devices. Running mono built from the 2-10 branch. Any ideas for where to start here? invalid code stream, instruction before IMT value is not a LDC in mono_arch_find_imt_method() (code 0x40be8868 value 0: 0xe1a06000 -1: 0xe591f028 -2: 0xe1a0e00f) *

Re: [Mono-dev] Assertion at mini-arm.c:5559, condition `IS_LDR_PC (code_ptr [0])' not met

2011-12-21 Thread Zoltan Varga
Hi, A reproducible testcase, along with the device+os specs would help us debug the problem. Zoltan On Thu, Dec 22, 2011 at 12:15 AM, Bassam Tabbara bas...@symform.com wrote: Hello, ** ** We are seeing the following on ARM devices. Running mono built from the 2-10