summaryrefslogtreecommitdiff
path: root/src/Make_cyg_ming.mak
AgeCommit message (Collapse)Author
2016-12-01patch 8.0.0115Bram Moolenaar
Problem: When building with Cygwin libwinpthread isn't found. Solution: Link winpthread statically. (jmmerz, closes #1255, closes #1256)
2016-09-08patch 7.4.2345Bram Moolenaar
Problem: For MinGW RUBY_API_VER_LONG isn't set correctly. Many default version numbers are outdated. Solution: Set RUBY_API_VER_LONG to RUBY_VER_LONG. Use latest stable releases for defaults. (Ken Takata)
2016-09-06patch 7.4.2340Bram Moolenaar
Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata)
2016-07-19patch 7.4.2069Bram Moolenaar
Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.
2016-07-17patch 7.4.2063Bram Moolenaar
Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
2016-07-17patch 7.4.2059Bram Moolenaar
Problem: Non-Unix builds fail. Solution: Update Makefiles for new files.
2016-07-14patch 7.4.2034Bram Moolenaar
Problem: Build fails with some version of MinGW. (illusorypan) Solution: Recognize mingw32. (Ken Takata, closes #921)
2016-07-13patch 7.4.2032Bram Moolenaar
Problem: Build fails with 64 bit MinGW. (Axel Bender) Solution: Handle dash vs. underscore. (Ken Takata, Hirohito Higashi)
2016-07-12patch 7.4.2030Bram Moolenaar
Problem: ARCH must be set properly when using MinGW. Solution: Detect the default value of ARCH from the current compiler. (Ken Takata)
2016-07-10patch 7.4.2016Bram Moolenaar
Problem: Warning from MinGW about _WIN32_WINNT redefined. (John Marriott) Solution: First undefine it. (Ken Takata)
2016-07-02patch 7.4.1983Bram Moolenaar
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
2016-07-01patch 7.4.1976Bram Moolenaar
Problem: Number variables are not 64 bits while they could be. Solution: Add the num64 feature. (Ken Takata)
2016-06-26patch 7.4.1963Bram Moolenaar
Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)
2016-06-03patch 7.4.1885Bram Moolenaar
Problem: MinGW console build defaults to not having +channel. Solution: Include the channel feature if building with huge features. (Ken Takata)
2016-03-22patch 7.4.1637Bram Moolenaar
Problem: Can't build with older MinGW compiler. Solution: Change option from c++11 to gnu++11. (Ken Takata)
2016-03-19patch 7.4.1610Bram Moolenaar
Problem: Compiler warnings for non-virtual destructor. Solution: Mark the classe final. (Ken Takata)
2016-03-11patch 7.4.1537Bram Moolenaar
Problem: Too many feature flags for pipes, jobs and channels. Solution: Only use FEAT_JOB_CHANNEL.
2016-02-20patch 7.4.1364Bram Moolenaar
Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
2016-02-19patch 7.4.1354Bram Moolenaar
Problem: MS-Windows: Mismatch between default compile options and what the code expects. Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
2016-02-16patch 7.4.1332Bram Moolenaar
Problem: Problem using Python3 when compiled with MingW. Solution: Define PYTHON3_HOME as a wide character string. (Yasuhiro Matsumoto)
2016-02-15patch 7.4.1326Bram Moolenaar
Problem: Build rules are bit too complicated. Solution: Remove -lwsock32 from Netbeans, it's already added for the channel feature that it depends on. (Tony Mechelynck)
2016-02-15patch 7.4.1323Bram Moolenaar
Problem: Do not get warnings when building with MingW. Solution: Remove the -w flag. (Ken Takata)
2016-02-14patch 7.4.1320Bram Moolenaar
Problem: Building with Cygwin or MingW with channel but without Netbeans doesn't work. Solution: Set NETBEANS to "no" when not used.
2016-01-25patch 7.4.1175Bram Moolenaar
Problem: Can't build with Mingw and Cygwin. Solution: Remove extra "endif". (Christian J. Robinson)
2016-01-24patch 7.4.1169Bram Moolenaar
Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
2016-01-23patch 7.4.1154Bram Moolenaar
Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
2016-01-21patch 7.4.1148Bram Moolenaar
Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata)
2016-01-20patch 7.4.1146Bram Moolenaar
Problem: Can't build with Python 3 interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto, Ken Takata)
2016-01-16patch 7.4.1104Bram Moolenaar
Problem: Various problems building with MzScheme/Racket. Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken Takata)
2016-01-09patch 7.4.1067Bram Moolenaar
Problem: Can't build with MingW and Python on MS-Windows. Solution: Move the build flags to CFLAGS.
2016-01-07patch 7.4.1063Bram Moolenaar
Problem: TCL_VER_LONG and DYNAMIC_TCL_VER are not set when building with Cygwin and MingW. Solution: Add TCL_VER_LONG and DYNAMIC_TCL_VER to the makefile.
2016-01-07patch 7.4.1062Bram Moolenaar
Problem: Building with Ruby on MS-Windows requires a lot of arguments. Solution: Make it simpler. (Ken Takata)
2016-01-02patch 7.4.1031Bram Moolenaar
Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
2015-06-25patch 7.4.756Bram Moolenaar
Problem: Can't use strawberry Perl 5.22 x64 on MS-Windows. Solution: Add new defines and #if. (Ken Takata)
2014-12-13updated for version 7.4.548Bram Moolenaar
Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
2014-11-06updated for version 7.4.507Bram Moolenaar
Problem: Building with MingW and Perl. Solution: Remove quotes. (Ken Takata)
2014-11-05updated for version 7.4.496Bram Moolenaar
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)