Guest User

Untitled

a guest
Jun 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-g -O2" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /c/Users/brian/devel/rubinius/vm/external_libs/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=c:/users/brian/tools/devkit/mingw/mingw32/bin/ld.exe" "NM=/usr/mingw/bin/nm" "RANLIB=ranlib" "DESTDIR=" all-recursive
  2. make[1]: Entering directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi'
  3. Making all in include
  4. make[2]: Entering directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi/include'
  5. make[2]: Nothing to be done for `all'.
  6. make[2]: Leaving directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi/include'
  7. Making all in testsuite
  8. make[2]: Entering directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi/testsuite'
  9. make[2]: Nothing to be done for `all'.
  10. make[2]: Leaving directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi/testsuite'
  11. make[2]: Entering directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi'
  12. depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  13. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\
  14. mv -f $depbase.Tpo $depbase.Plo
  15. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -DDLL_EXPORT -DPIC -o src/.libs/closures.o
  16. In file included from src/closures.c:107:0:
  17. c:\users\brian\tools\devkit\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/string.h:38:40: error: expected declaration specifiers or '...' before '(' token
  18. c:\users\brian\tools\devkit\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/string.h:38:40: error: expected declaration specifiers or '...' before '(' token
  19. c:\users\brian\tools\devkit\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/string.h:38:40: error: expected declaration specifiers or '...' before '(' token
  20. make[2]: *** [src/closures.lo] Error 1
  21. make[2]: Leaving directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi'
  22. make[1]: *** [all-recursive] Error 1
  23. make[1]: Leaving directory `/c/Users/brian/devel/rubinius/vm/external_libs/libffi'
  24. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment