Code Monkey home page Code Monkey logo

Comments (5)

DSPerson avatar DSPerson commented on May 20, 2024

me too

from aseprite-macos-buildsh.

dadabit avatar dadabit commented on May 20, 2024

me too

from aseprite-macos-buildsh.

abjorck avatar abjorck commented on May 20, 2024

for me it was trying to use an sdk version i didnt have. (probably because i dont have the latest xcode or something, seeing as it requires almost infinity free disk space to update)

in aseprite.sh:
POSTFIXPATH_SDKROOT=Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk
making sure that points to something that exists (inside /Applications/Xcode.app/Contents/Developer) probably does it

or overriding it generally for cmake also seemed to work like this
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/

ymmv

from aseprite-macos-buildsh.

abjorck avatar abjorck commented on May 20, 2024

oh wow, only now did i notice the --sdk-root option for the script 🤦

from aseprite-macos-buildsh.

abjorck avatar abjorck commented on May 20, 2024

ran into this again now on a fresh attempt and found my own comments 😆
firstly, python2 is dead and pythondoes not exist, but linking it to python3 works.
secondly i got the -lSystem missing again and today i "had to" modify the script and manually set
-DCMAKE_OSX_SYSROOT="/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/"

because the automated concatenations did not get it right. and macos is messy. yuck. but it worked in the end.
macos 12.6.3 monterey, xcode 14

from aseprite-macos-buildsh.

Related Issues (18)

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.