I believe I found a bug in the ArrayList (or I'm missing a thread lock), so I'm trying to install the debugger to step through the code and find the problem. When the debugger starts compiling the wrapper, I get the following warnings:
wrapper.c:33: warning: integer constant is too large for "long" type
wrapper.c: In function `debugger_lookup_assembly':
wrapper.c:111: warning: implicit declaration of function `mono_debugger_lookup_assembly'
wrapper.c: At top level:
wrapper.c:139: warning: initialization from incompatible pointer type


which leads to this error:
wrapper.o(.text+0x139): In function `debugger_lookup_assembly':
.../debugger/wrapper/wrapper.c:111: undefined reference to `mono_debugger_lookup_assembly'


Can anyone point me in the right direction?
--Pat

_________________________________________________________________
Watch LIVE baseball games on your computer with MLB.TV, included with MSN Premium! http://join.msn.com/?page=features/mlb&pgmarket=en-us/go/onm00200439ave/direct/01/


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to