Cannot compile Debug build

Open
#1,183 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp, shell

Research direction

Start with DownloadDeps.bat and inspect how it selects and downloads LLVM archives, particularly the missing llvm-981341-windows-vs2017-x86-Debug archive. Done means the script downloads the Debug LLVM dependency or clearly exposes an option to obtain it, allowing a Debug build to proceed.

Written by the indexing model from the issue text.

Description

I'm trying to make a debug build of CppSharp to figure out why the system crashes when trying to make bindings for my code. But I can't figure out how to do it, since the proper llvm debug version is missing (llvm-981341-windows-vs2017-x86-Debug) and I don't know how to get the archive.

Shouldn't DownloadDeps.bat download both the Debug and Release versions, or at least provide an option to download the debug version of llvm? Or maybe there is an option and I haven't found it.

Thanks!

Dominant language
C#
Stars
3.4k
Forks
541
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mono/CppSharp

All issues in mono/CppSharp

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.