Алексей

Results 113 comments of Алексей

As I understand, ConEmu is for Windows only. Right? If yes, then maybe the better will be replace all `if defined(__GNUC__)` with `if defined(__MINGW32__)`

Are you support building ConEmu with Cygwin GCC? I don't think so.

`__MINGW32__` is defined for all mingw.org and mingw-w64 toolchains (cross and native)

About patch `0012` I get errors without it: ``` compiling ConEmu.rc linking ../../Release/ConEmu.exe ../../gcc/conemu/ConEmuApp.o:ConEmuApp.cpp:(.text+0x450f): undefined reference to `AssertMsgBox' collect2: error: ld returned 1 exit status makefile_gcc:240: recipe for target '../../Release/ConEmu.exe'...

I'm successfully build ConEmu without patches now.

yes, it fixed in trunk.

By this commit https://github.com/Alexpux/mingw-w64/commit/4421b4a8a06c206ecd18420bf095552e6822eebd

I don’t plan to support it myself, only if someone want to volunteer it

This is not our issue at all. We not recommend to use folders with spaces. Read wiki.

It not work under cmd too. But works next variant: ```` windres -I\""C:/Temp/New folder/\"" -v ````