Skip to content

Instantly share code, notes, and snippets.

@imphasing
Created November 8, 2010 19:52
Show Gist options
  • Save imphasing/668165 to your computer and use it in GitHub Desktop.
Save imphasing/668165 to your computer and use it in GitHub Desktop.
make[3]: Entering directory `/cygdrive/c/mono/mono-src/mono/profiler'
CC proflog.lo
proflog.c:17:18: zlib.h: No such file or directory
proflog.c:226: error: parse error before "gzFile"
proflog.c:226: warning: no semicolon at end of struct or union
proflog.c:230: error: parse error before '}' token
proflog.c:235:1: warning: "TLS_INIT" redefined
In file included from proflog.c:26:
utils.c:63:1: warning: this is the location of the previous definition
proflog.c: In function `dump_header':
proflog.c:395: error: dereferencing pointer to incomplete type
proflog.c:396: warning: implicit declaration of function `gzwrite'
proflog.c:396: warning: nested extern declaration of `gzwrite'
proflog.c:396: error: dereferencing pointer to incomplete type
proflog.c:398: error: dereferencing pointer to incomplete type
proflog.c: In function `dump_buffer':
proflog.c:420: error: dereferencing pointer to incomplete type
proflog.c:421: warning: nested extern declaration of `gzwrite'
proflog.c:421: error: dereferencing pointer to incomplete type
proflog.c:422: error: dereferencing pointer to incomplete type
proflog.c:425: error: dereferencing pointer to incomplete type
proflog.c:426: error: dereferencing pointer to incomplete type
proflog.c: In function `heap_walk':
proflog.c:494: error: dereferencing pointer to incomplete type
proflog.c: In function `gc_event':
proflog.c:519: error: dereferencing pointer to incomplete type
proflog.c: In function `log_shutdown':
proflog.c:870: error: dereferencing pointer to incomplete type
proflog.c:871: warning: implicit declaration of function `gzclose'
proflog.c:871: warning: nested extern declaration of `gzclose'
proflog.c:871: error: dereferencing pointer to incomplete type
proflog.c:873: error: dereferencing pointer to incomplete type
proflog.c:874: error: dereferencing pointer to incomplete type
proflog.c:876: error: dereferencing pointer to incomplete type
proflog.c: In function `create_profiler':
proflog.c:884: error: invalid application of `sizeof' to incomplete type `../../mono/metadata/profiler.h'
proflog.c:891: error: dereferencing pointer to incomplete type
proflog.c:892: error: dereferencing pointer to incomplete type
proflog.c:894: error: dereferencing pointer to incomplete type
proflog.c:896: error: dereferencing pointer to incomplete type
proflog.c:902: error: dereferencing pointer to incomplete type
proflog.c:902: warning: implicit declaration of function `gzdopen'
proflog.c:902: warning: nested extern declaration of `gzdopen'
proflog.c:902: error: dereferencing pointer to incomplete type
make[3]: *** [proflog.lo] Error 1
make[3]: Leaving directory `/cygdrive/c/mono/mono-src/mono/profiler'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/mono/mono-src/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/mono/mono-src'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment