Giter Club home page Giter Club logo

Comments (4)

howellrl avatar howellrl commented on June 11, 2024 2

Hello! I would also check that this dependency is present and using the correct version 'm102':

And a compiled version of the aseprite-m102 branch of the Skia library. There are pre-built packages available. You can get some extra information in the laf dependencies page.

from aseprite.

dacap avatar dacap commented on June 11, 2024 1

Highly probable that you need to update all the submodules, try running:

git submodule update --recursive --init

from aseprite.

Dephrilibrium avatar Dephrilibrium commented on June 11, 2024 1

Hello! I would also check that this dependency is present and using the correct version 'm102':

And a compiled version of the aseprite-m102 branch of the Skia library. There are pre-built packages available. You can get some extra information in the laf dependencies page.

That did the job. I first tried the most recent one, not working, but using the m102 was gold :)
In my case beside of that the CMakeLists.txt had to be extended with the set(CMAKE_C/CXX_COMPILER /path/to/compiler) and the ENABLE_WEBP option had to be toggled to off (because in my case it's not needed).

from aseprite.

inxomnyaa avatar inxomnyaa commented on June 11, 2024

Same issue on Windows 10
C:\aseprite\src\app/doc.h(71): error C2039: 'LockResult': is not a member of 'base::RWLock' seems repeated in the errors mainly
log.log

EDIT: got a better log

app-lib.lib(doc.cpp.obj) : error LNK2001: unresolved external symbol "public: enum base::RWLock::LockResult __cdecl base::RWLock::lock(enum base::RWLock::LockType,int)" (?lock@RWLock@base@@QEAA?AW4LockResult@12@W4LockType@12@H@Z)
app-lib.lib(doc.cpp.obj) : error LNK2001: unresolved external symbol "public: enum base::RWLock::LockResult __cdecl base::RWLock::upgradeToWrite(int)" (?upgradeToWrite@RWLock@base@@QEAA?AW4LockResult@12@H@Z)
app-lib.lib(doc.cpp.obj) : error LNK2001: unresolved external symbol "public: void __cdecl base::RWLock::downgradeToRead(enum base::RWLock::LockResult)" (?downgradeToRead@RWLock@base@@QEAAXW4LockResult@12@@Z)
app-lib.lib(doc.cpp.obj) : error LNK2001: unresolved external symbol "public: void __cdecl base::RWLock::unlock(enum base::RWLock::LockResult)" (?unlock@RWLock@base@@QEAAXW4LockResult@12@@Z)
app-lib.lib(session.cpp.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl base::get_process_name(unsigned int)" (?get_process_name@base@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@Z)
bin\aseprite.exe : fatal error LNK1120: 5 unresolved externals
ninja: build stopped: subcommand failed.

from aseprite.

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.