Giter Site home page Giter Site logo

Comments (5)

Swatinem avatar Swatinem commented on May 19, 2024

Thanks for adding a CMake based build system for crashpad - I was already working on that for our applications but now that you have added it I might shift and help you with patches if I have the time.

I would very much appreciate that. I only learned CMake a few week ago for this project, and Iā€™m sure I can still learn a lot about it.

master now has a broader set of tests, also building the crashpad backend on 32bit VS2017, and 64bit VS2019. We can extend the list further if needed, for example cross-compiling 32bit from a 64bit VS2019 toolchain like you are trying to do here.

from sentry-native.

Swatinem avatar Swatinem commented on May 19, 2024

@tru can you try this again with the latest 0.2.1 release and close this if the issue is solved? We made a few improvements to the CMake files, and also test with at least 32-bit VS2017.

from sentry-native.

Swatinem avatar Swatinem commented on May 19, 2024

I will close this for now, please re-open if you are still having problems

from sentry-native.

hankbao avatar hankbao commented on May 19, 2024

It's not clear how to build the 32bit crashpad backend with VS2019. The result binaries are 64bit anyway even building with VS2019 x86 Native Tools environment.

from sentry-native.

Mixaill avatar Mixaill commented on May 19, 2024

Use -A Win32 flag.

Something like,

mkdir ~build
cd build
cmake -A Win32 ..
cmake --build .

from sentry-native.

Related Issues (20)

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.