FLTK logo

Re: [fltk.general] Re: Compiling under mingw - error with zlib.h

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Re: Compiling under mingw - error with zlib.h Ian MacArthur Nov 16, 2022  
 
On Wednesday, 16 November 2022 at 16:50:36 UTC Albrecht Schlosser wrote:
On 11/16/22 17:31 'Philip Rose' via fltk.general wrote:

I managed to get ‘-G “MinGW Makefiles”’ to work, ‘-G “MSYS Makefiles”’ still doesn’t find the generator.

OK - that's weird...
Is there a "make" in your default Msys2 path? (Not  mingw32-make or gmake, actually something that is just "make"...?)


 
I'd say this is OK. They work mostly the same but AFAICT "MSYS Makefiles" are *intended* to be used for building programs that are used for MSYS itself (or the MSYS DLL etc.) whereas "MinGW Makefiles" should be used for building "Windows executables". I'm not sure what flavor of build tools "Unix Makefiles" uses by default in an MSYS2 environment.

My "understanding" (I'm using that word loosely here...)  is that the 3 different generators "MSYS", "MinGW" and "Unix" all should work about the same for us here.
The difference is that the "MSYS" case creates Makefiles with a syntax that expects to be run from an Msys (or other sh-compatible) shell and uses "make" as the tool.
The "MinGW"  option uses  "mingw32-make" as the tool, and creates a syntax that should be compatible with cmd.exe as the shell.
The "Unix"  option  is like the MSYS case in that it uses "make" and "sh", so should be about the same as the "MSYS" option in this case.

I think! See also: https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html 


--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/58a6dc03-b453-44f1-900e-ed95e8853b06n%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.