[Mono-list] Mcs bugs fixed (Janet)
Jeroen Janssen
japj@xs4all.nl
Wed, 08 Jan 2003 23:21:25 +0100
Miguel de Icaza wrote:
>Hello,
>
>
>
>>>I filed a bug (36321) for what I assume is a mcs bug (sample code is
>>>present in the bugreport)
>>>
>>>
>>And another (36323) for another (also sample present).
>>
>>
>
>Martin fixed both bugs now.
>
>
Ok, after a (janet) makefile fix it now compiles & links ok under mcs
(linux).
However, now I got the following error when trying to run JCommand on
test.js:
japj@debian:~/mono/janet/janet/Test$ mono ./JCommand.exe test.js
ParseError at line 136966332, column -1073743544 (byte position 135170044)
Message: expected "}"
As far as I know, the same code works ok on windows with CSC/.NET Framework.
What is the best way to determine the cause of this problem?
---
Jeroen