[Mono-list] mono compilation problem

Fredy Ramirez formateli@cantv.net
Mon, 24 Nov 2003 15:09:07 -0400


Hello.

I have some problems compiling mono from sources. I have mono installed 
properly from rpm's (RH9), but I need a new compilation because I have 
some problems with ResourceManager and I hope this new compilation fix it.

./configure --prefix=/usr  --> works OK.

make  --> result:

/////////////////////////////////////////////////////////

locales.c:528: `U_ZERO_ERROR' undeclared (first use in this function)
locales.c:539: warning: implicit declaration of function `ucol_getSortKey'
make[4]: *** [locales.lo] Error 1
make[4]: Leaving directory 
`/tmp/mono-src/mono-0.28.99.20031118/mono/metadata'
make[3]: *** [all] Error 2
make[3]: Leaving directory 
`/tmp/mono-src/mono-0.28.99.20031118/mono/metadata'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/mono-src/mono-0.28.99.20031118/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/mono-src/mono-0.28.99.20031118'
make: *** [all] Error 2

//////////////////////////////////////////


Can somebody help me?

Thank you.

Fredy Ramirez