[Mono-osx] MonoDebugger OSX

kangaroo grompf at sublimeintervention.com
Tue Jun 14 22:39:38 EDT 2005


MonoDebugger does not work _at all_ on osx;  if you feel up to  
porting it; I suggest grabbing apples bfd and importing it and  
working from there as a start point (beware there will be a lot more  
work on top of that)

-kangaroo

On 14-Jun-05, at 10:20 PM, nick Ricketts wrote:

> I was wondering if anyone had gotten monodebugger to compile on OSX I
> cant seem to get past the BFD. It dies becuase there are no member is
> struct user in sys/user.h!! Inside that header file the struct is
> defined as with nothing inside except a comment that says "no longer
> used".  Here is the output:
>
> make  all-recursive
> Making all in jay
> make[2]: Nothing to be done for `all'.
> Making all in interfaces
> make[2]: Nothing to be done for `all'.
> Making all in classes
> make[2]: Nothing to be done for `all'.
> Making all in glue
> make[2]: Nothing to be done for `all'.
> Making all in arch
> Making all in libiberty
> make[3]: Nothing to be done for `all'.
> Making all in bfd
> Making all in include
> Making all in aout
> make[5]: Nothing to be done for `all'.
> Making all in coff
> make[5]: Nothing to be done for `all'.
> Making all in elf
> make[5]: Nothing to be done for `all'.
> Making all in opcode
> make[5]: Nothing to be done for `all'.
> make[5]: Nothing to be done for `all-am'.
> Making all in hosts
> make[4]: Nothing to be done for `all'.
> if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I. -I../.. -D_GNU_SOURCE  -I. -I. -I./include    -W -Wall
> -Wstrict-prototypes -Wmissing-prototypes -g -Wall -Wunused
> -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
> -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith
> -Wno-cast-qual -Wcast-align -Wwrite-strings -MT trad-core.lo -MD -MP
> -MF ".deps/trad-core.Tpo" -c -o trad-core.lo trad-core.c; \
> then mv -f ".deps/trad-core.Tpo" ".deps/trad-core.Plo"; else rm -f
> ".deps/trad-core.Tpo"; exit 1; fi
>  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_GNU_SOURCE -I. -I. -I./include
> -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -Wall -Wunused
> -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
> -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith
> -Wno-cast-qual -Wcast-align -Wwrite-strings -MT trad-core.lo -MD -MP
> -MF .deps/trad-core.Tpo -c trad-core.c  -fno-common -DPIC -o
> .libs/trad-core.o
> trad-core.c: In function 'trad_unix_core_file_p':
> trad-core.c:100: error: 'struct user' has no member named 'u_dsize'
> trad-core.c:105: error: 'struct user' has no member named 'u_ssize'
> trad-core.c:122: error: 'struct user' has no member named 'u_dsize'
> trad-core.c:126: error: 'struct user' has no member named 'u_ssize'
> trad-core.c:133: error: 'struct user' has no member named 'u_dsize'
> trad-core.c:133: error: 'struct user' has no member named 'u_ssize'
> trad-core.c:178: error: 'struct user' has no member named 'u_dsize'
> trad-core.c:183: error: 'struct user' has no member named 'u_ssize'
> trad-core.c:191: error: 'HOST_TEXT_START_ADDR' undeclared (first use
> in this function)
> trad-core.c:191: error: (Each undeclared identifier is reported  
> only once
> trad-core.c:191: error: for each function it appears in.)
> trad-core.c:191: error: 'struct user' has no member named 'u_tsize'
> trad-core.c:197: error: 'HOST_STACK_END_ADDR' undeclared (first use in
> this function)
> trad-core.c:197: error: 'struct user' has no member named 'u_ssize'
> trad-core.c:214: error: 'struct user' has no member named 'u_ar0'
> trad-core.c:217: error: 'struct user' has no member named 'u_dsize'
> trad-core.c: In function 'trad_unix_core_file_failing_command':
> trad-core.c:243: error: 'struct user' has no member named 'u_comm'
> trad-core.c: At top level:
> trad-core.c:285: warning: initialization discards qualifiers from
> pointer target type
> make[4]: *** [trad-core.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> Any Ideas
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>
>
> !DSPAM:42af907d47611559828624!
>
>



More information about the Mono-osx mailing list