Skip to content

Instantly share code, notes, and snippets.

@epipenau
Created November 1, 2014 19:58
Show Gist options
  • Select an option

  • Save epipenau/b5ec6ab43dc599c57630 to your computer and use it in GitHub Desktop.

Select an option

Save epipenau/b5ec6ab43dc599c57630 to your computer and use it in GitHub Desktop.
gmake[3]: Entering directory '/root/mono-3.10.0/libgc'
CC allchblk.lo
libtool: compile: gcc -m64 "-DPACKAGE_NAME=\"libgc-mono\"" "-DPACKAGE_TARNAME=\"libgc-mono\"" "-DPACKAGE_VERSION=\"6.6\"" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" "-DPACKAGE_BUGREPORT=\"[email protected]\"" "-DPACKAGE_URL=\"\"" -DGC_SOLARIS_THREADS=1 -DGC_SOLARIS_PTHREADS=1 -DHAS___SYNC_BOOL_COMPARE_AND_SWAP=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 "-DLT_OBJDIR=\".libs/\"" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./include -I./.. -I./.. -DGC_SOLARIS_THREADS -DGC_SOLARIS_PTHREADS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_MMAP -DUSE_MUNMAP -DPLATFORM_SOLARIS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED=1 -Wno-deprecated-declarations -g -mno-tls-direct-seg-refs -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -fPIC -DPIC -o .libs/allchblk.o
In file included from ./include/private/gc_priv.h:66:0,
from allchblk.c:19:
./include/private/gcconfig.h:520:2: error: expected identifier or '(' before '--' token
./include/private/gcconfig.h:2342:2: error: expected identifier or '(' before '--' token
Makefile:699: recipe for target 'allchblk.lo' failed
gmake[3]: *** [allchblk.lo] Error 1
gmake[3]: Leaving directory '/root/mono-3.10.0/libgc'
Makefile:727: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory '/root/mono-3.10.0/libgc'
Makefile:518: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/root/mono-3.10.0'
Makefile:445: recipe for target 'all' failed
gmake: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment