Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: Monodevelop https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178904 ------- Additional Comments From lyz27@xxxxxxxxx 2006-04-18 20:44 EST ------- Ok. Good deal. Couple more things: I think that you need to add --enable-boo to the configure of monodevelop.spec to enable boo. Even after this change, it doesn't work on 64 bit systems since the check for boo in the monodevelop configure script runs the command: pkg-config --exists "boo >= 0.7.5.2013" will not work as pkg-config will look for the .pc files under /usr/lib64/pkgconfig and the .pc file for boo is under /usr/lib/pkgconfig . The build of mono-debugger fails. I believe that this is a bug with the source code, not the package. I downloaded the package from the go-mono site and got the same error. I'm hoping someone knows where to redirect this better than I. [root@localhost server]# make if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -pthread -I/usr/lib64/pkg config/../../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_GNU_SOURCE -g -Wall -Wunused -Wmissing-p rototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno- cast-qual -Wcast-align -Wwrite-strings -MT x86-ptrace.lo -MD -MP -MF ".deps/x86-ptrace.Tpo" -c -o x86-ptrace.lo x86-ptrace. c; \ then mv -f ".deps/x86-ptrace.Tpo" ".deps/x86-ptrace.Plo"; else rm -f ".deps/x86-ptrace.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -pthread -I/usr/lib64/pkgconfig/../../include -I/usr/include/glib-2.0 -I/ usr/lib64/glib-2.0/include -D_GNU_SOURCE -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT x86-ptrace.l o -MD -MP -MF .deps/x86-ptrace.Tpo -c x86-ptrace.c -fPIC -DPIC -o .libs/x86-ptrace.o In file included from /usr/include/asm/user.h:4, from x86_64-arch.h:10, from x86-arch.h:45, from x86-linux-ptrace.h:4, from x86-ptrace.c:35: /usr/include/asm-x86_64/user.h:56: error: expected specifier-qualifier-list before 'u64' In file included from x86-ptrace.c:437: x86-linux-ptrace.c: In function 'do_wait': x86-linux-ptrace.c:128: warning: pointer targets in passing argument 2 of 'waitpid' differ in signedness x86-linux-ptrace.c: In function 'server_ptrace_global_wait': x86-linux-ptrace.c:160: warning: pointer targets in passing argument 2 of 'do_wait' differ in signedness x86-linux-ptrace.c: In function '_server_ptrace_setup_inferior': x86-linux-ptrace.c:293: warning: pointer targets in passing argument 2 of 'do_wait' differ in signedness x86-linux-ptrace.c: In function 'server_ptrace_get_application': x86-linux-ptrace.c:461: warning: assignment makes pointer from integer without a cast In file included from x86-ptrace.c:447: x86_64-arch.c: In function 'server_ptrace_call_method_1': x86_64-arch.c:707: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness x86-ptrace.c: At top level: x86-ptrace.c:474: warning: initialization from incompatible pointer type x86-ptrace.c:492: warning: initialization from incompatible pointer type make: *** [x86-ptrace.lo] Error 1 -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list