Search found 6 matches

by ChemicalDruid
Sat 04 Feb, 2017 20:09
Forum: Support and Troubleshooting
Topic: Building FAR Manager
Replies: 19
Views: 15862

Building FAR Manager

142523 142521 is that not a distribution worthy of support? I have no idea. You have mentioned windows 10 several times, does that mean it's a 'standard' toolset there? As the Windows Subsystem for Linux is now released, albeit marked as beta, the MinGW environment, especially inside the MSYS2 shel...
by ChemicalDruid
Sat 04 Feb, 2017 13:45
Forum: Support and Troubleshooting
Topic: Building FAR Manager
Replies: 19
Views: 15862

Building FAR Manager

142520 It is not about the system it is about SDK version. 0x0502 version used in sdkddkver.h if neither WINVER nor _WIN32_WINNT was defined. It looks like __GNUC__ is not defined in gcc you used, otherwise it should be defined in headers.hpp When using a barebones C++ source file, __GNUC__ is outp...
by ChemicalDruid
Sat 04 Feb, 2017 13:41
Forum: Support and Troubleshooting
Topic: Building FAR Manager
Replies: 19
Views: 15862

Building FAR Manager

142519 We cannot test and support every mingw distribution in the universe - take the one from the 2useven10's link above, it "just works". I am using the latest MSYS2 64bit installation with the mingw-w64-x86_64-toolchain and base-devel packages on Windows 10 - is that not a distribution...
by ChemicalDruid
Fri 03 Feb, 2017 21:29
Forum: Support and Troubleshooting
Topic: Building FAR Manager
Replies: 19
Views: 15862

Building FAR Manager

Hmmm... _WIN32_WINNT seems to be 0x0502 on my Windows 10.0.14393, is that what it should be? I thought it would be 0x0A00...
by ChemicalDruid
Fri 03 Feb, 2017 13:51
Forum: Support and Troubleshooting
Topic: Building FAR Manager
Replies: 19
Views: 15862

Building FAR Manager

Using latest MinGW64 under latest MSYS2 on Windows 10 64bit:

Code: Select all

$ gcc --version
gcc.exe (Rev1, Built by MSYS2 project) 6.3.0
Maybe there was an issue with #include depth?... Just checking in case anyone else has encountered this.
by ChemicalDruid
Fri 03 Feb, 2017 01:35
Forum: Support and Troubleshooting
Topic: Building FAR Manager
Replies: 19
Views: 15862

FAR built in MinGW64 but...

FAR built in MinGW64 but... There were a couple of issues with #include's: - In headers.hpp, I had to manually #include <devpropdef.h> before <setupapi.h> otherwise I was getting errors about DEVPROPKEY and DEVPROPTYPE. - In interf.cpp and keyboard.cpp, IsWindows10OrGreater() wasn't recognized as d...

Go to advanced search