|
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
|
- [Mono-list] A COMPLETE list of prerequisites for compilin... Jerkins, Phillip
- RE: [Mono-list] A COMPLETE list of prerequisites for... Urs Muff
- FW: [Mono-list] A COMPLETE list of prerequisites for... John BouAntoun
- RE: [Mono-list] A COMPLETE list of prerequisites for... Urs Muff
- RE: [Mono-list] A COMPLETE list of prerequisites... Richard Torkar
- RE: [Mono-list] A COMPLETE list of prerequisites for... John BouAntoun
