Skip to content

[Druntime] Build fail #7

@bioinfornatics

Description

@bioinfornatics

build fail when druntime try to linl against ldc. The problem is quite simple, some file are rewritten and put in druntime/src/ldc/ like bitop.d so the build system need to ignore the "same file" in druntime/src/core/bitop.d.

What to do?
Edit cmake for ignore this module is exist in druntime/src/core/

maybe somethink like:

sed -i "78a \   list(REMOVE_ITEM CORE_D\n\
        \${RUNTIME_DIR}/src/core/bitop.d\n\
\   )" runtime/CMakeLists.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions