[Mono-list] Building Mono 4.2.1 Under Windows
RodDaSilva
RodDaSilva at SoftwarePerspectives.com
Tue Dec 8 20:42:43 UTC 2015
Hi all,New to Mono and this forum. Trying to build Mono on a Windows
machine. I have followed the instructions but am getting this error when I
go to do the make command from within the Cygwin terminal:Output is below...
Anyone seen this and know what the problem is?Thanks,Rod$ makemake
all-recursivemake[1]: Entering directory '/cygdrive/c/mono-4.2.1'Making all
in pomake[2]: Entering directory '/cygdrive/c/mono-4.2.1/po'Making all in
mcsmake[3]: Entering directory '/cygdrive/c/mono-4.2.1/po/mcs'make[3]:
Leaving directory '/cygdrive/c/mono-4.2.1/po/mcs'make[3]: Entering directory
'/cygdrive/c/mono-4.2.1/po'make[3]: Nothing to be done for 'all-am'.make[3]:
Leaving directory '/cygdrive/c/mono-4.2.1/po'make[2]: Leaving directory
'/cygdrive/c/mono-4.2.1/po'Making all in libgcmake[2]: Entering directory
'/cygdrive/c/mono-4.2.1/libgc'Making all in m4make[3]: Entering directory
'/cygdrive/c/mono-4.2.1/libgc/m4'make[3]: Nothing to be done for
'all'.make[3]: Leaving directory '/cygdrive/c/mono-4.2.1/libgc/m4'Making all
in includemake[3]: Entering directory
'/cygdrive/c/mono-4.2.1/libgc/include'Making all in privatemake[4]: Entering
directory '/cygdrive/c/mono-4.2.1/libgc/include/private'make[4]: Nothing to
be done for 'all'.make[4]: Leaving directory
'/cygdrive/c/mono-4.2.1/libgc/include/private'make[4]: Entering directory
'/cygdrive/c/mono-4.2.1/libgc/include'make[4]: Nothing to be done for
'all-am'.make[4]: Leaving directory
'/cygdrive/c/mono-4.2.1/libgc/include'make[3]: Leaving directory
'/cygdrive/c/mono-4.2.1/libgc/include'Making all in docmake[3]: Entering
directory '/cygdrive/c/mono-4.2.1/libgc/doc'make[3]: Nothing to be done for
'all'.make[3]: Leaving directory '/cygdrive/c/mono-4.2.1/libgc/doc'make[3]:
Entering directory '/cygdrive/c/mono-4.2.1/libgc'make[3]: Nothing to be done
for 'all-am'.make[3]: Leaving directory
'/cygdrive/c/mono-4.2.1/libgc'make[2]: Leaving directory
'/cygdrive/c/mono-4.2.1/libgc'Making all in eglibmake[2]: Entering directory
'/cygdrive/c/mono-4.2.1/eglib'make all-recursivemake[3]: Entering directory
'/cygdrive/c/mono-4.2.1/eglib'Making all in m4make[4]: Entering directory
'/cygdrive/c/mono-4.2.1/eglib/m4'make[4]: Nothing to be done for
'all'.make[4]: Leaving directory '/cygdrive/c/mono-4.2.1/eglib/m4'Making all
in srcmake[4]: Entering directory '/cygdrive/c/mono-4.2.1/eglib/src' CC
libeglib_la-garray.lo CC libeglib_la-gbytearray.lo CC
libeglib_la-gerror.lo CC libeglib_la-ghashtable.lo CC
libeglib_la-giconv.lo CC libeglib_la-gmem.lo CC
libeglib_la-goutput.lo CC libeglib_la-gqsort.lo CC
libeglib_la-gstr.logstr.c: In function ‘monoeg_g_strchug’:gstr.c:463:2:
warning: array subscript has type ‘char’ [-Wchar-subscripts] while (*tmp &&
isspace (*tmp)) tmp++; ^gstr.c: In function
‘monoeg_g_strchomp’:gstr.c:480:2: warning: array subscript has type ‘char’
[-Wchar-subscripts] while (*tmp && isspace (*tmp)) tmp--; ^gstr.c: In
function ‘monoeg_g_filename_from_uri’:gstr.c:644:4: warning: array subscript
has type ‘char’ [-Wchar-subscripts] if (p [1] && p [2] && isxdigit (p
[1]) && isxdigit (p [2])){ ^gstr.c:644:4: warning: array subscript has
type ‘char’ [-Wchar-subscripts]gstr.c: In function
‘monoeg_g_strdown’:gstr.c:685:3: warning: array subscript has type ‘char’
[-Wchar-subscripts] *string = (gchar)tolower (*string); ^gstr.c: In
function ‘monoeg_g_ascii_xdigit_value’:gstr.c:911:2: warning: array
subscript has type ‘char’ [-Wchar-subscripts] return ((isxdigit (c) == 0) ?
-1 : ^ CC libeglib_la-gslist.lo CC libeglib_la-gstring.lo CC
libeglib_la-gptrarray.lo CC libeglib_la-glist.lo CC
libeglib_la-gqueue.lo CC libeglib_la-gpath.logpath.c:34:21: fatal
error: direct.h: No such file or directory #include
^compilation terminated.Makefile:959: recipe for target
'libeglib_la-gpath.lo' failedmake[4]: *** [libeglib_la-gpath.lo] Error
1make[4]: Leaving directory '/cygdrive/c/mono-4.2.1/eglib/src'Makefile:428:
recipe for target 'all-recursive' failedmake[3]: *** [all-recursive] Error
1make[3]: Leaving directory '/cygdrive/c/mono-4.2.1/eglib'Makefile:359:
recipe for target 'all' failedmake[2]: *** [all] Error 2make[2]: Leaving
directory '/cygdrive/c/mono-4.2.1/eglib'Makefile:517: recipe for target
'all-recursive' failedmake[1]: *** [all-recursive] Error 1make[1]: Leaving
directory '/cygdrive/c/mono-4.2.1'Makefile:446: recipe for target 'all'
failedmake: *** [all] Error 2
--
View this message in context: http://mono.1490590.n4.nabble.com/Building-Mono-4-2-1-Under-Windows-tp4667121.html
Sent from the Mono - General mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20151208/d3f2bb96/attachment.html>
More information about the Mono-list
mailing list