[Mono-list] SIGILL in I18N on OSX
Attila Balogh
d0lphin@mail.edu-net.hu
Tue, 23 Mar 2004 01:24:29 +0100
Urs C Muff wrote:
> change mono into mint in the make files and that should do it.
>
> -urs
>
> On Mar 22, 2004, at 1:39 PM, Attila Balogh wrote:
>
>> it's a little bit offtopic it this thread, but Rob: is it possible
>> that the '(except for some GTK# stuff)' is the reason why i can't
>> build monodoc on macosx? gtk#, gtksourceview-sharp and all the
>> dependencies compile allright, but the monodoc compilation fails
>> because of '** ERROR **: file mini-ppc.c: line 2093 (handle_thunk):
>> assertion failed: (pdata.found == 1)' though it doesn't sound like it
>> has anything to do with gtk# - for me at least ;]
>>
>> regards
>> Attila
>> _______________________________________________
>> Mono-list maillist - Mono-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
i made the change, now it goes further, after checking all the .xml
files it throws this:
Unhandled Exception: System.IO.IOException: Win32 IO returned
ERROR_NO_MORE_FILES. Path: ../../mcs/errors/cs3005-14.cs
#0: 0x001ca throw in System.IO.FileStream::.ctor ([O:0x32cf0a0] [3]
[1] [1] [8192] [0] )
#1: 0x0000c call in System.IO.FileStream::.ctor ([O:0x32cf0a0] [3]
[1] [1] )
#2: 0x00004 newobj in System.IO.File::OpenRead ([O:0x32cf0a0] )
#3: 0x0009e call in System.IO.StreamReader::.ctor ([O:0x32cf0a0]
[O:0x322b280] [1] [4096] )
#4: 0x00009 call in System.IO.StreamReader::.ctor ([O:0x32cf0a0]
[O:0x322b280] )
#5: 0x000f5 newobj in Monodoc.ErrorProviderConfig::Compile ()
#6: 0x00006 callvirt in Monodoc.ErrorProvider::CloseTree ([O:0x9fac0]
[O:0x3251d50] )
#7: 0x00306 callvirt in Monodoc.Assembler::Main ([O:0x9df50] )
any ideas?
Urs/Rob: were you also able to build monodevelop on osx?