Code Monkey home page Code Monkey logo

Comments (5)

Biswa96 avatar Biswa96 commented on June 7, 2024 1

There is already a mirror mingw-w64 repository in GitHub. Cygwin header files aren't same as mingw. The underlying goal is different of those two projects. I'll update my readme file.

from xconpty.

Biswa96 avatar Biswa96 commented on June 7, 2024

As I said in README: "Some values are not defined in mingw-w64 toolchain. It will be updated soon."

I've added some patches in mingw-w64 repository in SourceForge. It may take time to be updated in cygwin or msys2 repository. For workaround, you can add the defined values in header files.

from xconpty.

E3V3A avatar E3V3A commented on June 7, 2024

@Biswa96

It will be updated soon

Yes I read that, and it's been 3 months since that text was put here, so what exactly is your definition of "soon"?

I've added some patches in mingw-w64 repository in SourceForge

Oooh, noo, that could take forever. Can you post the patches somewhere else?

you can add the defined values in header files

I only know ENABLE_VIRTUAL_TERMINAL_PROCESSING, but I have no idea what STARTUPINFOEXW or PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE should be. Any suggestions where to look?

from xconpty.

Biswa96 avatar Biswa96 commented on June 7, 2024

Here are those:

#define PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE 0x20016
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING  0x0004
typedef struct _STARTUPINFOEXW {
    STARTUPINFOW StartupInfo;
    LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList;
} STARTUPINFOEXW, *LPSTARTUPINFOEXW;

mingw-w64 in msys2 compiles well but cygwin hasn't imported those definitions in their repo. Here are the patches by me:

from xconpty.

E3V3A avatar E3V3A commented on June 7, 2024

Hi @Biswa96
It would have been so much better if they could abandon that 20 year old sourceforge and mailing list development process. It just makes me 🤢
Perhaps your patches are in most recent clone I made here.

from xconpty.

Related Issues (1)

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.