Created
January 14, 2012 20:16
-
-
Save conradwt/1612734 to your computer and use it in GitHub Desktop.
building rbx using rvm install rbx -- --cc=clang --cxx=clang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm install rbx -- --cc=clang --cxx=clang | |
rbx-head installing #dependencies | |
Pulling from origin master | |
Copying from repo to source... | |
rbx-head - #configuring | |
rbx-head - #compiling | |
ERROR: Error running '/Users/conradwt/.rvm/wrappers/ruby-1.9.3-head/rake install', please read /Users/conradwt/.rvm/log/rbx-head/rake.log | |
ERROR: There has been an error while running '/Users/conradwt/.rvm/wrappers/ruby-1.9.3-head/ruby ./configure --prefix=/Users/conradwt/.rvm/rubies/rbx-head --skip-system --cc=clang --cxx=clang'. | |
Halting the installation. | |
[12:15] [~/rails.dir/projects/catarse] [ruby] [1.9.3] [madmimi] $ cat /Users/conradwt/.rvm/log/rbx-head/rake.log | |
[2012-01-14 12:14:59] /Users/conradwt/.rvm/wrappers/ruby-1.9.3-head/rake install | |
/Users/conradwt/.rvm/rubies/ruby-1.9.3-head/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h | |
GEN vm/gen/config_variables.h | |
/Users/conradwt/.rvm/rubies/ruby-1.9.3-head/bin/ruby vm/codegen/encoding_extract.rb /Users/conradwt/.rvm/src/rbx-head/vendor/oniguruma vm/gen/encoding_database.cpp | |
/Users/conradwt/.rvm/rubies/ruby-1.9.3-head/bin/ruby vm/codegen/field_extract.rb vm/builtin/basicobject.hpp vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/alias.hpp vm/builtin/block_environment.hpp vm/builtin/block_as_method.hpp vm/builtin/bytearray.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/class.hpp vm/builtin/compiledmethod.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/lookuptable.hpp vm/builtin/ffi_pointer.hpp vm/builtin/methodtable.hpp vm/builtin/nativefunction.hpp vm/builtin/packed_object.hpp vm/builtin/randomizer.hpp vm/builtin/regexp.hpp vm/builtin/staticscope.hpp vm/builtin/encoding.hpp vm/builtin/string.hpp vm/builtin/symbol.hpp vm/builtin/thread.hpp vm/builtin/tuple.hpp vm/builtin/compactlookuptable.hpp vm/builtin/time.hpp vm/builtin/nativemethod.hpp vm/builtin/system.hpp vm/builtin/autoload.hpp vm/builtin/proc.hpp vm/builtin/variable_scope.hpp vm/builtin/location.hpp vm/builtin/capi_handle.hpp vm/builtin/global_cache_entry.hpp vm/builtin/weakref.hpp vm/builtin/fiber.hpp vm/builtin/thunk.hpp vm/builtin/call_unit.hpp vm/builtin/call_unit_adapter.hpp vm/builtin/cache.hpp vm/builtin/atomic.hpp | |
GEN vm/gen/instruction_names.cpp | |
GEN vm/gen/instruction_names.hpp | |
GEN vm/gen/instruction_sizes.hpp | |
GEN vm/gen/instruction_prototypes.hpp | |
GEN vm/gen/instruction_defines.hpp | |
GEN vm/gen/instruction_locations.hpp | |
GEN vm/gen/instruction_implementations.hpp | |
GEN vm/gen/instruction_visitors.hpp | |
GEN vm/gen/instruction_effects.hpp | |
1: LB vendor/libffi | |
checking build system type... x86_64-apple-darwin11.2.0 | |
checking host system type... x86_64-apple-darwin11.2.0 | |
checking target system type... x86_64-apple-darwin11.2.0 | |
checking for a BSD-compatible install... /opt/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of clang... gcc3 | |
checking dependency style of clang... gcc3 | |
checking whether clang and cc understand -c and -o together... yes | |
checking for a sed that does not truncate output... /opt/local/bin/gsed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking for sys/mman.h... (cached) yes | |
checking for mmap... (cached) yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... no | |
checking for MAP_ANON(YMOUS)... yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking for ANSI C header files... (cached) yes | |
checking for memcpy... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking size of double... 8 | |
checking size of long double... 16 | |
checking whether byte ordering is bigendian... no | |
checking assembler .cfi pseudo-op support... no | |
checking whether .eh_frame section should be read-only... no | |
checking for __attribute__((visibility("hidden")))... no | |
configure: creating ./config.status | |
config.status: creating include/Makefile | |
config.status: creating include/ffi.h | |
config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating man/Makefile | |
config.status: creating libffi.pc | |
config.status: creating fficonfig.h | |
config.status: linking src/x86/ffitarget.h to include/ffitarget.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing include commands | |
config.status: executing src commands | |
make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-g -O2" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/opt/local/bin/ginstall -c" "INSTALL_DATA=/opt/local/bin/ginstall -c -m 644" "INSTALL_PROGRAM=/opt/local/bin/ginstall -c" "INSTALL_SCRIPT=/opt/local/bin/ginstall -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/sh /Users/conradwt/.rvm/src/rbx-head/vendor/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=clang" "CXX=clang" "LD=/usr/bin/ld" "NM=/usr/bin/nm" "RANLIB=ranlib" "DESTDIR=" all-recursive | |
Making all in include | |
make[2]: Nothing to be done for `all'. | |
Making all in testsuite | |
make[2]: Nothing to be done for `all'. | |
depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF $depbase.Tpo -c -o src/debug.lo src/debug.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -fno-common -DPIC -o src/.libs/debug.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o >/dev/null 2>&1 | |
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fno-common -DPIC -o src/.libs/prep_cif.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1 | |
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fno-common -DPIC -o src/.libs/types.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1 | |
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fno-common -DPIC -o src/.libs/raw_api.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1 | |
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fno-common -DPIC -o src/.libs/java_raw_api.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1 | |
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -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 &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -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 -fno-common -DPIC -o src/.libs/closures.o | |
libtool: compile: clang -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 -o src/closures.o >/dev/null 2>&1 | |
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo src/x86/ffi.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fno-common -DPIC -o src/x86/.libs/ffi.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1 | |
depbase=`echo src/x86/darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin.lo src/x86/darwin.S &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -fno-common -DPIC -o src/x86/.libs/darwin.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -o src/x86/darwin.o >/dev/null 2>&1 | |
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo src/x86/ffi64.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fno-common -DPIC -o src/x86/.libs/ffi64.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -g -O2 -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1 | |
depbase=`echo src/x86/darwin64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin64.lo src/x86/darwin64.S &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -fno-common -DPIC -o src/x86/.libs/darwin64.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -g -O2 -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -o src/x86/darwin64.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -fexceptions -g -O2 -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/local/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo | |
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libffi.5.dylib src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o -install_name /usr/local/lib/libffi.5.dylib -compatibility_version 6 -current_version 6.10 -Wl,-single_module | |
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame | |
libtool: link: dsymutil .libs/libffi.5.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.5.dylib" "libffi.dylib") | |
libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o | |
/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
libtool: link: ranlib .libs/libffi.a | |
ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -fexceptions -g -O2 -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo | |
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o | |
/usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
libtool: link: ranlib .libs/libffi_convenience.a | |
ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) | |
1: LB vendor/libgdtoa | |
clang -o check_prog -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS arithchk.c || clang -o check_prog -DNO_LONG_LONG -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS arithchk.c | |
arithchk.c:109:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] | |
Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762; | |
^~~~~~~~ | |
1 warning generated. | |
./check_prog >arith.h | |
rm -f check_prog arithchk.o | |
clang -o check_prog -Wall -g -ggdb3 -fno-strict-aliasing -fPIC -DMULTIPLE_THREADS qnan.c | |
qnan.c:99:13: warning: format string is empty [-Wformat-zero-length] | |
if (printf("") < 0) | |
^~ | |
1 warning generated. | |
./check_prog >gd_qnan.h | |
rm -f check_prog qnan.o | |
CC dmisc.o | |
CC dtoa.o | |
CC g_Qfmt.o | |
CC g__fmt.o | |
CC g_ddfmt.o | |
CC g_dfmt.o | |
CC g_ffmt.o | |
CC g_xLfmt.o | |
CC g_xfmt.o | |
CC gdtoa.o | |
CC gethex.o | |
CC gmisc.o | |
CC hd_init.o | |
CC hexnan.o | |
CC misc.o | |
CC smisc.o | |
CC strtoIQ.o | |
CC strtoId.o | |
CC strtoIdd.o | |
CC strtoIf.o | |
CC strtoIg.o | |
CC strtoIx.o | |
CC strtoIxL.o | |
CC strtod.o | |
CC strtodI.o | |
CC strtodg.o | |
CC strtof.o | |
CC strtopQ.o | |
CC strtopd.o | |
CC strtopdd.o | |
CC strtopf.o | |
CC strtopx.o | |
CC strtopxL.o | |
CC strtorQ.o | |
CC strtord.o | |
CC strtordd.o | |
CC strtorf.o | |
CC strtorx.o | |
CC strtorxL.o | |
CC sum.o | |
CC ulp.o | |
ar cru libgdtoa.a dmisc.o dtoa.o g_Qfmt.o g__fmt.o g_ddfmt.o g_dfmt.o g_ffmt.o g_xLfmt.o g_xfmt.o gdtoa.o gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o strtoIQ.o strtoId.o strtoIdd.o strtoIf.o strtoIg.o strtoIx.o strtoIxL.o strtod.o strtodI.o strtodg.o strtof.o strtopQ.o strtopd.o strtopdd.o strtopf.o strtopx.o strtopxL.o strtorQ.o strtord.o strtordd.o strtorf.o strtorx.o strtorxL.o sum.o ulp.o | |
ranlib libgdtoa.a | |
1: LB vendor/libtommath | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bncore.o bncore.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_init.o bn_mp_init.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_clear.o bn_mp_clear.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_exch.o bn_mp_exch.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_grow.o bn_mp_grow.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_shrink.o bn_mp_shrink.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_clamp.o bn_mp_clamp.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_zero.o bn_mp_zero.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_set.o bn_mp_set.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_set_int.o bn_mp_set_int.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_init_size.o bn_mp_init_size.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_copy.o bn_mp_copy.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_init_copy.o bn_mp_init_copy.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_abs.o bn_mp_abs.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_neg.o bn_mp_neg.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_cmp.o bn_mp_cmp.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_rshd.o bn_mp_rshd.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_lshd.o bn_mp_lshd.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_div_2d.o bn_mp_div_2d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_div_2.o bn_mp_div_2.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mul_2.o bn_mp_mul_2.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_s_mp_add.o bn_s_mp_add.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_s_mp_sub.o bn_s_mp_sub.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_add.o bn_mp_add.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_sub.o bn_mp_sub.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mul.o bn_mp_mul.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_sqr.o bn_mp_sqr.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_div.o bn_mp_div.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mod.o bn_mp_mod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_add_d.o bn_mp_add_d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_sub_d.o bn_mp_sub_d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mul_d.o bn_mp_mul_d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_div_d.o bn_mp_div_d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mod_d.o bn_mp_mod_d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_expt_d.o bn_mp_expt_d.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_addmod.o bn_mp_addmod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_submod.o bn_mp_submod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_mulmod.o bn_mp_mulmod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_gcd.o bn_mp_gcd.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_lcm.o bn_mp_lcm.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_invmod.o bn_mp_invmod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce.o bn_mp_reduce.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_exptmod.o bn_mp_exptmod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_2expt.o bn_mp_2expt.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_n_root.o bn_mp_n_root.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_jacobi.o bn_mp_jacobi.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_reverse.o bn_reverse.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_count_bits.o bn_mp_count_bits.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_xor.o bn_mp_xor.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_and.o bn_mp_and.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_or.o bn_mp_or.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_rand.o bn_mp_rand.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_prime_tab.o bn_prime_tab.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_div_3.o bn_mp_div_3.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_read_radix.o bn_mp_read_radix.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_toradix.o bn_mp_toradix.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_radix_size.o bn_mp_radix_size.c | |
bn_mp_radix_size.c:19:19: warning: unused parameter '__state' [-Wunused-parameter] | |
int mp_radix_size MPA(mp_int * a, int radix, int *size) | |
^ | |
./tommath.h:183:29: note: instantiated from: | |
#define MPA(args...) (void* __state, args) | |
^ | |
1 warning generated. | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_radix_bits_size.o bn_mp_radix_bits_size.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_fread.o bn_mp_fread.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_fwrite.o bn_mp_fwrite.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_error.o bn_error.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_init_multi.o bn_mp_init_multi.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_toradix_nd.o bn_mp_toradix_nd.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_get_int.o bn_mp_get_int.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_sqrt.o bn_mp_sqrt.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_is_square.o bn_mp_is_square.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_init_set.o bn_mp_init_set.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c | |
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -ggdb3 -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c | |
ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_radix_bits_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_toradix_nd.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o | |
ar: creating archive libtommath.a | |
a - bncore.o | |
a - bn_mp_init.o | |
a - bn_mp_clear.o | |
a - bn_mp_exch.o | |
a - bn_mp_grow.o | |
a - bn_mp_shrink.o | |
a - bn_mp_clamp.o | |
a - bn_mp_zero.o | |
a - bn_mp_set.o | |
a - bn_mp_set_int.o | |
a - bn_mp_init_size.o | |
a - bn_mp_copy.o | |
a - bn_mp_init_copy.o | |
a - bn_mp_abs.o | |
a - bn_mp_neg.o | |
a - bn_mp_cmp_mag.o | |
a - bn_mp_cmp.o | |
a - bn_mp_cmp_d.o | |
a - bn_mp_rshd.o | |
a - bn_mp_lshd.o | |
a - bn_mp_mod_2d.o | |
a - bn_mp_div_2d.o | |
a - bn_mp_mul_2d.o | |
a - bn_mp_div_2.o | |
a - bn_mp_mul_2.o | |
a - bn_s_mp_add.o | |
a - bn_s_mp_sub.o | |
a - bn_fast_s_mp_mul_digs.o | |
a - bn_s_mp_mul_digs.o | |
a - bn_fast_s_mp_mul_high_digs.o | |
a - bn_s_mp_mul_high_digs.o | |
a - bn_fast_s_mp_sqr.o | |
a - bn_s_mp_sqr.o | |
a - bn_mp_add.o | |
a - bn_mp_sub.o | |
a - bn_mp_karatsuba_mul.o | |
a - bn_mp_mul.o | |
a - bn_mp_karatsuba_sqr.o | |
a - bn_mp_sqr.o | |
a - bn_mp_div.o | |
a - bn_mp_mod.o | |
a - bn_mp_add_d.o | |
a - bn_mp_sub_d.o | |
a - bn_mp_mul_d.o | |
a - bn_mp_div_d.o | |
a - bn_mp_mod_d.o | |
a - bn_mp_expt_d.o | |
a - bn_mp_addmod.o | |
a - bn_mp_submod.o | |
a - bn_mp_mulmod.o | |
a - bn_mp_sqrmod.o | |
a - bn_mp_gcd.o | |
a - bn_mp_lcm.o | |
a - bn_fast_mp_invmod.o | |
a - bn_mp_invmod.o | |
a - bn_mp_reduce.o | |
a - bn_mp_montgomery_setup.o | |
a - bn_fast_mp_montgomery_reduce.o | |
a - bn_mp_montgomery_reduce.o | |
a - bn_mp_exptmod_fast.o | |
a - bn_mp_exptmod.o | |
a - bn_mp_2expt.o | |
a - bn_mp_n_root.o | |
a - bn_mp_jacobi.o | |
a - bn_reverse.o | |
a - bn_mp_count_bits.o | |
a - bn_mp_read_unsigned_bin.o | |
a - bn_mp_read_signed_bin.o | |
a - bn_mp_to_unsigned_bin.o | |
a - bn_mp_to_signed_bin.o | |
a - bn_mp_unsigned_bin_size.o | |
a - bn_mp_signed_bin_size.o | |
a - bn_mp_xor.o | |
a - bn_mp_and.o | |
a - bn_mp_or.o | |
a - bn_mp_rand.o | |
a - bn_mp_montgomery_calc_normalization.o | |
a - bn_mp_prime_is_divisible.o | |
a - bn_prime_tab.o | |
a - bn_mp_prime_fermat.o | |
a - bn_mp_prime_miller_rabin.o | |
a - bn_mp_prime_is_prime.o | |
a - bn_mp_prime_next_prime.o | |
a - bn_mp_dr_reduce.o | |
a - bn_mp_dr_is_modulus.o | |
a - bn_mp_dr_setup.o | |
a - bn_mp_reduce_setup.o | |
a - bn_mp_toom_mul.o | |
a - bn_mp_toom_sqr.o | |
a - bn_mp_div_3.o | |
a - bn_s_mp_exptmod.o | |
a - bn_mp_reduce_2k.o | |
a - bn_mp_reduce_is_2k.o | |
a - bn_mp_reduce_2k_setup.o | |
a - bn_mp_reduce_2k_l.o | |
a - bn_mp_reduce_is_2k_l.o | |
a - bn_mp_reduce_2k_setup_l.o | |
a - bn_mp_radix_smap.o | |
a - bn_mp_read_radix.o | |
a - bn_mp_toradix.o | |
a - bn_mp_radix_size.o | |
a - bn_mp_radix_bits_size.o | |
a - bn_mp_fread.o | |
a - bn_mp_fwrite.o | |
a - bn_mp_cnt_lsb.o | |
a - bn_error.o | |
a - bn_mp_init_multi.o | |
a - bn_mp_clear_multi.o | |
a - bn_mp_exteuclid.o | |
a - bn_mp_toradix_n.o | |
a - bn_mp_toradix_nd.o | |
a - bn_mp_prime_random_ex.o | |
a - bn_mp_get_int.o | |
a - bn_mp_sqrt.o | |
a - bn_mp_is_square.o | |
a - bn_mp_init_set.o | |
a - bn_mp_init_set_int.o | |
a - bn_mp_invmod_slow.o | |
a - bn_mp_prime_rabin_miller_trials.o | |
a - bn_mp_to_signed_bin_n.o | |
a - bn_mp_to_unsigned_bin_n.o | |
ranlib libtommath.a | |
1: LB vendor/oniguruma | |
checking for a BSD-compatible install... /opt/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
./configure: line 2246: test: =: unary operator expected | |
./configure: line 2259: test: =: unary operator expected | |
checking for gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of clang... gcc3 | |
checking for a BSD-compatible install... /opt/local/bin/ginstall -c | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for int... yes | |
checking size of int... 4 | |
checking for short... yes | |
checking size of short... 2 | |
checking for long... yes | |
checking size of long... 8 | |
checking for an ANSI C-conforming const... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for working memcmp... yes | |
checking for prototypes... yes | |
checking for variable length prototypes and stdarg.h... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating onig-config | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing default commands | |
make all-recursive | |
Making all in . | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regcomp.o -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.o regcomp.c | |
mv -f .deps/regcomp.Tpo .deps/regcomp.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regenc.o -MD -MP -MF .deps/regenc.Tpo -c -o regenc.o regenc.c | |
mv -f .deps/regenc.Tpo .deps/regenc.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regerror.o -MD -MP -MF .deps/regerror.Tpo -c -o regerror.o regerror.c | |
mv -f .deps/regerror.Tpo .deps/regerror.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regexec.o -MD -MP -MF .deps/regexec.Tpo -c -o regexec.o regexec.c | |
mv -f .deps/regexec.Tpo .deps/regexec.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regparse.o -MD -MP -MF .deps/regparse.Tpo -c -o regparse.o regparse.c | |
mv -f .deps/regparse.Tpo .deps/regparse.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regsyntax.o -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.o regsyntax.c | |
mv -f .deps/regsyntax.Tpo .deps/regsyntax.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regtrav.o -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.o regtrav.c | |
mv -f .deps/regtrav.Tpo .deps/regtrav.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT regversion.o -MD -MP -MF .deps/regversion.Tpo -c -o regversion.o regversion.c | |
mv -f .deps/regversion.Tpo .deps/regversion.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT st.o -MD -MP -MF .deps/st.Tpo -c -o st.o st.c | |
mv -f .deps/st.Tpo .deps/st.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT ascii.o -MD -MP -MF .deps/ascii.Tpo -c -o ascii.o `test -f './enc/ascii.c' || echo './'`./enc/ascii.c | |
mv -f .deps/ascii.Tpo .deps/ascii.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT big5.o -MD -MP -MF .deps/big5.Tpo -c -o big5.o `test -f './enc/big5.c' || echo './'`./enc/big5.c | |
mv -f .deps/big5.Tpo .deps/big5.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT cp949.o -MD -MP -MF .deps/cp949.Tpo -c -o cp949.o `test -f './enc/cp949.c' || echo './'`./enc/cp949.c | |
mv -f .deps/cp949.Tpo .deps/cp949.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT emacs_mule.o -MD -MP -MF .deps/emacs_mule.Tpo -c -o emacs_mule.o `test -f './enc/emacs_mule.c' || echo './'`./enc/emacs_mule.c | |
mv -f .deps/emacs_mule.Tpo .deps/emacs_mule.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT euc_jp.o -MD -MP -MF .deps/euc_jp.Tpo -c -o euc_jp.o `test -f './enc/euc_jp.c' || echo './'`./enc/euc_jp.c | |
mv -f .deps/euc_jp.Tpo .deps/euc_jp.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT euc_kr.o -MD -MP -MF .deps/euc_kr.Tpo -c -o euc_kr.o `test -f './enc/euc_kr.c' || echo './'`./enc/euc_kr.c | |
mv -f .deps/euc_kr.Tpo .deps/euc_kr.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT euc_tw.o -MD -MP -MF .deps/euc_tw.Tpo -c -o euc_tw.o `test -f './enc/euc_tw.c' || echo './'`./enc/euc_tw.c | |
mv -f .deps/euc_tw.Tpo .deps/euc_tw.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT gb18030.o -MD -MP -MF .deps/gb18030.Tpo -c -o gb18030.o `test -f './enc/gb18030.c' || echo './'`./enc/gb18030.c | |
mv -f .deps/gb18030.Tpo .deps/gb18030.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT gbk.o -MD -MP -MF .deps/gbk.Tpo -c -o gbk.o `test -f './enc/gbk.c' || echo './'`./enc/gbk.c | |
mv -f .deps/gbk.Tpo .deps/gbk.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_1.o -MD -MP -MF .deps/iso_8859_1.Tpo -c -o iso_8859_1.o `test -f './enc/iso_8859_1.c' || echo './'`./enc/iso_8859_1.c | |
mv -f .deps/iso_8859_1.Tpo .deps/iso_8859_1.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_2.o -MD -MP -MF .deps/iso_8859_2.Tpo -c -o iso_8859_2.o `test -f './enc/iso_8859_2.c' || echo './'`./enc/iso_8859_2.c | |
mv -f .deps/iso_8859_2.Tpo .deps/iso_8859_2.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_3.o -MD -MP -MF .deps/iso_8859_3.Tpo -c -o iso_8859_3.o `test -f './enc/iso_8859_3.c' || echo './'`./enc/iso_8859_3.c | |
mv -f .deps/iso_8859_3.Tpo .deps/iso_8859_3.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_4.o -MD -MP -MF .deps/iso_8859_4.Tpo -c -o iso_8859_4.o `test -f './enc/iso_8859_4.c' || echo './'`./enc/iso_8859_4.c | |
mv -f .deps/iso_8859_4.Tpo .deps/iso_8859_4.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_5.o -MD -MP -MF .deps/iso_8859_5.Tpo -c -o iso_8859_5.o `test -f './enc/iso_8859_5.c' || echo './'`./enc/iso_8859_5.c | |
mv -f .deps/iso_8859_5.Tpo .deps/iso_8859_5.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_6.o -MD -MP -MF .deps/iso_8859_6.Tpo -c -o iso_8859_6.o `test -f './enc/iso_8859_6.c' || echo './'`./enc/iso_8859_6.c | |
mv -f .deps/iso_8859_6.Tpo .deps/iso_8859_6.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_7.o -MD -MP -MF .deps/iso_8859_7.Tpo -c -o iso_8859_7.o `test -f './enc/iso_8859_7.c' || echo './'`./enc/iso_8859_7.c | |
mv -f .deps/iso_8859_7.Tpo .deps/iso_8859_7.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_8.o -MD -MP -MF .deps/iso_8859_8.Tpo -c -o iso_8859_8.o `test -f './enc/iso_8859_8.c' || echo './'`./enc/iso_8859_8.c | |
mv -f .deps/iso_8859_8.Tpo .deps/iso_8859_8.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_9.o -MD -MP -MF .deps/iso_8859_9.Tpo -c -o iso_8859_9.o `test -f './enc/iso_8859_9.c' || echo './'`./enc/iso_8859_9.c | |
mv -f .deps/iso_8859_9.Tpo .deps/iso_8859_9.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_10.o -MD -MP -MF .deps/iso_8859_10.Tpo -c -o iso_8859_10.o `test -f './enc/iso_8859_10.c' || echo './'`./enc/iso_8859_10.c | |
mv -f .deps/iso_8859_10.Tpo .deps/iso_8859_10.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_11.o -MD -MP -MF .deps/iso_8859_11.Tpo -c -o iso_8859_11.o `test -f './enc/iso_8859_11.c' || echo './'`./enc/iso_8859_11.c | |
mv -f .deps/iso_8859_11.Tpo .deps/iso_8859_11.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_13.o -MD -MP -MF .deps/iso_8859_13.Tpo -c -o iso_8859_13.o `test -f './enc/iso_8859_13.c' || echo './'`./enc/iso_8859_13.c | |
mv -f .deps/iso_8859_13.Tpo .deps/iso_8859_13.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_14.o -MD -MP -MF .deps/iso_8859_14.Tpo -c -o iso_8859_14.o `test -f './enc/iso_8859_14.c' || echo './'`./enc/iso_8859_14.c | |
mv -f .deps/iso_8859_14.Tpo .deps/iso_8859_14.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_15.o -MD -MP -MF .deps/iso_8859_15.Tpo -c -o iso_8859_15.o `test -f './enc/iso_8859_15.c' || echo './'`./enc/iso_8859_15.c | |
mv -f .deps/iso_8859_15.Tpo .deps/iso_8859_15.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT iso_8859_16.o -MD -MP -MF .deps/iso_8859_16.Tpo -c -o iso_8859_16.o `test -f './enc/iso_8859_16.c' || echo './'`./enc/iso_8859_16.c | |
mv -f .deps/iso_8859_16.Tpo .deps/iso_8859_16.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT koi8_r.o -MD -MP -MF .deps/koi8_r.Tpo -c -o koi8_r.o `test -f './enc/koi8_r.c' || echo './'`./enc/koi8_r.c | |
mv -f .deps/koi8_r.Tpo .deps/koi8_r.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT koi8_u.o -MD -MP -MF .deps/koi8_u.Tpo -c -o koi8_u.o `test -f './enc/koi8_u.c' || echo './'`./enc/koi8_u.c | |
mv -f .deps/koi8_u.Tpo .deps/koi8_u.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT shift_jis.o -MD -MP -MF .deps/shift_jis.Tpo -c -o shift_jis.o `test -f './enc/shift_jis.c' || echo './'`./enc/shift_jis.c | |
mv -f .deps/shift_jis.Tpo .deps/shift_jis.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT unicode.o -MD -MP -MF .deps/unicode.Tpo -c -o unicode.o `test -f './enc/unicode.c' || echo './'`./enc/unicode.c | |
mv -f .deps/unicode.Tpo .deps/unicode.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT us_ascii.o -MD -MP -MF .deps/us_ascii.Tpo -c -o us_ascii.o `test -f './enc/us_ascii.c' || echo './'`./enc/us_ascii.c | |
mv -f .deps/us_ascii.Tpo .deps/us_ascii.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT utf_16be.o -MD -MP -MF .deps/utf_16be.Tpo -c -o utf_16be.o `test -f './enc/utf_16be.c' || echo './'`./enc/utf_16be.c | |
mv -f .deps/utf_16be.Tpo .deps/utf_16be.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT utf_16le.o -MD -MP -MF .deps/utf_16le.Tpo -c -o utf_16le.o `test -f './enc/utf_16le.c' || echo './'`./enc/utf_16le.c | |
mv -f .deps/utf_16le.Tpo .deps/utf_16le.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT utf_32be.o -MD -MP -MF .deps/utf_32be.Tpo -c -o utf_32be.o `test -f './enc/utf_32be.c' || echo './'`./enc/utf_32be.c | |
mv -f .deps/utf_32be.Tpo .deps/utf_32be.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT utf_32le.o -MD -MP -MF .deps/utf_32le.Tpo -c -o utf_32le.o `test -f './enc/utf_32le.c' || echo './'`./enc/utf_32le.c | |
mv -f .deps/utf_32le.Tpo .deps/utf_32le.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT utf_8.o -MD -MP -MF .deps/utf_8.Tpo -c -o utf_8.o `test -f './enc/utf_8.c' || echo './'`./enc/utf_8.c | |
mv -f .deps/utf_8.Tpo .deps/utf_8.Po | |
clang -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -g -O2 -MT windows_1251.o -MD -MP -MF .deps/windows_1251.Tpo -c -o windows_1251.o `test -f './enc/windows_1251.c' || echo './'`./enc/windows_1251.c | |
mv -f .deps/windows_1251.Tpo .deps/windows_1251.Po | |
rm -f libonig.a | |
ar cru libonig.a regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o regtrav.o regversion.o st.o ascii.o big5.o cp949.o emacs_mule.o euc_jp.o euc_kr.o euc_tw.o gb18030.o gbk.o iso_8859_1.o iso_8859_2.o iso_8859_3.o iso_8859_4.o iso_8859_5.o iso_8859_6.o iso_8859_7.o iso_8859_8.o iso_8859_9.o iso_8859_10.o iso_8859_11.o iso_8859_13.o iso_8859_14.o iso_8859_15.o iso_8859_16.o koi8_r.o koi8_u.o shift_jis.o unicode.o us_ascii.o utf_16be.o utf_16le.o utf_32be.o utf_32le.o utf_8.o windows_1251.o | |
ranlib libonig.a | |
1: LB vendor/udis86 | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin11.2.0 | |
checking host system type... x86_64-apple-darwin11.2.0 | |
checking for a BSD-compatible install... /opt/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of clang... gcc3 | |
checking for a sed that does not truncate output... /opt/local/bin/gsed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ld used by clang... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm | |
checking whether ln -s works... yes | |
checking how to recognise dependent libraries... pass_all | |
checking how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang accepts -g... yes | |
checking dependency style of clang... gcc3 | |
checking how to run the C++ preprocessor... clang -E | |
checking for g77... no | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for gfortran... no | |
checking for g95... no | |
checking for xlf95... no | |
checking for f95... no | |
checking for fort... no | |
checking for ifort... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for ftn... no | |
checking whether we are using the GNU Fortran 77 compiler... no | |
checking whether accepts -g... no | |
checking the maximum length of command line arguments... 196608 | |
checking command to parse /usr/bin/nm output from clang object... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
checking if clang supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory | |
yes | |
checking for clang option to produce PIC... -fno-common | |
checking if clang PIC flag -fno-common works... rm: conftest.dSYM: is a directory | |
yes | |
checking if clang static flag -static works... rm: conftest.dSYM: is a directory | |
no | |
checking if clang supports -c -o file.o... rm: conftest.dSYM: is a directory | |
yes | |
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
checking for ld used by clang... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes | |
checking for clang option to produce PIC... -fno-common | |
checking if clang PIC flag -fno-common works... rm: conftest.dSYM: is a directory | |
yes | |
checking if clang static flag -static works... rm: conftest.dSYM: is a directory | |
no | |
checking if clang supports -c -o file.o... rm: conftest.dSYM: is a directory | |
yes | |
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
appending configuration tag "F77" to libtool | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libudis86/Makefile | |
config.status: creating udcli/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
make all-recursive | |
Making all in libudis86 | |
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c -o itab.lo itab.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c itab.c -o itab.o | |
mv -f .deps/itab.Tpo .deps/itab.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o | |
mv -f .deps/input.Tpo .deps/input.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o | |
mv -f .deps/decode.Tpo .deps/decode.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c -o syn.lo syn.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c syn.c -o syn.o | |
mv -f .deps/syn.Tpo .deps/syn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c -o syn-intel.lo syn-intel.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c syn-intel.c -o syn-intel.o | |
mv -f .deps/syn-intel.Tpo .deps/syn-intel.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c -o syn-att.lo syn-att.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c syn-att.c -o syn-att.o | |
mv -f .deps/syn-att.Tpo .deps/syn-att.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c -o udis86.lo udis86.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c udis86.c -o udis86.o | |
mv -f .deps/udis86.Tpo .deps/udis86.Plo | |
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -o libudis86.la -rpath /usr/local/lib itab.lo input.lo decode.lo syn.lo syn-intel.lo syn-att.lo udis86.lo | |
mkdir .libs | |
ar cru .libs/libudis86.a itab.o input.o decode.o syn.o syn-intel.o syn-att.o udis86.o | |
ranlib .libs/libudis86.a | |
creating libudis86.la | |
(cd .libs && rm -f libudis86.la && ln -s ../libudis86.la libudis86.la) | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in udcli | |
clang -DHAVE_CONFIG_H -I. -I.. -I../libudis86 -I.. -g -O2 -Wall -MT udcli-udcli.o -MD -MP -MF .deps/udcli-udcli.Tpo -c -o udcli-udcli.o `test -f 'udcli.c' || echo './'`udcli.c | |
udcli.c:193:22: warning: conversion specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] | |
printf("%016" FMT "x ", ud_insn_off(&ud_obj)); | |
~~~~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~ | |
%016llx | |
1 warning generated. | |
mv -f .deps/udcli-udcli.Tpo .deps/udcli-udcli.Po | |
/bin/sh ../libtool --tag=CC --mode=link clang -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/libudis86.la | |
mkdir .libs | |
clang -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/.libs/libudis86.a | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in tests | |
make[2]: Nothing to be done for `all'. | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in docs | |
make[2]: Nothing to be done for `all'. | |
Running 171 tasks using 3 parallel threads | |
2: CC vm/arguments.cpp | |
3: CC vm/agent_components.cpp | |
4: CC vm/agent.cpp | |
In file included from vm/agent_components.cpp:6: | |
In file included from vm/agent_components.hpp:7: | |
In file included from vm/call_frame.hpp:7: | |
In file included from vm/builtin/variable_scope.hpp:4: | |
./vm/object_utils.hpp:50:33: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Object>(const Object* obj) { | |
^ | |
./vm/object_utils.hpp:73:33: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool instance_of<Object>(const Object* obj) { | |
^ | |
./vm/object_utils.hpp:121:36: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE Object* as<Object>(Object* obj) { | |
^ | |
./vm/object_utils.hpp:129:42: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE const Object* as<Object>(const Object* obj) { | |
^ | |
In file included from vm/agent_components.cpp:6: | |
In file included from vm/agent_components.hpp:7: | |
In file included from vm/call_frame.hpp:7: | |
In file included from vm/builtin/variable_scope.hpp:4: | |
In file included from ./vm/object_utils.hpp:285: | |
vm/gen/kind_of.hpp:3:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<BasicObject>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:9:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Numeric>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:15:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Integer>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:21:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Fixnum>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:27:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Array>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:33:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Bignum>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:39:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Executable>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:45:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<AccessVariable>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:51:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Alias>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:57:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<BlockEnvironment>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:63:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<BlockAsMethod>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:69:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<ByteArray>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:75:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<IO>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:81:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<IOBuffer>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:87:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Channel>(const Object* obj) { | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
In file included from vm/agent.cpp:26: | |
In file included from vm/call_frame.hpp:7: | |
In file included from vm/builtin/variable_scope.hpp:4: | |
./vm/object_utils.hpp:50:33: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Object>(const Object* obj) { | |
^ | |
./vm/object_utils.hpp:73:33: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool instance_of<Object>(const Object* obj) { | |
^ | |
./vm/object_utils.hpp:121:36: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE Object* as<Object>(Object* obj) { | |
^ | |
./vm/object_utils.hpp:129:42: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE const Object* as<Object>(const Object* obj) { | |
^ | |
In file included from vm/agent.cpp:26: | |
In file included from vm/call_frame.hpp:7: | |
In file included from vm/builtin/variable_scope.hpp:4: | |
In file included from ./vm/object_utils.hpp:285: | |
vm/gen/kind_of.hpp:3:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<BasicObject>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:9:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Numeric>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:15:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Integer>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:21:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Fixnum>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:27:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Array>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:33:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Bignum>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:39:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Executable>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:45:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<AccessVariable>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:51:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Alias>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:57:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<BlockEnvironment>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:63:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<BlockAsMethod>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:69:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<ByteArray>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:75:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<IO>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:81:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<IOBuffer>(const Object* obj) { | |
^ | |
vm/gen/kind_of.hpp:87:29: error: explicit specialization cannot have a storage class [-Werror] | |
SPECIALIZATION_STORAGE bool kind_of<Channel>(const Object* obj) { | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
rake aborted! | |
Error compiling | |
Tasks: TOP => install => build => build:build => vm/vm | |
(See full trace by running task with --trace) | |
Error: clang -Ivm -Ivm/test/cxxtest -I. -pipe -Wall -fno-omit-frame-pointer -ggdb3 -Werror -DRBX_PROFILER -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAS_EXECINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_NL_LANGINFO -DHAVE_HEADER_ALLOCA_H -D_DARWIN_USE_64_BIT_INODE -mdynamic-no-pic -DNDEBUG -D_GNU_SOURCE -fno-common -Ivendor/llvm/include -DENABLE_LLVM -Ivendor/udis86 -Ivendor/libffi/include -Ivendor/libgdtoa -Ivendor/oniguruma -Ivendor/libtommath -I/usr/local/include -I/opt/local/include -c -o vm/artifacts/agent_components.cpp.o vm/agent_components.cpp | |
20 errors generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment