Code Monkey home page Code Monkey logo

Comments (4)

orbitalquark avatar orbitalquark commented on August 26, 2024

Sorry, I don't know why this is happening. The Qt build process is a bit mystifying to me. I haven't tried building with msys2, only Visual Studio.

from textadept.

Kreijstal avatar Kreijstal commented on August 26, 2024

maybe it uses msvc flags when it should use gcc flags?

from textadept.

orbitalquark avatar orbitalquark commented on August 26, 2024

Oh, I see. Thanks for spotting that. What happens if you remove or comment out this line?

target_compile_options(scintilla PRIVATE $<$<BOOL:${WIN32}>:/EHsc>)

from textadept.

Kreijstal avatar Kreijstal commented on August 26, 2024

Ohhh wow yeah that worked, unfortunately it seems there is a lot more to do, it seems it is best to use the prepackaged dependencies that msys brings like
https://packages.msys2.org/base/mingw-w64-pdcurses
https://packages.msys2.org/package/mingw-w64-libtermkey
https://packages.msys2.org/base/mingw-w64-scite
instead of trying to compile them itself because otherwise there are lots of patches one has to do, but it seems this is a start, thank you a lot.

from textadept.

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.