Coder Social home page Coder Social logo

brianush1.github.io's People

Contributors

brianush1 avatar mrcsnm avatar

Watchers

 avatar  avatar

Forkers

mrcsnm

brianush1.github.io's Issues

Error at the sudo ./build step

hipreme@LinuxMint:~/Desktop/dmd-fe-wasm/build-druntime$ sudo ./build
[sudo] password for hipreme:     
.: Creating build directory: /home/hipreme/Desktop/dmd-fe-wasm/build-druntime/out
.: Invoking: cmake -DLDC_EXE_FULL=/home/hipreme/Desktop/dmd-fe-wasm/build-ldc/bin/ldc2 -DD_VERSION=2 -DDMDFE_MINOR_VERSION=0 -DDMDFE_PATCH_VERSION=95 -DTARGET_SYSTEM=WebAssembly '-DD_EXTRA_FLAGS=-mtriple=wasm32-unknown-unknown-wasm;-fvisibility=hidden' '-DRT_CFLAGS=-target wasm32-unknown-unknown-wasi --sysroot=/home/hipreme/Desktop/dmd-fe-wasm/build-druntime/../wasi-libc/sysroot' -G Ninja /home/hipreme/Desktop/dmd-fe-wasm/build-druntime/../ldc/runtime
-- The C compiler identification is Clang 10.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/hipreme/Desktop/dmd-fe-wasm/build-druntime/out
.: Invoking: ninja all
[1/44] Generating objects/core/atomic.o, objects/core/attribute.o, objects/core/bitop...nd.o, objects/rt/util/random.o, objects/rt/util/typeinfo.o, objects/rt/util/utility.o
FAILED: objects/core/atomic.o objects/core/attribute.o objects/core/bitop.o objects/core/checkedint.o objects/core/cpuid.o objects/core/demangle.o objects/core/exception.o objects/core/gc/config.o objects/core/gc/gcinterface.o objects/core/gc/registry.o objects/core/internal/abort.o objects/core/internal/array/appending.o objects/core/internal/array/capacity.o objects/core/internal/array/casting.o objects/core/internal/array/comparison.o objects/core/internal/array/concatenation.o objects/core/internal/array/construction.o objects/core/internal/array/equality.o objects/core/internal/array/operations.o objects/core/internal/array/utils.o objects/core/internal/atomic.o objects/core/internal/attributes.o objects/core/internal/backtrace/dwarf.o objects/core/internal/backtrace/elf.o objects/core/internal/backtrace/macho.o objects/core/internal/container/array.o objects/core/internal/container/common.o objects/core/internal/container/hashtab.o objects/core/internal/container/treap.o objects/core/internal/convert.o objects/core/internal/dassert.o objects/core/internal/destruction.o objects/core/internal/elf/dl.o objects/core/internal/elf/io.o objects/core/internal/entrypoint.o objects/core/internal/execinfo.o objects/core/internal/hash.o objects/core/internal/lifetime.o objects/core/internal/moving.o objects/core/internal/parseoptions.o objects/core/internal/postblit.o objects/core/internal/qsort.o objects/core/internal/spinlock.o objects/core/internal/string.o objects/core/internal/switch_.o objects/core/internal/traits.o objects/core/internal/utf.o objects/core/internal/util/array.o objects/core/internal/vararg/aarch64.o objects/core/internal/vararg/sysv_x64.o objects/core/lifetime.o objects/core/math.o objects/core/memory.o objects/core/runtime.o objects/core/simd.o objects/core/stdc/assert_.o objects/core/stdc/complex.o objects/core/stdc/config.o objects/core/stdc/ctype.o objects/core/stdc/errno.o objects/core/stdc/fenv.o objects/core/stdc/float_.o objects/core/stdc/inttypes.o objects/core/stdc/limits.o objects/core/stdc/locale.o objects/core/stdc/math.o objects/core/stdc/signal.o objects/core/stdc/stdarg.o objects/core/stdc/stddef.o objects/core/stdc/stdint.o objects/core/stdc/stdio.o objects/core/stdc/stdlib.o objects/core/stdc/string.o objects/core/stdc/tgmath.o objects/core/stdc/time.o objects/core/stdc/wchar_.o objects/core/stdc/wctype.o objects/core/stdcpp/allocator.o objects/core/stdcpp/array.o objects/core/stdcpp/exception.o objects/core/stdcpp/memory.o objects/core/stdcpp/new_.o objects/core/stdcpp/string.o objects/core/stdcpp/string_view.o objects/core/stdcpp/type_traits.o objects/core/stdcpp/typeinfo.o objects/core/stdcpp/utility.o objects/core/stdcpp/vector.o objects/core/stdcpp/xutility.o objects/core/sync/barrier.o objects/core/sync/condition.o objects/core/sync/config.o objects/core/sync/event.o objects/core/sync/exception.o objects/core/sync/mutex.o objects/core/sync/rwmutex.o objects/core/sync/semaphore.o objects/core/sys/wasi/config.o objects/core/sys/wasi/core.o objects/core/sys/wasi/dirent.o objects/core/sys/wasi/fcntl.o objects/core/sys/wasi/signal.o objects/core/sys/wasi/spawn.o objects/core/sys/wasi/stdc/time.o objects/core/sys/wasi/stdio.o objects/core/sys/wasi/sys/socket.o objects/core/sys/wasi/sys/stat.o objects/core/sys/wasi/sys/statvfs.o objects/core/sys/wasi/sys/time.o objects/core/sys/wasi/sys/types.o objects/core/sys/wasi/sys/un.o objects/core/sys/wasi/time.o objects/core/sys/wasi/ucontext.o objects/core/sys/wasi/unistd.o objects/core/thread/context.o objects/core/thread/fiber.o objects/core/thread/osthread.o objects/core/thread/package.o objects/core/thread/threadbase.o objects/core/thread/threadgroup.o objects/core/thread/types.o objects/core/time.o objects/core/vararg.o objects/core/volatile.o objects/gc/bits.o objects/gc/impl/conservative/gc.o objects/gc/impl/manual/gc.o objects/gc/impl/proto/gc.o objects/gc/os.o objects/gc/pooltable.o objects/gc/proxy.o objects/ldc/asan.o objects/ldc/attributes.o objects/ldc/dcompute.o objects/ldc/eh_msvc.o objects/ldc/eh_wasm.o objects/ldc/sanitizer_common.o objects/ldc/sanitizers_optionally_linked.o objects/object.o objects/rt/aApply.o objects/rt/aApplyR.o objects/rt/aaA.o objects/rt/adi.o objects/rt/arrayassign.o objects/rt/arraycat.o objects/rt/cast_.o objects/rt/config.o objects/rt/cover.o objects/rt/critical_.o objects/rt/deh.o objects/rt/deh_win64_posix.o objects/rt/dmain2.o objects/rt/dwarfeh.o objects/rt/ehalloc.o objects/rt/invariant.o objects/rt/lifetime.o objects/rt/memory.o objects/rt/minfo.o objects/rt/monitor_.o objects/rt/msvc.o objects/rt/msvc_math.o objects/rt/profilegc.o objects/rt/sections.o objects/rt/sections_android.o objects/rt/sections_darwin_64.o objects/rt/sections_elf_shared.o objects/rt/sections_ldc.o objects/rt/sections_wasm.o objects/rt/sections_win64.o objects/rt/tlsgc.o objects/rt/trace.o objects/rt/tracegc.o objects/rt/unwind.o objects/rt/util/random.o objects/rt/util/typeinfo.o objects/rt/util/utility.o 
cd /home/hipreme/Desktop/dmd-fe-wasm/ldc/runtime/druntime/src && /home/hipreme/Desktop/dmd-fe-wasm/build-ldc/bin/ldc2 -c --output-o -conf= -w -de -dip1000 -preview=dtorfields -mtriple=wasm32-unknown-unknown-wasm -fvisibility=hidden -O3 -release -preview=fieldwise -I/home/hipreme/Desktop/dmd-fe-wasm/ldc/runtime/druntime/src -od=/home/hipreme/Desktop/dmd-fe-wasm/build-druntime/out/objects -op core/atomic.d core/attribute.d core/bitop.d core/checkedint.d core/cpuid.d core/demangle.d core/exception.d core/gc/config.d core/gc/gcinterface.d core/gc/registry.d core/internal/abort.d core/internal/array/appending.d core/internal/array/capacity.d core/internal/array/casting.d core/internal/array/comparison.d core/internal/array/concatenation.d core/internal/array/construction.d core/internal/array/equality.d core/internal/array/operations.d core/internal/array/utils.d core/internal/atomic.d core/internal/attributes.d core/internal/backtrace/dwarf.d core/internal/backtrace/elf.d core/internal/backtrace/macho.d core/internal/container/array.d core/internal/container/common.d core/internal/container/hashtab.d core/internal/container/treap.d core/internal/convert.d core/internal/dassert.d core/internal/destruction.d core/internal/elf/dl.d core/internal/elf/io.d core/internal/entrypoint.d core/internal/execinfo.d core/internal/hash.d core/internal/lifetime.d core/internal/moving.d core/internal/parseoptions.d core/internal/postblit.d core/internal/qsort.d core/internal/spinlock.d core/internal/string.d core/internal/switch_.d core/internal/traits.d core/internal/utf.d core/internal/util/array.d core/internal/vararg/aarch64.d core/internal/vararg/sysv_x64.d core/lifetime.d core/math.d core/memory.d core/runtime.d core/simd.d core/stdc/assert_.d core/stdc/complex.d core/stdc/config.d core/stdc/ctype.d core/stdc/errno.d core/stdc/fenv.d core/stdc/float_.d core/stdc/inttypes.d core/stdc/limits.d core/stdc/locale.d core/stdc/math.d core/stdc/signal.d core/stdc/stdarg.d core/stdc/stddef.d core/stdc/stdint.d core/stdc/stdio.d core/stdc/stdlib.d core/stdc/string.d core/stdc/tgmath.d core/stdc/time.d core/stdc/wchar_.d core/stdc/wctype.d core/stdcpp/allocator.d core/stdcpp/array.d core/stdcpp/exception.d core/stdcpp/memory.d core/stdcpp/new_.d core/stdcpp/string.d core/stdcpp/string_view.d core/stdcpp/type_traits.d core/stdcpp/typeinfo.d core/stdcpp/utility.d core/stdcpp/vector.d core/stdcpp/xutility.d core/sync/barrier.d core/sync/condition.d core/sync/config.d core/sync/event.d core/sync/exception.d core/sync/mutex.d core/sync/rwmutex.d core/sync/semaphore.d core/sys/wasi/config.d core/sys/wasi/core.d core/sys/wasi/dirent.d core/sys/wasi/fcntl.d core/sys/wasi/signal.d core/sys/wasi/spawn.d core/sys/wasi/stdc/time.d core/sys/wasi/stdio.d core/sys/wasi/sys/socket.d core/sys/wasi/sys/stat.d core/sys/wasi/sys/statvfs.d core/sys/wasi/sys/time.d core/sys/wasi/sys/types.d core/sys/wasi/sys/un.d core/sys/wasi/time.d core/sys/wasi/ucontext.d core/sys/wasi/unistd.d core/thread/context.d core/thread/fiber.d core/thread/osthread.d core/thread/package.d core/thread/threadbase.d core/thread/threadgroup.d core/thread/types.d core/time.d core/vararg.d core/volatile.d gc/bits.d gc/impl/conservative/gc.d gc/impl/manual/gc.d gc/impl/proto/gc.d gc/os.d gc/pooltable.d gc/proxy.d ldc/asan.d ldc/attributes.d ldc/dcompute.d ldc/eh_msvc.d ldc/eh_wasm.d ldc/sanitizer_common.d ldc/sanitizers_optionally_linked.d object.d rt/aApply.d rt/aApplyR.d rt/aaA.d rt/adi.d rt/arrayassign.d rt/arraycat.d rt/cast_.d rt/config.d rt/cover.d rt/critical_.d rt/deh.d rt/deh_win64_posix.d rt/dmain2.d rt/dwarfeh.d rt/ehalloc.d rt/invariant.d rt/lifetime.d rt/memory.d rt/minfo.d rt/monitor_.d rt/msvc.d rt/msvc_math.d rt/profilegc.d rt/sections.d rt/sections_android.d rt/sections_darwin_64.d rt/sections_elf_shared.d rt/sections_ldc.d rt/sections_wasm.d rt/sections_win64.d rt/tlsgc.d rt/trace.d rt/tracegc.d rt/unwind.d rt/util/random.d rt/util/typeinfo.d rt/util/utility.d
core/stdc/time.d(37): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(37): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(39): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(39): Error: undefined identifier `tm`
core/stdc/time.d(41): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(41): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(44): Error: undefined identifier `tm`
core/stdc/time.d(46): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(48): Error: undefined identifier `tm`
core/stdc/time.d(48): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(50): Error: undefined identifier `tm`
core/stdc/time.d(50): Error: undefined identifier `time_t`, did you mean function `time`?
core/stdc/time.d(52): Error: undefined identifier `tm`
core/stdc/wchar_.d(259): Error: undefined identifier `tm`
core/stdc/assert_.d(124): Error: static assert:  `0` is false

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.