Code Monkey home page Code Monkey logo

Comments (3)

tdenniston avatar tdenniston commented on May 14, 2024

@ariste1a I am also seeing this problem. Can you please elaborate on how you fixed it?

from skiasharp.

ariste1a avatar ariste1a commented on May 14, 2024

Hey @tdenniston, and anyone else having the same problem, SkiaSharp uses its own branch of Skia which you'd have to pull/download. Navigate to this repo's Skia folder and pull from it. Not sure how to do it from git bash though. You'd also need Google's depot tool to compile.

from skiasharp.

tdenniston avatar tdenniston commented on May 14, 2024

Thanks @ariste1a. I can't seem to identify an actual branch of Skia that SkiaSharp uses, but I managed to fix my compile error with the following steps:

  • Open the mono/SkiaSharp master branch on Github.
  • The 'skia' directory is displayed as something like 'skia @ 15d4e8e'. Take note of the commit hash after the @ sign.
  • In Git bash navigate to the 'skia' directory on your filesystem. Execute 'git checkout 15d4e8e'.
  • Try rebuilding SkiaSharp.

This fixed this particular compile error for me. Hopefully one of the maintainers can comment on why this was necessary.

from skiasharp.

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.