But of course, it's there, but still is not to be found! [/CVS-Repositories/go-mono.com]$ ll install/include/gc total 136 drwxr-xr-x+ 2 umuff mkgroup 0 Mar 18 2002 CVS -rw-rw-rw- 1 umuff mkgroup 14293 Mar 18 2002 cord.h -rw-rw-rw- 1 umuff mkgroup 1778 Mar 18 2002 ec.h -rw-rw-rw- 1 umuff mkgroup 38729 Feb 4 16:55 gc.h -rw-rw-rw- 1 umuff mkgroup 11633 Mar 18 2002 gc_alloc.h -rw-rw-rw- 1 umuff mkgroup 1186 Mar 18 2002 gc_amiga_redirects.h -rw-rw-rw- 1 umuff mkgroup 2866 Mar 18 2002 gc_backptr.h -rw-rw-rw- 1 umuff mkgroup 11661 Mar 18 2002 gc_cpp.h -rw-rw-rw- 1 umuff mkgroup 4458 Mar 18 2002 gc_gcj.h -rw-rw-rw- 1 umuff mkgroup 3804 Mar 18 2002 gc_inl.h -rw-rw-rw- 1 umuff mkgroup 21 Mar 18 2002 gc_inline.h -rw-rw-rw- 1 umuff mkgroup 2935 Mar 18 2002 gc_local_alloc.h -rw-rw-rw- 1 umuff mkgroup 6741 Mar 18 2002 gc_mark.h -rw-rw-rw- 1 umuff mkgroup 2701 Mar 18 2002 gc_pthread_redirects.h -rw-rw-rw- 1 umuff mkgroup 3733 Mar 18 2002 gc_typed.h -rw-rw-rw- 1 umuff mkgroup 1569 Mar 18 2002 javaxfc.h -rw-rw-rw- 1 umuff mkgroup 208 Mar 18 2002 leak_detector.h -rw-rw-rw- 1 umuff mkgroup 13777 Mar 18 2002 new_gc_alloc.h drwxr-xr-x+ 3 umuff mkgroup 0 Mar 18 2002 private -rw-rw-rw- 1 umuff mkgroup 9149 Mar 18 2002 weakpointer.h
- Urs C. Muff Systems Architect - Research Lab [EMAIL PROTECTED] - X6360 +1 (303) 894 3360
-----Original Message-----
Somebody can help with this?
running ./mono-build-win32.sh
... checking for pkg-config... /usr/bin/pkg-config checking for glib-2.0 >= 1.3.11... yes checking BASE_DEPENDENCIES_CFLAGS... -I/CVS-Repositories/go-mono.com/install/include/glib-2.0 -I/CVS-Repositories/go-mono.com/install/lib/glib-2.0/include checking BASE_DEPENDENCIES_LIBS... -L/CVS-Repositories/go-mono.com/install/lib -lglib-2.0 -lintl -liconv checking for gc.h... no checking for gc/gc.h... no checking for GC_malloc in -lgc... yes configure: error: Found libgc but not its header files! You may need to install them by hand.
- Urs
-----Original Message-----
I have found that the best way to get mono to build (start building at least) under windows, from cvs, is to do the following:
- create a directory to hold the cvs files (/monocvs) - cd into that directory (cd /mononocvs) - do a complete get from cvs of mono and mcs (see go-mono.com for how to get from anoncvs) - copy /mono/doc/mono-build-w32.sh into /monocvs - run /monocvs/mono-build-w32.sh
mono-build-w32.sh will should then automate grabbing all (most) required libraries and building (even updates mono and mcs from cvs).
then follow the instructions from /mono/mcs/README.building
Gonzalo: It might be a point to add the line that tells the users where to put mono-build-w32.sh into README.building, it took me a while to figure out that it had to be at the same directory level as mono and mcs.
Hope that Helps
JBA
|