Ray Donnelly

Results 177 comments of Ray Donnelly

I'd strongly un-recommend mintty for any proper software building exercises due to: https://code.google.com/p/mintty/issues/detail?id=56 ConsoleZ: https://github.com/cbucher/console/wiki/Downloads .. gives a much more compatible experience IMHO (and is great too). On Thu, Aug...

With ansicon I believe it is possible, see: http://superuser.com/questions/357229/console2-putty-cygwin-ssh-xterm-256-integration I usually just do "export TERM=xterm" and get 16 colours for git and tig, which is enough for me (I think...

ansicon works ok for me, but I do remember having trouble locating the latest version. I will provide another link once I find it. For key bindings you can use...

Damned markdown! Sets: Home and End to start and end of line, Delete to delete, Alt-Left and Alt-Right to backwards and forwards word (couldn't get Ctrl-? to work)

Yes, sorry Alexey. On Fri, Aug 23, 2013 at 11:32 AM, Алексей [email protected] wrote: > This is issue about qt-builds. And I highly recommend add any requests for > MSYS2...

You do not need to pass CT_DARWIN_COPY_SDK_TO_SYSROOT .. I never use CT_DARWIN_COPY_SDK_TO_SYSROOT. Sure, after it, you can compile hello-world.c and even hello-world.cpp with the compilers (and maybe even some big...

I agree it is annoying and we must fix it. The problem is because of how I make a composite project for cctools and ld64 so as to cut down...

That's fine! I'm happy to fix it but I want to get multilibs fixed first. Thanks for the 3.4 patch. One minor thing, I wonder if passing an empty string...

I think support for the old behavior if branch is blank would make it easier at review time; I'm not a git expert, is it possible to ask the server...

Good point with ! CT_MULTILIB = y, but I don't understand why you added a check before ln -sf? If it already exists then you must have started a build...