Skip to content

Instantly share code, notes, and snippets.

@aferust
Created December 16, 2020 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aferust/8dfbce368ebdf6b40e54ce9e9e12daa4 to your computer and use it in GitHub Desktop.
Save aferust/8dfbce368ebdf6b40e54ce9e9e12daa4 to your computer and use it in GitHub Desktop.
ldc-build-runtime --ninja "--dFlags=-mtriple=wasm32-wasi" --ldcSrcDir=../ CMAKE_TOOLCHAIN_FILE="%WASI_SDK_PREFIX%/share/cmake/wasi-sdk.cmake" WASI_SDK_PREFIX=%WASI_SDK_PREFIX% BUILD_SHARED_LIBS=OFF
.: Creating build directory: ldc-build-runtime.tmp
.: Invoking: cmake -DLDC_EXE_FULL=C:\dlang\ldc2-1.24.0-windows-multilib\bin\ldc2.exe -DD_VERSION=2 -DDMDFE_MINOR_VERSION=0 -DDMDFE_PATCH_VERSION=94 -DD_EXTRA_FLAGS=-mtriple=wasm32-wasi -DCMAKE_TOOLCHAIN_FILE=C:/Users/user/Desktop/wdene/wasi-sdk-11.0/share/cmake/wasi-sdk.cmake -DBUILD_SHARED_LIBS=OFF -DWASI_SDK_PREFIX=C:/Users/user/Desktop/wdene/wasi-sdk-11.0 -G Ninja C:\Users\user\Desktop\wdene\ldc\runtime\../runtime
-- The C compiler identification is unknown
System is unknown to cmake, create:
Platform/Wasm to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
-- Detecting C compiler ABI info
System is unknown to cmake, create:
Platform/Wasm to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
-- Detecting C compiler ABI info - failed
-- Looking for sys/types.h
System is unknown to cmake, create:
Platform/Wasm to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
-- Looking for sys/types.h - not found
-- Looking for stdint.h
System is unknown to cmake, create:
Platform/Wasm to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
-- Looking for stdint.h - not found
-- Looking for stddef.h
System is unknown to cmake, create:
Platform/Wasm to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
-- Looking for stddef.h - not found
-- Check size of void*
System is unknown to cmake, create:
Platform/Wasm to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
-- Check size of void* - failed
-- Looking for unistd.h
System is unknown to cmake, create:
Platform/Wasm to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
-- Looking for unistd.h - not found
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/user/Desktop/wdene/ldc/runtime/ldc-build-runtime.tmp
.: Invoking: ninja all
[1/44] Generating objects/core/atomic.obj, objects/core/at... objects/rt/util/typeinfo.obj, objects/rt/util/utility.obj
FAILED: objects/core/atomic.obj objects/core/attribute.obj objects/core/bitop.obj objects/core/checkedint.obj objects/core/cpuid.obj objects/core/demangle.obj objects/core/exception.obj objects/core/gc/config.obj objects/core/gc/gcinterface.obj objects/core/gc/registry.obj objects/core/internal/abort.obj objects/core/internal/array/appending.obj objects/core/internal/array/capacity.obj objects/core/internal/array/casting.obj objects/core/internal/array/comparison.obj objects/core/internal/array/concatenation.obj objects/core/internal/array/construction.obj objects/core/internal/array/equality.obj objects/core/internal/array/operations.obj objects/core/internal/array/utils.obj objects/core/internal/atomic.obj objects/core/internal/attributes.obj objects/core/internal/convert.obj objects/core/internal/dassert.obj objects/core/internal/destruction.obj objects/core/internal/entrypoint.obj objects/core/internal/execinfo.obj objects/core/internal/hash.obj objects/core/internal/lifetime.obj objects/core/internal/moving.obj objects/core/internal/parseoptions.obj objects/core/internal/postblit.obj objects/core/internal/spinlock.obj objects/core/internal/string.obj objects/core/internal/switch_.obj objects/core/internal/traits.obj objects/core/internal/utf.obj objects/core/internal/util/array.obj objects/core/lifetime.obj objects/core/math.obj objects/core/memory.obj objects/core/runtime.obj objects/core/simd.obj objects/core/stdc/assert_.obj objects/core/stdc/complex.obj objects/core/stdc/config.obj objects/core/stdc/ctype.obj objects/core/stdc/errno.obj objects/core/stdc/fenv.obj objects/core/stdc/float_.obj objects/core/stdc/inttypes.obj objects/core/stdc/limits.obj objects/core/stdc/locale.obj objects/core/stdc/math.obj objects/core/stdc/signal.obj objects/core/stdc/stdarg.obj objects/core/stdc/stddef.obj objects/core/stdc/stdint.obj objects/core/stdc/stdio.obj objects/core/stdc/stdlib.obj objects/core/stdc/string.obj objects/core/stdc/tgmath.obj objects/core/stdc/time.obj objects/core/stdc/wchar_.obj objects/core/stdc/wctype.obj objects/core/sync/barrier.obj objects/core/sync/condition.obj objects/core/sync/config.obj objects/core/sync/event.obj objects/core/sync/exception.obj objects/core/sync/mutex.obj objects/core/sync/rwmutex.obj objects/core/sync/semaphore.obj objects/core/sys/wasi/config.obj objects/core/sys/wasi/core.obj objects/core/sys/wasi/dirent.obj objects/core/sys/wasi/fcntl.obj objects/core/sys/wasi/signal.obj objects/core/sys/wasi/spawn.obj objects/core/sys/wasi/stdio.obj objects/core/sys/wasi/sys/socket.obj objects/core/sys/wasi/sys/stat.obj objects/core/sys/wasi/sys/statvfs.obj objects/core/sys/wasi/sys/time.obj objects/core/sys/wasi/sys/types.obj objects/core/sys/wasi/sys/un.obj objects/core/sys/wasi/time.obj objects/core/sys/wasi/ucontext.obj objects/core/sys/wasi/unistd.obj objects/core/thread/fiber.obj objects/core/thread/osthread.obj objects/core/thread/package.obj objects/core/time.obj objects/core/vararg.obj objects/core/volatile.obj objects/gc/bits.obj objects/gc/impl/conservative/gc.obj objects/gc/impl/manual/gc.obj objects/gc/impl/proto/gc.obj objects/gc/os.obj objects/gc/pooltable.obj objects/gc/proxy.obj objects/ldc/asan.obj objects/ldc/attributes.obj objects/ldc/dcompute.obj objects/ldc/eh_msvc.obj objects/ldc/eh_wasm.obj objects/ldc/sanitizer_common.obj objects/ldc/sanitizers_optionally_linked.obj objects/object.obj objects/rt/aApply.obj objects/rt/aApplyR.obj objects/rt/aaA.obj objects/rt/adi.obj objects/rt/arrayassign.obj objects/rt/arraycat.obj objects/rt/backtrace/dwarf.obj objects/rt/backtrace/elf.obj objects/rt/backtrace/macho.obj objects/rt/cast_.obj objects/rt/cmath2.obj objects/rt/config.obj objects/rt/cover.obj objects/rt/critical_.obj objects/rt/deh.obj objects/rt/deh_win32.obj objects/rt/deh_win64_posix.obj objects/rt/dmain2.obj objects/rt/dwarfeh.obj objects/rt/ehalloc.obj objects/rt/invariant.obj objects/rt/lifetime.obj objects/rt/mach_utils.obj objects/rt/memory.obj objects/rt/memset.obj objects/rt/minfo.obj objects/rt/monitor_.obj objects/rt/profilegc.obj objects/rt/qsort.obj objects/rt/sections.obj objects/rt/sections_android.obj objects/rt/sections_elf_shared.obj objects/rt/sections_ldc.obj objects/rt/sections_osx_x86.obj objects/rt/sections_osx_x86_64.obj objects/rt/sections_solaris.obj objects/rt/sections_win32.obj objects/rt/sections_win64.obj objects/rt/tlsgc.obj objects/rt/trace.obj objects/rt/tracegc.obj objects/rt/typeinfo/ti_Acdouble.obj objects/rt/typeinfo/ti_Acfloat.obj objects/rt/typeinfo/ti_Acreal.obj objects/rt/typeinfo/ti_Adouble.obj objects/rt/typeinfo/ti_Afloat.obj objects/rt/typeinfo/ti_Ag.obj objects/rt/typeinfo/ti_Aint.obj objects/rt/typeinfo/ti_Along.obj objects/rt/typeinfo/ti_Areal.obj objects/rt/typeinfo/ti_Ashort.obj objects/rt/typeinfo/ti_C.obj objects/rt/typeinfo/ti_byte.obj objects/rt/typeinfo/ti_cdouble.obj objects/rt/typeinfo/ti_cent.obj objects/rt/typeinfo/ti_cfloat.obj objects/rt/typeinfo/ti_char.obj objects/rt/typeinfo/ti_creal.obj objects/rt/typeinfo/ti_dchar.obj objects/rt/typeinfo/ti_delegate.obj objects/rt/typeinfo/ti_double.obj objects/rt/typeinfo/ti_float.obj objects/rt/typeinfo/ti_idouble.obj objects/rt/typeinfo/ti_ifloat.obj objects/rt/typeinfo/ti_int.obj objects/rt/typeinfo/ti_ireal.obj objects/rt/typeinfo/ti_long.obj objects/rt/typeinfo/ti_n.obj objects/rt/typeinfo/ti_ptr.obj objects/rt/typeinfo/ti_real.obj objects/rt/typeinfo/ti_short.obj objects/rt/typeinfo/ti_ubyte.obj objects/rt/typeinfo/ti_ucent.obj objects/rt/typeinfo/ti_uint.obj objects/rt/typeinfo/ti_ulong.obj objects/rt/typeinfo/ti_ushort.obj objects/rt/typeinfo/ti_void.obj objects/rt/typeinfo/ti_wchar.obj objects/rt/unwind.obj objects/rt/util/container/array.obj objects/rt/util/container/common.obj objects/rt/util/container/hashtab.obj objects/rt/util/container/treap.obj objects/rt/util/random.obj objects/rt/util/typeinfo.obj objects/rt/util/utility.obj
CMakeFiles\atomic.obj-db5b5bd.bat acb98f9d46f79994
ldc\dcompute.d(124): Deprecation: storage class `__gshared` has no effect in type aliases
Batch file failed at line 3 with errorcode 1
[2/44] Generating objects-debug/core/atomic.obj, objects-d...ug/rt/util/typeinfo.obj, objects-debug/rt/util/utility.obj
FAILED: objects-debug/core/atomic.obj objects-debug/core/attribute.obj objects-debug/core/bitop.obj objects-debug/core/checkedint.obj objects-debug/core/cpuid.obj objects-debug/core/demangle.obj objects-debug/core/exception.obj objects-debug/core/gc/config.obj objects-debug/core/gc/gcinterface.obj objects-debug/core/gc/registry.obj objects-debug/core/internal/abort.obj objects-debug/core/internal/array/appending.obj objects-debug/core/internal/array/capacity.obj objects-debug/core/internal/array/casting.obj objects-debug/core/internal/array/comparison.obj objects-debug/core/internal/array/concatenation.obj objects-debug/core/internal/array/construction.obj objects-debug/core/internal/array/equality.obj objects-debug/core/internal/array/operations.obj objects-debug/core/internal/array/utils.obj objects-debug/core/internal/atomic.obj objects-debug/core/internal/attributes.obj objects-debug/core/internal/convert.obj objects-debug/core/internal/dassert.obj objects-debug/core/internal/destruction.obj objects-debug/core/internal/entrypoint.obj objects-debug/core/internal/execinfo.obj objects-debug/core/internal/hash.obj objects-debug/core/internal/lifetime.obj objects-debug/core/internal/moving.obj objects-debug/core/internal/parseoptions.obj objects-debug/core/internal/postblit.obj objects-debug/core/internal/spinlock.obj objects-debug/core/internal/string.obj objects-debug/core/internal/switch_.obj objects-debug/core/internal/traits.obj objects-debug/core/internal/utf.obj objects-debug/core/internal/util/array.obj objects-debug/core/lifetime.obj objects-debug/core/math.obj objects-debug/core/memory.obj objects-debug/core/runtime.obj objects-debug/core/simd.obj objects-debug/core/stdc/assert_.obj objects-debug/core/stdc/complex.obj objects-debug/core/stdc/config.obj objects-debug/core/stdc/ctype.obj objects-debug/core/stdc/errno.obj objects-debug/core/stdc/fenv.obj objects-debug/core/stdc/float_.obj objects-debug/core/stdc/inttypes.obj objects-debug/core/stdc/limits.obj objects-debug/core/stdc/locale.obj objects-debug/core/stdc/math.obj objects-debug/core/stdc/signal.obj objects-debug/core/stdc/stdarg.obj objects-debug/core/stdc/stddef.obj objects-debug/core/stdc/stdint.obj objects-debug/core/stdc/stdio.obj objects-debug/core/stdc/stdlib.obj objects-debug/core/stdc/string.obj objects-debug/core/stdc/tgmath.obj objects-debug/core/stdc/time.obj objects-debug/core/stdc/wchar_.obj objects-debug/core/stdc/wctype.obj objects-debug/core/sync/barrier.obj objects-debug/core/sync/condition.obj objects-debug/core/sync/config.obj objects-debug/core/sync/event.obj objects-debug/core/sync/exception.obj objects-debug/core/sync/mutex.obj objects-debug/core/sync/rwmutex.obj objects-debug/core/sync/semaphore.obj objects-debug/core/sys/wasi/config.obj objects-debug/core/sys/wasi/core.obj objects-debug/core/sys/wasi/dirent.obj objects-debug/core/sys/wasi/fcntl.obj objects-debug/core/sys/wasi/signal.obj objects-debug/core/sys/wasi/spawn.obj objects-debug/core/sys/wasi/stdio.obj objects-debug/core/sys/wasi/sys/socket.obj objects-debug/core/sys/wasi/sys/stat.obj objects-debug/core/sys/wasi/sys/statvfs.obj objects-debug/core/sys/wasi/sys/time.obj objects-debug/core/sys/wasi/sys/types.obj objects-debug/core/sys/wasi/sys/un.obj objects-debug/core/sys/wasi/time.obj objects-debug/core/sys/wasi/ucontext.obj objects-debug/core/sys/wasi/unistd.obj objects-debug/core/thread/fiber.obj objects-debug/core/thread/osthread.obj objects-debug/core/thread/package.obj objects-debug/core/time.obj objects-debug/core/vararg.obj objects-debug/core/volatile.obj objects-debug/gc/bits.obj objects-debug/gc/impl/conservative/gc.obj objects-debug/gc/impl/manual/gc.obj objects-debug/gc/impl/proto/gc.obj objects-debug/gc/os.obj objects-debug/gc/pooltable.obj objects-debug/gc/proxy.obj objects-debug/ldc/asan.obj objects-debug/ldc/attributes.obj objects-debug/ldc/dcompute.obj objects-debug/ldc/eh_msvc.obj objects-debug/ldc/eh_wasm.obj objects-debug/ldc/sanitizer_common.obj objects-debug/ldc/sanitizers_optionally_linked.obj objects-debug/object.obj objects-debug/rt/aApply.obj objects-debug/rt/aApplyR.obj objects-debug/rt/aaA.obj objects-debug/rt/adi.obj objects-debug/rt/arrayassign.obj objects-debug/rt/arraycat.obj objects-debug/rt/backtrace/dwarf.obj objects-debug/rt/backtrace/elf.obj objects-debug/rt/backtrace/macho.obj objects-debug/rt/cast_.obj objects-debug/rt/cmath2.obj objects-debug/rt/config.obj objects-debug/rt/cover.obj objects-debug/rt/critical_.obj objects-debug/rt/deh.obj objects-debug/rt/deh_win32.obj objects-debug/rt/deh_win64_posix.obj objects-debug/rt/dmain2.obj objects-debug/rt/dwarfeh.obj objects-debug/rt/ehalloc.obj objects-debug/rt/invariant.obj objects-debug/rt/lifetime.obj objects-debug/rt/mach_utils.obj objects-debug/rt/memory.obj objects-debug/rt/memset.obj objects-debug/rt/minfo.obj objects-debug/rt/monitor_.obj objects-debug/rt/profilegc.obj objects-debug/rt/qsort.obj objects-debug/rt/sections.obj objects-debug/rt/sections_android.obj objects-debug/rt/sections_elf_shared.obj objects-debug/rt/sections_ldc.obj objects-debug/rt/sections_osx_x86.obj objects-debug/rt/sections_osx_x86_64.obj objects-debug/rt/sections_solaris.obj objects-debug/rt/sections_win32.obj objects-debug/rt/sections_win64.obj objects-debug/rt/tlsgc.obj objects-debug/rt/trace.obj objects-debug/rt/tracegc.obj objects-debug/rt/typeinfo/ti_Acdouble.obj objects-debug/rt/typeinfo/ti_Acfloat.obj objects-debug/rt/typeinfo/ti_Acreal.obj objects-debug/rt/typeinfo/ti_Adouble.obj objects-debug/rt/typeinfo/ti_Afloat.obj objects-debug/rt/typeinfo/ti_Ag.obj objects-debug/rt/typeinfo/ti_Aint.obj objects-debug/rt/typeinfo/ti_Along.obj objects-debug/rt/typeinfo/ti_Areal.obj objects-debug/rt/typeinfo/ti_Ashort.obj objects-debug/rt/typeinfo/ti_C.obj objects-debug/rt/typeinfo/ti_byte.obj objects-debug/rt/typeinfo/ti_cdouble.obj objects-debug/rt/typeinfo/ti_cent.obj objects-debug/rt/typeinfo/ti_cfloat.obj objects-debug/rt/typeinfo/ti_char.obj objects-debug/rt/typeinfo/ti_creal.obj objects-debug/rt/typeinfo/ti_dchar.obj objects-debug/rt/typeinfo/ti_delegate.obj objects-debug/rt/typeinfo/ti_double.obj objects-debug/rt/typeinfo/ti_float.obj objects-debug/rt/typeinfo/ti_idouble.obj objects-debug/rt/typeinfo/ti_ifloat.obj objects-debug/rt/typeinfo/ti_int.obj objects-debug/rt/typeinfo/ti_ireal.obj objects-debug/rt/typeinfo/ti_long.obj objects-debug/rt/typeinfo/ti_n.obj objects-debug/rt/typeinfo/ti_ptr.obj objects-debug/rt/typeinfo/ti_real.obj objects-debug/rt/typeinfo/ti_short.obj objects-debug/rt/typeinfo/ti_ubyte.obj objects-debug/rt/typeinfo/ti_ucent.obj objects-debug/rt/typeinfo/ti_uint.obj objects-debug/rt/typeinfo/ti_ulong.obj objects-debug/rt/typeinfo/ti_ushort.obj objects-debug/rt/typeinfo/ti_void.obj objects-debug/rt/typeinfo/ti_wchar.obj objects-debug/rt/unwind.obj objects-debug/rt/util/container/array.obj objects-debug/rt/util/container/common.obj objects-debug/rt/util/container/hashtab.obj objects-debug/rt/util/container/treap.obj objects-debug/rt/util/random.obj objects-debug/rt/util/typeinfo.obj objects-debug/rt/util/utility.obj
CMakeFiles\atomic.obj-0213205.bat 076f2d76595061c0
ldc\dcompute.d(124): Deprecation: storage class `__gshared` has no effect in type aliases
Batch file failed at line 3 with errorcode 1
[3/44] Generating objects/etc/c/curl.obj, objects/etc/c/od...cts/std/xml.obj, objects/std/zip.obj, objects/std/zlib.obj
FAILED: objects/etc/c/curl.obj objects/etc/c/odbc/sql.obj objects/etc/c/odbc/sqlext.obj objects/etc/c/odbc/sqltypes.obj objects/etc/c/odbc/sqlucode.obj objects/etc/c/sqlite3.obj objects/etc/c/zlib.obj objects/std/algorithm/comparison.obj objects/std/algorithm/internal.obj objects/std/algorithm/iteration.obj objects/std/algorithm/mutation.obj objects/std/algorithm/package.obj objects/std/algorithm/searching.obj objects/std/algorithm/setops.obj objects/std/algorithm/sorting.obj objects/std/array.obj objects/std/ascii.obj objects/std/base64.obj objects/std/bigint.obj objects/std/bitmanip.obj objects/std/compiler.obj objects/std/complex.obj objects/std/concurrency.obj objects/std/container/array.obj objects/std/container/binaryheap.obj objects/std/container/dlist.obj objects/std/container/package.obj objects/std/container/rbtree.obj objects/std/container/slist.obj objects/std/container/util.obj objects/std/conv.obj objects/std/csv.obj objects/std/datetime/date.obj objects/std/datetime/interval.obj objects/std/datetime/package.obj objects/std/datetime/stopwatch.obj objects/std/datetime/systime.obj objects/std/datetime/timezone.obj objects/std/demangle.obj objects/std/digest/crc.obj objects/std/digest/digest.obj objects/std/digest/hmac.obj objects/std/digest/md.obj objects/std/digest/murmurhash.obj objects/std/digest/package.obj objects/std/digest/ripemd.obj objects/std/digest/sha.obj objects/std/encoding.obj objects/std/exception.obj objects/std/experimental/allocator/building_blocks/affix_allocator.obj objects/std/experimental/allocator/building_blocks/aligned_block_list.obj objects/std/experimental/allocator/building_blocks/allocator_list.obj objects/std/experimental/allocator/building_blocks/ascending_page_allocator.obj objects/std/experimental/allocator/building_blocks/bitmapped_block.obj objects/std/experimental/allocator/building_blocks/bucketizer.obj objects/std/experimental/allocator/building_blocks/fallback_allocator.obj objects/std/experimental/allocator/building_blocks/free_list.obj objects/std/experimental/allocator/building_blocks/free_tree.obj objects/std/experimental/allocator/building_blocks/kernighan_ritchie.obj objects/std/experimental/allocator/building_blocks/null_allocator.obj objects/std/experimental/allocator/building_blocks/package.obj objects/std/experimental/allocator/building_blocks/quantizer.obj objects/std/experimental/allocator/building_blocks/region.obj objects/std/experimental/allocator/building_blocks/scoped_allocator.obj objects/std/experimental/allocator/building_blocks/segregator.obj objects/std/experimental/allocator/building_blocks/stats_collector.obj objects/std/experimental/allocator/common.obj objects/std/experimental/allocator/gc_allocator.obj objects/std/experimental/allocator/mallocator.obj objects/std/experimental/allocator/mmap_allocator.obj objects/std/experimental/allocator/package.obj objects/std/experimental/allocator/showcase.obj objects/std/experimental/allocator/typed.obj objects/std/experimental/checkedint.obj objects/std/experimental/logger/core.obj objects/std/experimental/logger/filelogger.obj objects/std/experimental/logger/multilogger.obj objects/std/experimental/logger/nulllogger.obj objects/std/experimental/logger/package.obj objects/std/experimental/typecons.obj objects/std/file.obj objects/std/format.obj objects/std/functional.obj objects/std/getopt.obj objects/std/internal/attributes.obj objects/std/internal/cstring.obj objects/std/internal/digest/sha_SSSE3.obj objects/std/internal/math/biguintarm.obj objects/std/internal/math/biguintcore.obj objects/std/internal/math/biguintnoasm.obj objects/std/internal/math/biguintx86.obj objects/std/internal/math/errorfunction.obj objects/std/internal/math/gammafunction.obj objects/std/internal/memory.obj objects/std/internal/scopebuffer.obj objects/std/internal/test/dummyrange.obj objects/std/internal/test/range.obj objects/std/internal/test/uda.obj objects/std/internal/unicode_comp.obj objects/std/internal/unicode_decomp.obj objects/std/internal/unicode_grapheme.obj objects/std/internal/unicode_norm.obj objects/std/internal/unicode_tables.obj objects/std/internal/windows/advapi32.obj objects/std/json.obj objects/std/math.obj objects/std/mathspecial.obj objects/std/meta.obj objects/std/mmfile.obj objects/std/net/curl.obj objects/std/net/isemail.obj objects/std/numeric.obj objects/std/outbuffer.obj objects/std/package.obj objects/std/parallelism.obj objects/std/path.obj objects/std/process.obj objects/std/random.obj objects/std/range/interfaces.obj objects/std/range/package.obj objects/std/range/primitives.obj objects/std/regex/internal/backtracking.obj objects/std/regex/internal/generator.obj objects/std/regex/internal/ir.obj objects/std/regex/internal/kickstart.obj objects/std/regex/internal/parser.obj objects/std/regex/internal/tests.obj objects/std/regex/internal/tests2.obj objects/std/regex/internal/thompson.obj objects/std/regex/package.obj objects/std/signals.obj objects/std/socket.obj objects/std/stdint.obj objects/std/stdio.obj objects/std/string.obj objects/std/system.obj objects/std/traits.obj objects/std/typecons.obj objects/std/typetuple.obj objects/std/uni.obj objects/std/uri.obj objects/std/utf.obj objects/std/uuid.obj objects/std/variant.obj objects/std/xml.obj objects/std/zip.obj objects/std/zlib.obj
CMakeFiles\curl.obj-5fcc35c.bat 0d6f0795768dc421
std\range\package.d(920): Deprecation: storage class `ref` has no effect in type aliases
Batch file failed at line 3 with errorcode 1
[4/44] Generating objects-debug/etc/c/curl.obj, objects-de...obj, objects-debug/std/zip.obj, objects-debug/std/zlib.obj
FAILED: objects-debug/etc/c/curl.obj objects-debug/etc/c/odbc/sql.obj objects-debug/etc/c/odbc/sqlext.obj objects-debug/etc/c/odbc/sqltypes.obj objects-debug/etc/c/odbc/sqlucode.obj objects-debug/etc/c/sqlite3.obj objects-debug/etc/c/zlib.obj objects-debug/std/algorithm/comparison.obj objects-debug/std/algorithm/internal.obj objects-debug/std/algorithm/iteration.obj objects-debug/std/algorithm/mutation.obj objects-debug/std/algorithm/package.obj objects-debug/std/algorithm/searching.obj objects-debug/std/algorithm/setops.obj objects-debug/std/algorithm/sorting.obj objects-debug/std/array.obj objects-debug/std/ascii.obj objects-debug/std/base64.obj objects-debug/std/bigint.obj objects-debug/std/bitmanip.obj objects-debug/std/compiler.obj objects-debug/std/complex.obj objects-debug/std/concurrency.obj objects-debug/std/container/array.obj objects-debug/std/container/binaryheap.obj objects-debug/std/container/dlist.obj objects-debug/std/container/package.obj objects-debug/std/container/rbtree.obj objects-debug/std/container/slist.obj objects-debug/std/container/util.obj objects-debug/std/conv.obj objects-debug/std/csv.obj objects-debug/std/datetime/date.obj objects-debug/std/datetime/interval.obj objects-debug/std/datetime/package.obj objects-debug/std/datetime/stopwatch.obj objects-debug/std/datetime/systime.obj objects-debug/std/datetime/timezone.obj objects-debug/std/demangle.obj objects-debug/std/digest/crc.obj objects-debug/std/digest/digest.obj objects-debug/std/digest/hmac.obj objects-debug/std/digest/md.obj objects-debug/std/digest/murmurhash.obj objects-debug/std/digest/package.obj objects-debug/std/digest/ripemd.obj objects-debug/std/digest/sha.obj objects-debug/std/encoding.obj objects-debug/std/exception.obj objects-debug/std/experimental/allocator/building_blocks/affix_allocator.obj objects-debug/std/experimental/allocator/building_blocks/aligned_block_list.obj objects-debug/std/experimental/allocator/building_blocks/allocator_list.obj objects-debug/std/experimental/allocator/building_blocks/ascending_page_allocator.obj objects-debug/std/experimental/allocator/building_blocks/bitmapped_block.obj objects-debug/std/experimental/allocator/building_blocks/bucketizer.obj objects-debug/std/experimental/allocator/building_blocks/fallback_allocator.obj objects-debug/std/experimental/allocator/building_blocks/free_list.obj objects-debug/std/experimental/allocator/building_blocks/free_tree.obj objects-debug/std/experimental/allocator/building_blocks/kernighan_ritchie.obj objects-debug/std/experimental/allocator/building_blocks/null_allocator.obj objects-debug/std/experimental/allocator/building_blocks/package.obj objects-debug/std/experimental/allocator/building_blocks/quantizer.obj objects-debug/std/experimental/allocator/building_blocks/region.obj objects-debug/std/experimental/allocator/building_blocks/scoped_allocator.obj objects-debug/std/experimental/allocator/building_blocks/segregator.obj objects-debug/std/experimental/allocator/building_blocks/stats_collector.obj objects-debug/std/experimental/allocator/common.obj objects-debug/std/experimental/allocator/gc_allocator.obj objects-debug/std/experimental/allocator/mallocator.obj objects-debug/std/experimental/allocator/mmap_allocator.obj objects-debug/std/experimental/allocator/package.obj objects-debug/std/experimental/allocator/showcase.obj objects-debug/std/experimental/allocator/typed.obj objects-debug/std/experimental/checkedint.obj objects-debug/std/experimental/logger/core.obj objects-debug/std/experimental/logger/filelogger.obj objects-debug/std/experimental/logger/multilogger.obj objects-debug/std/experimental/logger/nulllogger.obj objects-debug/std/experimental/logger/package.obj objects-debug/std/experimental/typecons.obj objects-debug/std/file.obj objects-debug/std/format.obj objects-debug/std/functional.obj objects-debug/std/getopt.obj objects-debug/std/internal/attributes.obj objects-debug/std/internal/cstring.obj objects-debug/std/internal/digest/sha_SSSE3.obj objects-debug/std/internal/math/biguintarm.obj objects-debug/std/internal/math/biguintcore.obj objects-debug/std/internal/math/biguintnoasm.obj objects-debug/std/internal/math/biguintx86.obj objects-debug/std/internal/math/errorfunction.obj objects-debug/std/internal/math/gammafunction.obj objects-debug/std/internal/memory.obj objects-debug/std/internal/scopebuffer.obj objects-debug/std/internal/test/dummyrange.obj objects-debug/std/internal/test/range.obj objects-debug/std/internal/test/uda.obj objects-debug/std/internal/unicode_comp.obj objects-debug/std/internal/unicode_decomp.obj objects-debug/std/internal/unicode_grapheme.obj objects-debug/std/internal/unicode_norm.obj objects-debug/std/internal/unicode_tables.obj objects-debug/std/internal/windows/advapi32.obj objects-debug/std/json.obj objects-debug/std/math.obj objects-debug/std/mathspecial.obj objects-debug/std/meta.obj objects-debug/std/mmfile.obj objects-debug/std/net/curl.obj objects-debug/std/net/isemail.obj objects-debug/std/numeric.obj objects-debug/std/outbuffer.obj objects-debug/std/package.obj objects-debug/std/parallelism.obj objects-debug/std/path.obj objects-debug/std/process.obj objects-debug/std/random.obj objects-debug/std/range/interfaces.obj objects-debug/std/range/package.obj objects-debug/std/range/primitives.obj objects-debug/std/regex/internal/backtracking.obj objects-debug/std/regex/internal/generator.obj objects-debug/std/regex/internal/ir.obj objects-debug/std/regex/internal/kickstart.obj objects-debug/std/regex/internal/parser.obj objects-debug/std/regex/internal/tests.obj objects-debug/std/regex/internal/tests2.obj objects-debug/std/regex/internal/thompson.obj objects-debug/std/regex/package.obj objects-debug/std/signals.obj objects-debug/std/socket.obj objects-debug/std/stdint.obj objects-debug/std/stdio.obj objects-debug/std/string.obj objects-debug/std/system.obj objects-debug/std/traits.obj objects-debug/std/typecons.obj objects-debug/std/typetuple.obj objects-debug/std/uni.obj objects-debug/std/uri.obj objects-debug/std/utf.obj objects-debug/std/uuid.obj objects-debug/std/variant.obj objects-debug/std/xml.obj objects-debug/std/zip.obj objects-debug/std/zlib.obj
CMakeFiles\curl.obj-22af545.bat f6b47319886e1b97
std\range\package.d(920): Deprecation: storage class `ref` has no effect in type aliases
Batch file failed at line 3 with errorcode 1
ninja: build stopped: subcommand failed.
.: Error: command failed with status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment