1

tI am following the instructions listed here: https://github.com/chromium/crashpad/blob/master/doc/developing.md

I cloned crashpad from here: https://chromium.googlesource.com/crashpad/crashpad

But I get the following results:

D:/Work/GitRepos/ThirdParty/crashpad> gn gen out/default

ERROR at //build/crashpad_buildconfig.gni:56:5: Unable to load "D:/Work/GitRepos/ThirdParty/crashpad/third_party/mini_chromium/mini_chromium/build/compiler.gni".
    import("../third_party/mini_chromium/mini_chromium/build/compiler.gni")
    ^--------------------------------------------------------------------- 
See //BUILD.gn:15:1: whence it was imported. 
import("build/crashpad_buildconfig.gni") 
^--------------------------------------

Which is correct. There are no sub-folders under: D:\Work\GitRepos\ThirdParty\crashpad\third_party\mini_chromium

There must be something missing from the configuration instructions(?) How does one build crashpad for windows?

  • You're more likely to reach relevant people if you follow the information in the README at https://chromium.googlesource.com/crashpad/crashpad : there is an issue tracker, and there is a developer mailing list for crashpad. – Erwin Bolwidt Jun 19 '20 at 00:20
  • Thanks for the advice! I'll take a look there. – WorldTurnedUpsideDown Jun 19 '20 at 13:42
  • 1
    In case anyone else lands here...I resolved this issue, by updated my version of depot_tools. Then I also had to modifying my PATH to use the version of Python found in depot_tools, and not another one installed on my system. – WorldTurnedUpsideDown Jun 21 '20 at 13:40
  • @WorldTurnedUpsideDown did not help me – IceFire Nov 06 '20 at 17:49

0 Answers0